Home
last modified time | relevance | path

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

/build/soong/android/
Dcsuite_config_test.go31 variants := result.ModuleVariantsForTests("plain")
Darch_test.go349 variants := ctx.ModuleVariantsForTests(name)
432 variants := ctx.ModuleVariantsForTests(name)
Dprebuilt_test.go334 for _, variant := range result.ModuleVariantsForTests("foo") {
Dtesting.go528 func (ctx *TestContext) ModuleVariantsForTests(name string) []string { func
/build/soong/etc/
Dprebuilt_etc_test.go57 foo_variants := result.ModuleVariantsForTests("foo.conf")
62 bar_variants := result.ModuleVariantsForTests("bar.conf")
67 baz_variants := result.ModuleVariantsForTests("baz.conf")
/build/soong/apex/
Dapex_test.go539 …ensureListContains(t, ctx.ModuleVariantsForTests("mylib"), "android_arm64_armv8-a_shared_apex10000…
540 ensureListContains(t, ctx.ModuleVariantsForTests("myjar"), "android_common_apex10000")
541 ensureListContains(t, ctx.ModuleVariantsForTests("myjar_dex"), "android_common_apex10000")
542 ensureListContains(t, ctx.ModuleVariantsForTests("foo.rust"), "android_arm64_armv8-a_apex10000")
543 …ensureListContains(t, ctx.ModuleVariantsForTests("libfoo.ffi"), "android_arm64_armv8-a_shared_apex…
546 …ensureListContains(t, ctx.ModuleVariantsForTests("mylib2"), "android_arm64_armv8-a_shared_apex1000…
547 ensureListContains(t, ctx.ModuleVariantsForTests("myotherjar"), "android_common_apex10000")
548 …ensureListContains(t, ctx.ModuleVariantsForTests("libfoo.rlib.rust"), "android_arm64_armv8-a_rlib_…
549 …ensureListContains(t, ctx.ModuleVariantsForTests("libfoo.dylib.rust"), "android_arm64_armv8-a_dyli…
550 …ensureListContains(t, ctx.ModuleVariantsForTests("libbar.ffi"), "android_arm64_armv8-a_shared_apex…
[all …]
Dvndk_test.go108 for _, variant := range ctx.ModuleVariantsForTests("libfoo") {
/build/soong/rust/
Dcoverage_test.go49 if android.InList("android_arm64_armv8-a_dylib_cov", ctx.ModuleVariantsForTests("libbar_nocov")) {
/build/soong/java/
Dsystemserver_classpath_fragment_test.go37 variants := result.ModuleVariantsForTests("platform-systemserverclasspath")
Dplatform_bootclasspath_test.go163 variants := result.ModuleVariantsForTests("platform-bootclasspath")
/build/soong/cc/
Dlibrary_test.go206 variants := ctx.ModuleVariantsForTests("libfoo")
Dvendor_snapshot_test.go915 libvendorVariants := ctx.ModuleVariantsForTests("libvendor")
920 libvendorAvailableVariants := ctx.ModuleVariantsForTests("libvendor_available")
925 binVariants := ctx.ModuleVariantsForTests("bin")
Dcc_test.go2794 actual := result.ModuleVariantsForTests("libllndk")
3173 variants := ctx.ModuleVariantsForTests("librecovery")
3179 variants = ctx.ModuleVariantsForTests("librecovery32")
3253 variants := ctx.ModuleVariantsForTests("libFoo")