Searched refs:testMap (Results 1 – 2 of 2) sorted by relevance
36 testMap := testMap(ctx.Config())38 for name := range testMap {45 ctx.Strict("ART_TEST_LIST_"+name, strings.Join(testMap[name], " "))
252 func testMap(config android.Config) map[string][]string { func259 testMap := testMap(ctx.Config())272 tests := testMap[name]274 testMap[name] = tests