/build/soong/java/ |
D | androidmk_test.go | 38 actual := entries.EntryMap["LOCAL_REQUIRED_MODULES"] 61 actual := mainEntries.EntryMap["LOCAL_MODULE"] 68 actual = subEntries.EntryMap["LOCAL_MODULE"] 92 actual := mainEntries.EntryMap["LOCAL_REQUIRED_MODULES"] 99 actual = subEntries.EntryMap["LOCAL_REQUIRED_MODULES"] 126 if r, ok := mainEntries.EntryMap["LOCAL_REQUIRED_MODULES"]; ok { 132 actual := subEntries.EntryMap["LOCAL_REQUIRED_MODULES"] 168 actual := entries.EntryMap["LOCAL_REQUIRED_MODULES"] 188 actualSoongDexJar := entries.EntryMap["LOCAL_SOONG_DEX_JAR"] 205 actual := entries.EntryMap["LOCAL_DISABLE_TEST_CONFIG"] [all …]
|
D | dexpreopt_test.go | 358 if strings.Contains(entries.EntryMap["LOCAL_MODULE"][0], "-dexpreopt-") { 369 entries.EntryMap["LOCAL_MODULE"][0]) 372 entries.EntryMap["LOCAL_MODULE_CLASS"][0]) 375 entries.EntryMap["LOCAL_PREBUILT_MODULE_FILE"][0], expectedPrebuiltModuleFile) 378 entries.EntryMap["LOCAL_MODULE_PATH"][0], expectedModulePath) 381 expectedInstalledModuleStem, entries.EntryMap["LOCAL_INSTALLED_MODULE_STEM"][0]) 384 "false", entries.EntryMap["LOCAL_NOT_AVAILABLE_FOR_PLATFORM"][0])
|
D | rro_test.go | 106 path := androidMkEntries.EntryMap["LOCAL_CERTIFICATE"] 113 path = androidMkEntries.EntryMap["LOCAL_MODULE_PATH"] 120 path = androidMkEntries.EntryMap["LOCAL_MODULE_PATH"] 124 overrides := androidMkEntries.EntryMap["LOCAL_OVERRIDES_PACKAGES"] 167 …path := android.AndroidMkEntriesForTest(t, result.TestContext, m.Module())[0].EntryMap["LOCAL_MODU… 184 …path = android.AndroidMkEntriesForTest(t, result.TestContext, m.Module())[0].EntryMap["LOCAL_MODUL… 345 actualRRODirs := mkEntries.EntryMap["LOCAL_SOONG_PRODUCT_RRO_DIRS"]
|
D | systemserver_classpath_fragment_test.go | 90 if value, ok := got.EntryMap[k]; ok { 93 t.Errorf("No %s defined, saw %q", k, got.EntryMap)
|
D | app_set_test.go | 57 actualInstallFile := mkEntries.EntryMap["LOCAL_APK_SET_INSTALL_FILE"]
|
D | platform_bootclasspath_test.go | 255 if value, ok := got.EntryMap[k]; ok { 258 t.Errorf("No %s defined, saw %q", k, got.EntryMap)
|
D | app_import_test.go | 367 actualValues := entries.EntryMap["LOCAL_INSTALLED_MODULE_STEM"] 372 …(t, "unexpected LOCAL_SOONG_MODULE_TYPE", "android_app_import", entries.EntryMap["LOCAL_SOONG_MODU… 705 actual := entries.EntryMap["LOCAL_MODULE_TAGS"] 710 actual = entries.EntryMap["LOCAL_COMPATIBILITY_SUPPORT_FILES"]
|
D | app_test.go | 4318 baseEntries.EntryMap["LOCAL_SOONG_INSTALLED_MODULE"][0], 4324 baseEntries.EntryMap["LOCAL_SOONG_INSTALL_PAIRS"][0], 4330 baseEntries.EntryMap["LOCAL_SOONG_INSTALL_PAIRS"][0], 4336 baseEntries.EntryMap["LOCAL_SOONG_INSTALL_PAIRS"][0], 4345 overrideEntries.EntryMap["LOCAL_SOONG_INSTALLED_MODULE"][0], 4351 overrideEntries.EntryMap["LOCAL_SOONG_INSTALL_PAIRS"][0], 4357 overrideEntries.EntryMap["LOCAL_SOONG_INSTALL_PAIRS"][0], 4363 overrideEntries.EntryMap["LOCAL_SOONG_INSTALL_PAIRS"][0],
|
D | java_test.go | 630 …Equals(t, "unexpected LOCAL_SOONG_MODULE_TYPE", "java_library", entries.EntryMap["LOCAL_SOONG_MODU… 632 …gEquals(t, "unexpected LOCAL_SOONG_MODULE_TYPE", "java_import", entries.EntryMap["LOCAL_SOONG_MODU… 1518 actual := entries.EntryMap["LOCAL_COMPATIBILITY_SUPPORT_FILES"] 1792 actualData := entries.EntryMap["LOCAL_COMPATIBILITY_SUPPORT_FILES"] 2722 …android.AssertStringEquals(t, "unexpected LOCAL_MODULE", "bar", entries.EntryMap["LOCAL_MODULE"][0…
|
/build/soong/tradefed_modules/ |
D | test_module_config_test.go | 78 entries.EntryMap["LOCAL_SOONG_INSTALLED_COMPATIBILITY_SUPPORT_FILES"]) 79 android.AssertArrayString(t, "", entries.EntryMap["LOCAL_COMPATIBILITY_SUPPORT_FILES"], []string{}) 81 android.AssertArrayString(t, "", entries.EntryMap["LOCAL_REQUIRED_MODULES"], []string{"base"}) 82 …android.AssertArrayString(t, "", entries.EntryMap["LOCAL_CERTIFICATE"], []string{"build/make/targe… 86 android.AssertArrayString(t, "", entries.EntryMap["LOCAL_MODULE_TAGS"], []string{"tests"}) 88 …android.AssertStringMatches(t, "", entries.EntryMap["LOCAL_FULL_TEST_CONFIG"][0], "derived_test/an… 255 entries.EntryMap["LOCAL_SOONG_INSTALLED_COMPATIBILITY_SUPPORT_FILES"]) 258 …android.AssertStringMatches(t, "", entries.EntryMap["LOCAL_FULL_TEST_CONFIG"][0], "derived_test/an… 260 android.AssertArrayString(t, "", entries.EntryMap["LOCAL_MODULE"], []string{"derived_test"}) 271 entries.EntryMap["LOCAL_SOONG_INSTALLED_COMPATIBILITY_SUPPORT_FILES"]) [all …]
|
/build/soong/rust/ |
D | test_test.go | 190 if !strings.HasSuffix(entries.EntryMap["LOCAL_TEST_DATA"][0], ":test_lib.so:lib64/foo/bar/baz") { 192 " but was '%s'", entries.EntryMap["LOCAL_TEST_DATA"][0]) 194 …if !strings.HasSuffix(entries.EntryMap["LOCAL_TEST_DATA"][1], ":librust_test_lib.so:lib64/foo/bar/… 196 " but was '%s'", entries.EntryMap["LOCAL_TEST_DATA"][1]) 198 if !strings.HasSuffix(entries.EntryMap["LOCAL_TEST_DATA"][2], ":rusty:foo/bar/baz") { 200 " but was '%s'", entries.EntryMap["LOCAL_TEST_DATA"][2])
|
/build/soong/linkerconfig/ |
D | linkerconfig_test.go | 57 if value, ok := entries.EntryMap[k]; ok { 66 if value, ok := entries.EntryMap["LOCAL_UNINSTALLABLE_MODULE"]; ok { 84 if value, ok := entries.EntryMap["LOCAL_UNINSTALLABLE_MODULE"]; ok {
|
/build/soong/sh/ |
D | sh_binary_test.go | 66 actualPath := entries.EntryMap["LOCAL_MODULE_PATH"][0] 91 actualPath := entries.EntryMap["LOCAL_MODULE_PATH"][0] 95 actualData := entries.EntryMap["LOCAL_TEST_DATA"] 148 actualData := entries.EntryMap["LOCAL_TEST_DATA"] 175 actualData, _ := strconv.ParseBool(entries.EntryMap["LOCAL_IS_UNIT_TEST"][0]) 221 actualData := entries.EntryMap["LOCAL_TEST_DATA"] 294 actualData := entries.EntryMap["LOCAL_TEST_DATA"]
|
/build/soong/android/ |
D | androidmk.go | 145 EntryMap map[string][]string member 183 if _, ok := a.EntryMap[name]; !ok { 186 a.EntryMap[name] = []string{value} 191 if _, ok := a.EntryMap[name]; !ok { 194 a.EntryMap[name] = []string{path.String()} 207 if _, ok := a.EntryMap[name]; !ok { 210 a.EntryMap[name] = append(a.EntryMap[name], path.String()) 223 if _, ok := a.EntryMap[name]; !ok { 226 a.EntryMap[name] = paths.Strings() 239 if _, ok := a.EntryMap[name]; !ok { [all …]
|
D | module_test.go | 927 EntryMap: map[string][]string{}, 930 actual := actualEntries.EntryMap
|
/build/soong/etc/ |
D | install_symlink_test.go | 48 symlinks := androidMkEntries[0].EntryMap["LOCAL_SOONG_INSTALL_SYMLINKS"] 79 symlinks := androidMkEntries[0].EntryMap["LOCAL_SOONG_INSTALL_SYMLINKS"]
|
D | prebuilt_etc_test.go | 149 if value, ok := entries.EntryMap[k]; ok { 152 t.Errorf("No %s defined, saw %q", k, entries.EntryMap)
|
/build/soong/aconfig/codegen/ |
D | java_aconfig_library_test.go | 64 makeVar := entry.EntryMap["LOCAL_ACONFIG_FILES"] 287 makeVar := entry.EntryMap["LOCAL_ACONFIG_FILES"]
|
D | cc_aconfig_library_test.go | 216 makeVar := entry.EntryMap["LOCAL_ACONFIG_FILES"]
|
/build/soong/cc/ |
D | library_headers_test.go | 56 …android.AssertStringListContains(t, "LOCAL_EXPORT_CFLAGS for headers module", e.EntryMap["LOCAL_EX…
|
D | prebuilt_test.go | 173 …xpected LOCAL_SOONG_MODULE_TYPE", "cc_prebuilt_library_shared", entries.EntryMap["LOCAL_SOONG_MODU… 175 …xpected LOCAL_SOONG_MODULE_TYPE", "cc_prebuilt_library_static", entries.EntryMap["LOCAL_SOONG_MODU… 600 …s(t, "Version should not be present in LOCAL_SHARED_LIBRARIES", entries.EntryMap["LOCAL_SHARED_LIB… 610 …android.AssertStringEquals(t, "unexpected LOCAL_MODULE", "libbar", entries.EntryMap["LOCAL_MODULE"…
|
D | cc_test.go | 378 if !strings.HasSuffix(entries.EntryMap["LOCAL_TEST_DATA"][0], ":test_lib.so:foo/bar/baz") { 380 " but was '%s'", entries.EntryMap["LOCAL_TEST_DATA"][0]) 382 if !strings.HasSuffix(entries.EntryMap["LOCAL_TEST_DATA"][1], ":test_bin:foo/bar/baz") { 384 " but was '%s'", entries.EntryMap["LOCAL_TEST_DATA"][1]) 406 compatEntries := entries.EntryMap["LOCAL_COMPATIBILITY_SUITE"] 438 compatEntries := entries.EntryMap["LOCAL_COMPATIBILITY_SUITE"] 1429 if !strings.HasSuffix(entries.EntryMap["LOCAL_TEST_DATA"][0], ":test_lib.so:foo/bar/baz") { 1431 " but was '%s'", entries.EntryMap["LOCAL_TEST_DATA"][0])
|
/build/soong/apex/ |
D | androidmk.go | 270 if value, ok := data.Entries.EntryMap[name]; ok {
|
D | apex_test.go | 4694 …quals(t, "unexpected LOCAL_SOONG_MODULE_TYPE", "prebuilt_apex", entries.EntryMap["LOCAL_SOONG_MODU… 4772 actual := android.AndroidMkEntriesForTest(t, ctx, p)[0].EntryMap["LOCAL_OVERRIDES_MODULES"] 8777 …actualOverrides := android.AndroidMkEntriesForTest(t, ctx, a)[0].EntryMap["LOCAL_OVERRIDES_MODULES… 9267 if strings.Join(ent.mkEntries.EntryMap["LOCAL_MODULE"], ",") == "stublib" { 9286 if entry.mkEntries.EntryMap["LOCAL_NOT_AVAILABLE_FOR_PLATFORM"] != nil { 9289 cflags := entry.mkEntries.EntryMap["LOCAL_EXPORT_CFLAGS"] 9491 mainModuleEntries.EntryMap["LOCAL_REQUIRED_MODULES"], 9603 …data := android.AndroidMkEntriesForTest(t, ctx, javaTest)[0].EntryMap["LOCAL_COMPATIBILITY_SUPPORT…
|