Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/
DAggregatePostProcessorTest.java44 private static final String STATS_KEY_VAR = "var"; field in AggregatePostProcessorTest
73 singularDoubleStats.put(STATS_KEY_VAR, "0.54"); in testSingularDoubleMetric()
126 String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_VAR))); in testSingularDoubleMetric()
128 singularDoubleStats.get(STATS_KEY_VAR), in testSingularDoubleMetric()
130 .get(String.join(STATS_KEY_SEPARATOR, singularDoubleKey, STATS_KEY_VAR)) in testSingularDoubleMetric()
187 listDoubleStats.put(STATS_KEY_VAR, "0.36"); in testListDoubleMetric()
236 processedMetrics.containsKey(listDoubleKey + STATS_KEY_SEPARATOR + STATS_KEY_VAR)); in testListDoubleMetric()
238 listDoubleStats.get(STATS_KEY_VAR), in testListDoubleMetric()
240 .get(listDoubleKey + STATS_KEY_SEPARATOR + STATS_KEY_VAR) in testListDoubleMetric()
319 String.join(STATS_KEY_SEPARATOR, nonNumericKey, STATS_KEY_VAR))); in testNonNumericMetric()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/util/
DMetricUtility.java58 private static final String STATS_KEY_VAR = "var"; field in MetricUtility
287 stats.put(STATS_KEY_VAR, variance);