Home
last modified time | relevance | path

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

/aosp12/build/soong/apex/
H A Dapex_test.go540 ensureListContains(t, ctx.ModuleVariantsForTests("myjar"), "android_common_apex10000")
541 ensureListContains(t, ctx.ModuleVariantsForTests("myjar_dex"), "android_common_apex10000")
547 ensureListContains(t, ctx.ModuleVariantsForTests("myotherjar"), "android_common_apex10000")
567 ensureListContains(t, ctx.ModuleVariantsForTests("mylib"), "android_arm64_armv8-a_shared")
568 ensureListContains(t, ctx.ModuleVariantsForTests("mylib2"), "android_arm64_armv8-a_shared")
569 ensureListContains(t, ctx.ModuleVariantsForTests("myjar"), "android_common")
570 ensureListContains(t, ctx.ModuleVariantsForTests("myotherjar"), "android_common")
571 ensureListContains(t, ctx.ModuleVariantsForTests("mysharedjar"), "android_common")
574 ensureListNotContains(t, ctx.ModuleVariantsForTests("mysharedjar"), "android_common_myapex")
3878 ensureListContains(t, ctx.ModuleVariantsForTests("mylib"), "android_arm64_armv8-a_shared")
[all …]
H A Dvndk_test.go108 for _, variant := range ctx.ModuleVariantsForTests("libfoo") {
/aosp12/build/soong/etc/
H A Dprebuilt_etc_test.go57 foo_variants := result.ModuleVariantsForTests("foo.conf")
62 bar_variants := result.ModuleVariantsForTests("bar.conf")
67 baz_variants := result.ModuleVariantsForTests("baz.conf")
/aosp12/build/soong/android/
H A Dcsuite_config_test.go31 variants := result.ModuleVariantsForTests("plain")
H A Darch_test.go349 variants := ctx.ModuleVariantsForTests(name)
432 variants := ctx.ModuleVariantsForTests(name)
H A Dprebuilt_test.go334 for _, variant := range result.ModuleVariantsForTests("foo") {
H A Dtesting.go528 func (ctx *TestContext) ModuleVariantsForTests(name string) []string { func
/aosp12/build/soong/java/
H A Dsystemserver_classpath_fragment_test.go37 variants := result.ModuleVariantsForTests("platform-systemserverclasspath")
H A Dplatform_bootclasspath_test.go163 variants := result.ModuleVariantsForTests("platform-bootclasspath")
/aosp12/build/soong/rust/
H A Dcoverage_test.go49 if android.InList("android_arm64_armv8-a_dylib_cov", ctx.ModuleVariantsForTests("libbar_nocov")) {
/aosp12/build/soong/cc/
H A Dlibrary_test.go206 variants := ctx.ModuleVariantsForTests("libfoo")
H A Dvendor_snapshot_test.go915 libvendorVariants := ctx.ModuleVariantsForTests("libvendor")
920 libvendorAvailableVariants := ctx.ModuleVariantsForTests("libvendor_available")
925 binVariants := ctx.ModuleVariantsForTests("bin")
H A Dcc_test.go2794 actual := result.ModuleVariantsForTests("libllndk")
3173 variants := ctx.ModuleVariantsForTests("librecovery")
3179 variants = ctx.ModuleVariantsForTests("librecovery32")
3253 variants := ctx.ModuleVariantsForTests("libFoo")
/aosp12/system/tools/aidl/build/
H A Daidl_test.go198 variants := ctx.ModuleVariantsForTests(name)