Searched refs:ModuleVariantsForTests (Results 1 – 18 of 18) sorted by relevance
/aosp_15_r20/build/soong/cc/ |
H A D | orderfile_test.go | 297 libFooVariants := result.ModuleVariantsForTests("libFoo") 304 libBarVariants := result.ModuleVariantsForTests("libBar") 377 libFooVariants := result.ModuleVariantsForTests("libFoo") 384 libBarVariants := result.ModuleVariantsForTests("libBar") 457 libFooVariants := result.ModuleVariantsForTests("libFoo") 464 libBarVariants := result.ModuleVariantsForTests("libBar")
|
H A D | lto_test.go | 95 barVariants := result.ModuleVariantsForTests("bar") 101 quxVariants := result.ModuleVariantsForTests("qux")
|
H A D | afdo_test.go | 316 fooVariants := result.ModuleVariantsForTests("foo") 328 barVariants := result.ModuleVariantsForTests("bar") 369 libFooVariants := result.ModuleVariantsForTests("libFoo")
|
H A D | genrule_test.go | 205 variants := ctx.ModuleVariantsForTests("gen")
|
H A D | cc_test.go | 994 actual := result.ModuleVariantsForTests("libllndk") 1379 variants := ctx.ModuleVariantsForTests("librecovery") 1385 variants = ctx.ModuleVariantsForTests("librecovery32") 1456 variants := ctx.ModuleVariantsForTests("libFoo")
|
H A D | library_test.go | 208 variants := ctx.ModuleVariantsForTests("libfoo")
|
H A D | sanitize_test.go | 1387 variants := result.ModuleVariantsForTests(m)
|
/aosp_15_r20/build/soong/apex/ |
H A D | apex_test.go | 533 …ensureListContains(t, ctx.ModuleVariantsForTests("mylib"), "android_arm64_armv8-a_shared_apex10000… 534 ensureListContains(t, ctx.ModuleVariantsForTests("myjar"), "android_common_apex10000") 535 ensureListContains(t, ctx.ModuleVariantsForTests("myjar_dex"), "android_common_apex10000") 536 ensureListContains(t, ctx.ModuleVariantsForTests("foo.rust"), "android_arm64_armv8-a_apex10000") 537 …ensureListContains(t, ctx.ModuleVariantsForTests("libfoo.ffi"), "android_arm64_armv8-a_shared_apex… 540 …ensureListContains(t, ctx.ModuleVariantsForTests("mylib2"), "android_arm64_armv8-a_shared_apex1000… 541 ensureListContains(t, ctx.ModuleVariantsForTests("myotherjar"), "android_common_apex10000") 542 …ensureListContains(t, ctx.ModuleVariantsForTests("libfoo.rlib.rust"), "android_arm64_armv8-a_rlib_… 543 …ensureListContains(t, ctx.ModuleVariantsForTests("libfoo.dylib.rust"), "android_arm64_armv8-a_dyli… 544 …ensureListContains(t, ctx.ModuleVariantsForTests("libfoo.transitive.dylib.rust"), "android_arm64_a… [all …]
|
/aosp_15_r20/build/soong/etc/ |
H A D | install_symlink_test.go | 37 foo_variants := result.ModuleVariantsForTests("foo") 68 foo_variants := result.ModuleVariantsForTests("foo")
|
H A D | prebuilt_etc_test.go | 59 foo_variants := result.ModuleVariantsForTests("foo.conf") 64 bar_variants := result.ModuleVariantsForTests("bar.conf") 69 baz_variants := result.ModuleVariantsForTests("baz.conf")
|
/aosp_15_r20/build/soong/android/ |
H A D | csuite_config_test.go | 31 variants := result.ModuleVariantsForTests("plain")
|
H A D | arch_test.go | 433 variants := ctx.ModuleVariantsForTests(name) 547 variants := ctx.ModuleVariantsForTests(name)
|
H A D | prebuilt_test.go | 337 for _, variant := range result.ModuleVariantsForTests("foo") {
|
H A D | testing.go | 619 func (ctx *TestContext) ModuleVariantsForTests(name string) []string { func
|
/aosp_15_r20/build/soong/rust/ |
H A D | coverage_test.go | 49 if android.InList("android_arm64_armv8-a_dylib_cov", ctx.ModuleVariantsForTests("libbar_nocov")) {
|
/aosp_15_r20/build/soong/java/ |
H A D | systemserver_classpath_fragment_test.go | 37 variants := result.ModuleVariantsForTests("platform-systemserverclasspath")
|
H A D | platform_bootclasspath_test.go | 191 variants := result.ModuleVariantsForTests("platform-bootclasspath")
|
/aosp_15_r20/system/tools/aidl/build/ |
D | aidl_test.go | 223 variants := ctx.ModuleVariantsForTests(name)
|