Home
last modified time | relevance | path

Searched refs:EntryMap (Results 1 – 24 of 24) sorted by relevance

/build/soong/java/
Dandroidmk_test.go38 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 …]
Ddexpreopt_test.go358 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])
Drro_test.go106 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"]
Dsystemserver_classpath_fragment_test.go90 if value, ok := got.EntryMap[k]; ok {
93 t.Errorf("No %s defined, saw %q", k, got.EntryMap)
Dapp_set_test.go57 actualInstallFile := mkEntries.EntryMap["LOCAL_APK_SET_INSTALL_FILE"]
Dplatform_bootclasspath_test.go255 if value, ok := got.EntryMap[k]; ok {
258 t.Errorf("No %s defined, saw %q", k, got.EntryMap)
Dapp_import_test.go367 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"]
Dapp_test.go4318 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],
Djava_test.go630 …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/
Dtest_module_config_test.go78 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/
Dtest_test.go190 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/
Dlinkerconfig_test.go57 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/
Dsh_binary_test.go66 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/
Dandroidmk.go145 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 …]
Dmodule_test.go927 EntryMap: map[string][]string{},
930 actual := actualEntries.EntryMap
/build/soong/etc/
Dinstall_symlink_test.go48 symlinks := androidMkEntries[0].EntryMap["LOCAL_SOONG_INSTALL_SYMLINKS"]
79 symlinks := androidMkEntries[0].EntryMap["LOCAL_SOONG_INSTALL_SYMLINKS"]
Dprebuilt_etc_test.go149 if value, ok := entries.EntryMap[k]; ok {
152 t.Errorf("No %s defined, saw %q", k, entries.EntryMap)
/build/soong/aconfig/codegen/
Djava_aconfig_library_test.go64 makeVar := entry.EntryMap["LOCAL_ACONFIG_FILES"]
287 makeVar := entry.EntryMap["LOCAL_ACONFIG_FILES"]
Dcc_aconfig_library_test.go216 makeVar := entry.EntryMap["LOCAL_ACONFIG_FILES"]
/build/soong/cc/
Dlibrary_headers_test.go56 …android.AssertStringListContains(t, "LOCAL_EXPORT_CFLAGS for headers module", e.EntryMap["LOCAL_EX…
Dprebuilt_test.go173 …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"…
Dcc_test.go378 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/
Dandroidmk.go270 if value, ok := data.Entries.EntryMap[name]; ok {
Dapex_test.go4694 …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…