Home
last modified time | relevance | path

Searched refs:testMap (Results 1 – 3 of 3) sorted by relevance

/art/build/
Dmakevars.go50 testMap := testMap(ctx.Config())
52 for name := range testMap {
59 ctx.Strict("ART_TEST_LIST_"+name, strings.Join(android.FirstUniqueStrings(testMap[name]), " "))
Dart.go268 func testMap(config android.Config) map[string][]string { func
275 testMap := testMap(ctx.Config())
288 tests := testMap[name]
290 testMap[name] = tests
/art/tools/ahat/src/test/com/android/ahat/
DProguardMapTest.java64 public void runOldProguardMap(String testMap) throws IOException, ParseException { in runOldProguardMap() argument
80 map.readFromReader(new StringReader(testMap)); in runOldProguardMap()
194 public void runNewProguardMap(String testMap) throws IOException, ParseException { in runNewProguardMap() argument
210 map.readFromReader(new StringReader(testMap)); in runNewProguardMap()