Home
last modified time | relevance | path

Searched defs:testMetrics (Results 1 – 25 of 37) sorted by relevance

12

/tools/tradefederation/contrib/src/com/android/media/tests/
DCamera2LatencyTest.java64 … public void handleMetricsOnTestEnded(TestDescription test, Map<String, String> testMetrics) { in handleMetricsOnTestEnded() argument
66 getAggregatedMetrics().putAll(parseResults(test.getTestName(), testMetrics)); in handleMetricsOnTestEnded() local
69 private Map<String, String> parseResults(String testName, Map<String, String> testMetrics) { in parseResults() argument
DCameraShotLatencyTest.java68 … public void handleMetricsOnTestEnded(TestDescription test, Map<String, String> testMetrics) { in handleMetricsOnTestEnded() argument
70 getAggregatedMetrics().putAll(parseResults(test.getTestName(), testMetrics)); in handleMetricsOnTestEnded() local
73 public Map<String, String> parseResults(String testName, Map<String, String> testMetrics) { in parseResults() argument
DCameraBurstStartupTest.java62 … public void handleMetricsOnTestEnded(TestDescription test, Map<String, String> testMetrics) { in handleMetricsOnTestEnded() argument
64 getAggregatedMetrics().putAll(parseResults(test.getTestName(), testMetrics)); in handleMetricsOnTestEnded() local
67 public Map<String, String> parseResults(String testName, Map<String, String> testMetrics) { in parseResults() argument
DCamera2StressTest.java81 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
144 private void parseLog(String testName, Map<String, String> testMetrics) { in parseLog() argument
DCamera2FrameworkStressTest.java86 … public void handleMetricsOnTestEnded(TestDescription test, Map<String, String> testMetrics) { in handleMetricsOnTestEnded() argument
97 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
DCameraStartupTest.java195 … public void handleMetricsOnTestEnded(TestDescription test, Map<String, String> testMetrics) { in handleMetricsOnTestEnded() argument
208 public Map<String, String> parseResults(Map<String, String> testMetrics) { in parseResults() argument
/tools/tradefederation/core/src/com/android/tradefed/result/
DFilteredResultForwarder.java55 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
63 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
71 public void testEnded(TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() argument
79 public void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument
DITestLifeCycleReceiver.java172 public default void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument
185 public default void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) {} in testEnded()
196 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() argument
209 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
DResultForwarder.java258 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
264 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
DStubTestRunListener.java32 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() argument
DCollectingTestListener.java262 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
268 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
/tools/tradefederation/core/tests/src/com/android/tradefed/postprocessor/
DAggregatePostProcessorTest.java81 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testSingularDoubleMetric() local
171 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testListDoubleMetric() local
251 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testNonNumericMetric() local
289 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testEmptyResult() local
327 HashMap<String, Metric> testMetrics = new HashMap<String, Metric>(); in testSingleRun() local
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java61 TestDescription testDescription, HashMap<String, Metric> testMetrics) { in processTestMetrics()
172 public final void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument
178 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() argument
183 public final void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
189 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
DIPostProcessor.java61 TestDescription testDescription, HashMap<String, Metric> testMetrics); in processTestMetrics()
DAggregatePostProcessor.java57 TestDescription testDescription, HashMap<String, Metric> testMetrics) { in processTestMetrics()
/tools/tradefederation/contrib/src/com/android/framework/tests/
DFrameworkStressTest.java97 Map<String, String> testMetrics = res.getMetrics(); in run() local
144 public void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument
DFrameworkPerfTest.java130 Map<String, String> testMetrics = testResults.get(0).getMetrics(); in run() local
DDataIdleTest.java103 Map<String, String> testMetrics = testResults.iterator().next().getMetrics(); in run() local
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java149 public void testEnded(TestIdentifier testId, Map<String, String> testMetrics) { in testEnded() argument
169 public void testEnded(TestIdentifier testId, long endTime, Map<String, String> testMetrics) { in testEnded() argument
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DBaseGameQualificationMetricCollector.java163 public final void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() argument
168 … public final void testEnded(TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() argument
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleListener.java121 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
127 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DJsonHttpTestResultReporterTest.java106 Map<String, String> testMetrics = new HashMap<String, String>(1); in injectTestRun() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/host/
DPrettyTestEventLogger.java63 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
/tools/tradefederation/contrib/src/com/android/graphics/tests/
DImageProcessingTest.java97 Map<String, String> testMetrics = testCaseResult.getMetrics(); in run() local
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java227 public final void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded()
233 TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()

12