Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DAggregatePostProcessor.java77 List<String> rawValues = in processTestMetrics() local
94 if (rawValues.isEmpty()) { in processTestMetrics()
97 if (isAllDoubleValues(rawValues)) { in processTestMetrics()
98 buildStats(metricKey, rawValues, aggregateMetrics); in processTestMetrics()
126 private boolean isAllDoubleValues(List<String> rawValues) { in isAllDoubleValues() argument
127 return rawValues in isAllDoubleValues()
DBasePostProcessor.java138 HashMap<String, Metric> rawValues = getRawMetricsOnly(runMetrics); in testRunEnded() local
140 Map<String, Metric.Builder> postprocessedResults = processRunMetrics(rawValues); in testRunEnded()
191 HashMap<String, Metric> rawValues = getRawMetricsOnly(testMetrics); in testEnded() local
193 for (Map.Entry<String, Metric> entry : rawValues.entrySet()) { in testEnded()
196 Map<String, Metric.Builder> results = processTestMetrics(test, rawValues); in testEnded()