Searched refs:rawValues (Results 1 – 2 of 2) sorted by relevance
77 List<String> rawValues = in processTestMetrics() local94 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() argument127 return rawValues in isAllDoubleValues()
138 HashMap<String, Metric> rawValues = getRawMetricsOnly(runMetrics); in testRunEnded() local140 Map<String, Metric.Builder> postprocessedResults = processRunMetrics(rawValues); in testRunEnded()191 HashMap<String, Metric> rawValues = getRawMetricsOnly(testMetrics); in testEnded() local193 for (Map.Entry<String, Metric> entry : rawValues.entrySet()) { in testEnded()196 Map<String, Metric.Builder> results = processTestMetrics(test, rawValues); in testEnded()