Home
last modified time | relevance | path

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

/art/build/
Dmakevars.go36 testMap := testMap(ctx.Config())
38 for name := range testMap {
45 ctx.Strict("ART_TEST_LIST_"+name, strings.Join(testMap[name], " "))
Dart.go252 func testMap(config android.Config) map[string][]string { func
259 testMap := testMap(ctx.Config())
272 tests := testMap[name]
274 testMap[name] = tests