Home
last modified time | relevance | path

Searched refs:ModuleVariantsForTests (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/build/soong/cc/
H A Dorderfile_test.go297 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 Dlto_test.go95 barVariants := result.ModuleVariantsForTests("bar")
101 quxVariants := result.ModuleVariantsForTests("qux")
H A Dafdo_test.go316 fooVariants := result.ModuleVariantsForTests("foo")
328 barVariants := result.ModuleVariantsForTests("bar")
369 libFooVariants := result.ModuleVariantsForTests("libFoo")
H A Dgenrule_test.go205 variants := ctx.ModuleVariantsForTests("gen")
H A Dcc_test.go994 actual := result.ModuleVariantsForTests("libllndk")
1379 variants := ctx.ModuleVariantsForTests("librecovery")
1385 variants = ctx.ModuleVariantsForTests("librecovery32")
1456 variants := ctx.ModuleVariantsForTests("libFoo")
H A Dlibrary_test.go208 variants := ctx.ModuleVariantsForTests("libfoo")
H A Dsanitize_test.go1387 variants := result.ModuleVariantsForTests(m)
/aosp_15_r20/build/soong/apex/
H A Dapex_test.go533 …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 Dinstall_symlink_test.go37 foo_variants := result.ModuleVariantsForTests("foo")
68 foo_variants := result.ModuleVariantsForTests("foo")
H A Dprebuilt_etc_test.go59 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 Dcsuite_config_test.go31 variants := result.ModuleVariantsForTests("plain")
H A Darch_test.go433 variants := ctx.ModuleVariantsForTests(name)
547 variants := ctx.ModuleVariantsForTests(name)
H A Dprebuilt_test.go337 for _, variant := range result.ModuleVariantsForTests("foo") {
H A Dtesting.go619 func (ctx *TestContext) ModuleVariantsForTests(name string) []string { func
/aosp_15_r20/build/soong/rust/
H A Dcoverage_test.go49 if android.InList("android_arm64_armv8-a_dylib_cov", ctx.ModuleVariantsForTests("libbar_nocov")) {
/aosp_15_r20/build/soong/java/
H A Dsystemserver_classpath_fragment_test.go37 variants := result.ModuleVariantsForTests("platform-systemserverclasspath")
H A Dplatform_bootclasspath_test.go191 variants := result.ModuleVariantsForTests("platform-bootclasspath")
/aosp_15_r20/system/tools/aidl/build/
Daidl_test.go223 variants := ctx.ModuleVariantsForTests(name)