Searched refs:AndroidMkEntriesForTest (Results 1 – 9 of 9) sorted by relevance
/build/soong/java/ |
D | androidmk_test.go | 35 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 …]
|
D | app_test.go | 163 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"]
|
D | java_test.go | 2039 entries := android.AndroidMkEntriesForTest(t, config, "", test)[0]
|
/build/soong/sh/ |
D | sh_binary_test.go | 69 entries := android.AndroidMkEntriesForTest(t, config, "", mod)[0] 93 entries := android.AndroidMkEntriesForTest(t, config, "", mod)[0]
|
/build/soong/android/ |
D | androidmk_test.go | 266 entries := AndroidMkEntriesForTest(t, config, "", module)
|
D | testing.go | 419 func AndroidMkEntriesForTest(t *testing.T, config Config, bpPath string, mod blueprint.Module) []An… func
|
/build/soong/etc/ |
D | prebuilt_etc_test.go | 201 entries := android.AndroidMkEntriesForTest(t, config, "", mod)[0]
|
/build/soong/cc/ |
D | cc_test.go | 478 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/ |
D | apex_test.go | 3865 actual := android.AndroidMkEntriesForTest(t, config, "", p)[0].EntryMap["LOCAL_OVERRIDES_MODULES"] 5768 …actualOverrides := android.AndroidMkEntriesForTest(t, config, "", a)[0].EntryMap["LOCAL_OVERRIDES_…
|