Home
last modified time | relevance | path

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

/build/soong/android/
Dandroidmk.go89 EntryMap map[string][]string member
97 if _, ok := a.EntryMap[name]; !ok {
100 a.EntryMap[name] = []string{value}
104 if _, ok := a.EntryMap[name]; !ok {
107 a.EntryMap[name] = []string{path.String()}
117 if _, ok := a.EntryMap[name]; !ok {
120 a.EntryMap[name] = append(a.EntryMap[name], path.String())
130 if _, ok := a.EntryMap[name]; !ok {
133 a.EntryMap[name] = paths.Strings()
143 if _, ok := a.EntryMap[name]; !ok {
[all …]
/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"]
340 actual := entries.EntryMap["LOCAL_REQUIRED_MODULES"]
Dapp_test.go164 actualInstallFile := mkEntries.EntryMap["LOCAL_APK_SET_INSTALL_FILE"]
2262 t, config, "", a)[0].EntryMap["LOCAL_INSTALLED_MODULE_STEM"]
2350 actual := entries.EntryMap["LOCAL_MODULE_TAGS"]
2355 actual = entries.EntryMap["LOCAL_COMPATIBILITY_SUPPORT_FILES"]
2990 path := androidMkEntries.EntryMap["LOCAL_CERTIFICATE"]
2997 path = androidMkEntries.EntryMap["LOCAL_MODULE_PATH"]
3006 path = androidMkEntries.EntryMap["LOCAL_MODULE_PATH"]
3012 overrides := androidMkEntries.EntryMap["LOCAL_OVERRIDES_PACKAGES"]
3127 path := android.AndroidMkEntriesForTest(t, config, "", m.Module())[0].EntryMap["LOCAL_MODULE_PATH"]
3146 path = android.AndroidMkEntriesForTest(t, config, "", m.Module())[0].EntryMap["LOCAL_MODULE_PATH"]
Djava_test.go2041 actual := entries.EntryMap["LOCAL_COMPATIBILITY_SUPPORT_FILES"]
/build/soong/sh/
Dsh_binary_test.go72 actualPath := entries.EntryMap["LOCAL_MODULE_PATH"][0]
96 actualPath := entries.EntryMap["LOCAL_MODULE_PATH"][0]
102 actualData := entries.EntryMap["LOCAL_TEST_DATA"]
/build/soong/etc/
Dprebuilt_etc_test.go203 if value, ok := entries.EntryMap[k]; ok {
208 t.Errorf("No %s defined, saw %q", k, entries.EntryMap)
/build/soong/cc/
Dcc_test.go479 assertArrayString(t, entries.EntryMap["LOCAL_MODULE_STEM"], []string{"llndk.libraries.VER.txt"})
620 if !strings.HasSuffix(entries.EntryMap["LOCAL_TEST_DATA"][0], ":test_lib.so:foo/bar/baz") {
622 " but was '%s'", entries.EntryMap["LOCAL_TEST_DATA"][0])
3009 if !strings.HasSuffix(entries.EntryMap["LOCAL_TEST_DATA"][0], ":test_lib.so:foo/bar/baz") {
3011 " but was '%s'", entries.EntryMap["LOCAL_TEST_DATA"][0])
/build/soong/apex/
Dandroidmk.go326 if value, ok := data.Entries.EntryMap[name]; ok {
Dapex_test.go3865 actual := android.AndroidMkEntriesForTest(t, config, "", p)[0].EntryMap["LOCAL_OVERRIDES_MODULES"]
5768 …actualOverrides := android.AndroidMkEntriesForTest(t, config, "", a)[0].EntryMap["LOCAL_OVERRIDES_…