Home
last modified time | relevance | path

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

/build/soong/java/
Dandroidmk_test.go35 entries := android.AndroidMkEntriesForTest(t, config, "", mod)[0]
54 entriesList := android.AndroidMkEntriesForTest(t, config, "", mod)
85 entriesList := android.AndroidMkEntriesForTest(t, config, "", mod)
120 entriesList := android.AndroidMkEntriesForTest(t, config, "", mod)
159 …withoutTagEntries := android.AndroidMkEntriesForTest(t, config, "", ctx.ModuleForTests("foo_withou…
160 …withTagEntries := android.AndroidMkEntriesForTest(t, config, "", ctx.ModuleForTests("foo_with_tag"…
188 entries := android.AndroidMkEntriesForTest(t, config, "", module)
232 entries := android.AndroidMkEntriesForTest(t, config, "", module)
295 withoutTagEntries := android.AndroidMkEntriesForTest(t, config, "", moduleWithoutTag)
296 withTagEntries := android.AndroidMkEntriesForTest(t, config, "", moduleWithTag)
[all …]
Dapp_test.go163 mkEntries := android.AndroidMkEntriesForTest(t, config, "", module.Module())[0]
2261 actualValues := android.AndroidMkEntriesForTest(
2348 entries := android.AndroidMkEntriesForTest(t, config, "", test)[0]
2989 androidMkEntries := android.AndroidMkEntriesForTest(t, config, "", m.Module())[0]
3005 androidMkEntries = android.AndroidMkEntriesForTest(t, config, "", m.Module())[0]
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.go2039 entries := android.AndroidMkEntriesForTest(t, config, "", test)[0]
/build/soong/sh/
Dsh_binary_test.go69 entries := android.AndroidMkEntriesForTest(t, config, "", mod)[0]
93 entries := android.AndroidMkEntriesForTest(t, config, "", mod)[0]
/build/soong/android/
Dandroidmk_test.go266 entries := AndroidMkEntriesForTest(t, config, "", module)
Dtesting.go419 func AndroidMkEntriesForTest(t *testing.T, config Config, bpPath string, mod blueprint.Module) []An… func
/build/soong/etc/
Dprebuilt_etc_test.go201 entries := android.AndroidMkEntriesForTest(t, config, "", mod)[0]
/build/soong/cc/
Dcc_test.go478 entries := android.AndroidMkEntriesForTest(t, config, "", module.Module())[0]
619 entries := android.AndroidMkEntriesForTest(t, config, "", module)[0]
3008 entries := android.AndroidMkEntriesForTest(t, config, "", module)[0]
/build/soong/apex/
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_…