/aosp12/build/soong/android/ |
H A D | testing.go | 167 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 D | namespace_test.go | 671 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 D | fixture.go | 224 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 D | TestContext.java | 26 public final class TestContext { class
|
/aosp12/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/ |
H A D | TestContext.java | 24 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 D | LinkSpanTest.java | 95 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 D | vendor_snapshot_test.go | 1009 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 D | cc_test.go | 247 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 D | testing.go | 344 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 D | droidstubs_test.go | 164 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
|
H A D | java_test.go | 1175 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 D | CellBroadcastActivityTestCase.java | 101 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 D | TestDocumentsProvider.java | 105 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 D | platform_bootclasspath_test.go | 474 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 D | RichTextViewTest.java | 214 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 D | TestContext.java | 48 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 D | EmergencyAffordanceServiceTest.java | 88 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 D | RemoteViewsAdapterTest.java | 241 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 D | TestContext.cpp | 63 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 D | StartingSurfaceDrawerTests.java | 137 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 D | AppWidgetServiceImplTest.java | 356 private class TestContext extends ContextWrapper { class in AppWidgetServiceImplTest 358 public TestContext() { in TestContext() method in AppWidgetServiceImplTest.TestContext
|
/aosp12/build/soong/python/ |
H A D | python_test.go | 358 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 D | AbstractDownloadProviderFunctionalTest.java | 137 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 D | attestation_record_test.cpp | 38 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 D | aidl_test.go | 194 func assertModulesExists(t *testing.T, ctx *android.TestContext, names ...string) {
|