Searched refs:ModuleVariantsForTests (Results 1 – 15 of 15) sorted by relevance
/build/soong/etc/ |
D | snapshot_etc_test.go | 86 for _, variant := range result.ModuleVariantsForTests("etc_module") { 118 for _, variant := range result.ModuleVariantsForTests("source") { 150 for _, variant := range result.ModuleVariantsForTests("source") { 176 for _, variant := range result.ModuleVariantsForTests("source") {
|
D | prebuilt_etc_test.go | 73 foo_variants := result.ModuleVariantsForTests("foo.conf") 78 bar_variants := result.ModuleVariantsForTests("bar.conf") 83 baz_variants := result.ModuleVariantsForTests("baz.conf")
|
/build/soong/android/ |
D | csuite_config_test.go | 31 variants := result.ModuleVariantsForTests("plain")
|
D | arch_test.go | 349 variants := ctx.ModuleVariantsForTests(name) 432 variants := ctx.ModuleVariantsForTests(name)
|
D | prebuilt_test.go | 418 for _, variant := range result.ModuleVariantsForTests("foo") {
|
D | testing.go | 584 func (ctx *TestContext) ModuleVariantsForTests(name string) []string { func
|
/build/soong/rust/ |
D | coverage_test.go | 49 if android.InList("android_arm64_armv8-a_dylib_cov", ctx.ModuleVariantsForTests("libbar_nocov")) {
|
D | vendor_snapshot_test.go | 1002 libvendorVariants := ctx.ModuleVariantsForTests("libvendor") 1007 libvendorAvailableVariants := ctx.ModuleVariantsForTests("libvendor_available") 1012 binVariants := ctx.ModuleVariantsForTests("bin")
|
/build/soong/java/ |
D | systemserver_classpath_fragment_test.go | 37 variants := result.ModuleVariantsForTests("platform-systemserverclasspath")
|
D | platform_bootclasspath_test.go | 163 variants := result.ModuleVariantsForTests("platform-bootclasspath")
|
/build/soong/apex/ |
D | vndk_test.go | 108 for _, variant := range ctx.ModuleVariantsForTests("libfoo") {
|
D | apex_test.go | 545 …ensureListContains(t, ctx.ModuleVariantsForTests("mylib"), "android_arm64_armv8-a_shared_apex10000… 546 ensureListContains(t, ctx.ModuleVariantsForTests("myjar"), "android_common_apex10000") 547 ensureListContains(t, ctx.ModuleVariantsForTests("myjar_dex"), "android_common_apex10000") 548 ensureListContains(t, ctx.ModuleVariantsForTests("foo.rust"), "android_arm64_armv8-a_apex10000") 549 …ensureListContains(t, ctx.ModuleVariantsForTests("libfoo.ffi"), "android_arm64_armv8-a_shared_apex… 552 …ensureListContains(t, ctx.ModuleVariantsForTests("mylib2"), "android_arm64_armv8-a_shared_apex1000… 553 ensureListContains(t, ctx.ModuleVariantsForTests("myotherjar"), "android_common_apex10000") 554 …ensureListContains(t, ctx.ModuleVariantsForTests("libfoo.rlib.rust"), "android_arm64_armv8-a_rlib_… 555 …ensureListContains(t, ctx.ModuleVariantsForTests("libfoo.dylib.rust"), "android_arm64_armv8-a_dyli… 556 …ensureListContains(t, ctx.ModuleVariantsForTests("libbar.ffi"), "android_arm64_armv8-a_shared_apex… [all …]
|
/build/soong/cc/ |
D | vendor_snapshot_test.go | 947 libvendorVariants := ctx.ModuleVariantsForTests("libvendor") 952 libvendorAvailableVariants := ctx.ModuleVariantsForTests("libvendor_available") 957 binVariants := ctx.ModuleVariantsForTests("bin")
|
D | library_test.go | 207 variants := ctx.ModuleVariantsForTests("libfoo")
|
D | cc_test.go | 2749 actual := result.ModuleVariantsForTests("libllndk") 3121 variants := ctx.ModuleVariantsForTests("librecovery") 3127 variants = ctx.ModuleVariantsForTests("librecovery32") 3201 variants := ctx.ModuleVariantsForTests("libFoo")
|