Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DHprofAllocSiteParser.java66 private void internalParse(File report, Map<String, String> currentRes) throws IOException { in internalParse() argument
69 handleAllocSites(line, currentRes); in internalParse()
75 private void handleAllocSites(String line, Map<String, String> currentRes) { in handleAllocSites() argument
94 currentRes.put(String.format("Rank%s", m.group(2)), m.group(12)); in handleAllocSites()