Home
last modified time | relevance | path

Searched defs:TestContext (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/build/soong/android/
H A Dtesting.go167 type TestContext struct { struct
168 *Context
169 preArch, preDeps, postDeps, finalDeps []RegisterMutatorFunc
170 bp2buildPreArch, bp2buildDeps, bp2buildMutators []RegisterMutatorFunc
171 NameResolver *NameResolver
174 preSingletons, singletons sortableComponents
178 preSingletonOrder, mutatorOrder, singletonOrder []string
952 func AndroidMkEntriesForTest(t *testing.T, ctx *TestContext, mod blueprint.Module) []AndroidMkEntri…
966 func AndroidMkDataForTest(t *testing.T, ctx *TestContext, mod blueprint.Module) AndroidMkData {
H A Dnamespace_test.go671 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool {
682 func numDeps(ctx *TestContext, module TestingModule) int {
691 func getModule(ctx *TestContext, moduleName string) TestingModule {
695 func findModuleById(ctx *TestContext, id string) (module TestingModule) {
H A Dfixture.go224 func FixtureModifyConfigAndContext(mutator func(config Config, ctx *TestContext)) FixturePreparer {
231 func FixtureModifyContext(mutator func(ctx *TestContext)) FixturePreparer {
613 *TestContext anonMember
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/dirlist/
H A DTestContext.java26 public final class TestContext { class
/aosp12/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DTestContext.java24 public class TestContext extends ContextWrapper { class
30 public TestContext(Context base) { in TestContext() method in TestContext
/aosp12/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/span/
H A DLinkSpanTest.java95 private static class TestContext extends ContextWrapper implements LinkSpan.OnClickListener { class in LinkSpanTest
99 TestContext(Context base) { in TestContext() method in LinkSpanTest.TestContext
/aosp12/build/soong/cc/
H A Dvendor_snapshot_test.go1009 func assertExcludeFromVendorSnapshotIs(t *testing.T, ctx *android.TestContext, name string, expecte…
1017 func assertExcludeFromRecoverySnapshotIs(t *testing.T, ctx *android.TestContext, name string, expec…
H A Dcc_test.go247 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
361 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string,
399 func checkSnapshotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingS…
428 func checkSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu…
433 func checkSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleto…
438 func checkSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, …
450 func checkVndkOutput(t *testing.T, ctx *android.TestContext, output string, expected []string) {
456 func checkVndkLibrariesOutput(t *testing.T, ctx *android.TestContext, module string, expected []str…
2646 func getOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.…
/aosp12/build/soong/java/
H A Dtesting.go344 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
368 func ApexNamePairsFromModules(ctx *android.TestContext, modules []android.Module) []string {
376 func apexNamePairFromModule(ctx *android.TestContext, module android.Module) string {
H A Ddroidstubs_test.go164 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
H A Djava_test.go1175 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin…
1312 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e…
/aosp12/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
H A DCellBroadcastActivityTestCase.java101 public static class TestContext extends ContextWrapper { class in CellBroadcastActivityTestCase
107 public TestContext(Context base) { in TestContext() method in CellBroadcastActivityTestCase.TestContext
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/
H A DTestDocumentsProvider.java105 private static class TestContext extends ContextWrapper { class in TestDocumentsProvider
107 private TestContext(Context context) { in TestContext() method in TestDocumentsProvider.TestContext
/aosp12/build/soong/apex/
H A Dplatform_bootclasspath_test.go474 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
/aosp12/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
H A DRichTextViewTest.java214 public static class TestContext extends ContextWrapper implements LinkSpan.OnClickListener { class in RichTextViewTest
218 public TestContext(Context base) { in TestContext() method in RichTextViewTest.TestContext
/aosp12/packages/services/Telephony/tests/src/com/android/
H A DTestContext.java48 public class TestContext extends MockContext { class
64 public TestContext() { in TestContext() method in TestContext
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/emergency/
H A DEmergencyAffordanceServiceTest.java88 private class TestContext extends BroadcastInterceptingContext { class in EmergencyAffordanceServiceTest
89 TestContext(Context base) { in TestContext() method in EmergencyAffordanceServiceTest.TestContext
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DRemoteViewsAdapterTest.java241 private class TestContext extends ContextWrapper { class in RemoteViewsAdapterTest
247 TestContext() { in TestContext() method in RemoteViewsAdapterTest.TestContext
/aosp12/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp63 TestContext::TestContext() { in TestContext() function in android::uirenderer::test::TestContext
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java137 private static class TestContext extends TestableContext { class in StartingSurfaceDrawerTests
138 TestContext(Context context) { in TestContext() method in StartingSurfaceDrawerTests.TestContext
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appwidget/
H A DAppWidgetServiceImplTest.java356 private class TestContext extends ContextWrapper { class in AppWidgetServiceImplTest
358 public TestContext() { in TestContext() method in AppWidgetServiceImplTest.TestContext
/aosp12/build/soong/python/
H A Dpython_test.go358 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…
/aosp12/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DAbstractDownloadProviderFunctionalTest.java137 static class TestContext extends RenamingDelegatingContext { class in AbstractDownloadProviderFunctionalTest
145 public TestContext(Context realContext) { in TestContext() method in AbstractDownloadProviderFunctionalTest.TestContext
/aosp12/system/keymaster/tests/
H A Dattestation_record_test.cpp38 class TestContext : public SoftAttestationContext { class
40 TestContext(KmVersion version) : SoftAttestationContext(version) {} in TestContext() function in keymaster::test::TestContext
/aosp12/system/tools/aidl/build/
H A Daidl_test.go194 func assertModulesExists(t *testing.T, ctx *android.TestContext, names ...string) {

12