Home
last modified time | relevance | path

Searched defs:runMetrics (Results 1 – 25 of 58) sorted by relevance

123

/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DRebootReasonCollectorTest.java110 HashMap<String, Metric> runMetrics = new HashMap<>(); in testAddingMetrics_singleDevice() local
220 HashMap<String, Metric> runMetrics = new HashMap<>(); in testAddingMetrics_multiDevice() local
300 HashMap<String, Metric> runMetrics = new HashMap<>(); in testCountOnlyWhenNoReboots() local
DRuntimeRestartCollectorTest.java216 HashMap<String, Metric> runMetrics = new HashMap<>(); in testAddingMetrics_noRuntimeRestart_noPriorRuntimeRestart() local
259 HashMap<String, Metric> runMetrics = new HashMap<>(); in testAddingMetrics_noRuntimeRestart_withPriorRuntimeRestart() local
301 HashMap<String, Metric> runMetrics = new HashMap<>(); in testAddingMetrics_withRuntimeRestart_noPriorRuntimeRestart() local
361 HashMap<String, Metric> runMetrics = new HashMap<>(); in testAddingMetrics_withRuntimeRestart_withPriorRuntimeRestart() local
426 HashMap<String, Metric> runMetrics = new HashMap<>(); in testAddingMetrics_withRuntimeRestart_reportsSystemServerCrashesOnly() local
474 HashMap<String, Metric> runMetrics = new HashMap<>(); in testAddingMetrics_withRuntimeRestart_useStatsdMetadataResultsForCount() local
507 HashMap<String, Metric> runMetrics = new HashMap<>(); in testAddingMetrics_includesSerialForMultipleDevices() local
DJavaCodeCoverageCollectorTest.java157 HashMap<String, Metric> runMetrics = new HashMap<>(); in testRunEnded_noCoverageEnabled_noop() local
175 HashMap<String, Metric> runMetrics = createMetricsWithCoverageMeasurement(DEVICE_PATH); in testRunEnded_rootEnabled_logsCoverageMeasurement() local
206 HashMap<String, Metric> runMetrics = createMetricsWithCoverageMeasurement(DEVICE_PATH); in testRunEnded_rootEnabled_noModuleName_logsCoverageMeasurement() local
226 HashMap<String, Metric> runMetrics = createMetricsWithCoverageMeasurement(DEVICE_PATH); in testFailure_unableToPullFile() local
243 HashMap<String, Metric> runMetrics = createMetricsWithCoverageMeasurement(DEVICE_PATH); in testRunEnded_rootDisabled_enablesRootBeforePullingFiles() local
262 HashMap<String, Metric> runMetrics = createMetricsWithCoverageMeasurement(DEVICE_PATH); in testRunEnded_rootDisabled_noLogIfCannotEnableRoot() local
282 HashMap<String, Metric> runMetrics = createMetricsWithCoverageMeasurement(DEVICE_PATH); in testRunEnded_rootDisabled_disablesRootAfterPullingFiles() local
/tools/tradefederation/contrib/tests/src/com/android/regression/tests/
DMetricsXmlParserTest.java135 Map<String, String> runMetrics = new HashMap<>(); in testParse() local
170 Map<String, String> runMetrics = new HashMap<>(); in testParseBlacklist() local
/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraTestMetricsCollectionListener.java102 long elapsedTime, HashMap<String, MetricMeasurement.Metric> runMetrics) { in testRunEnded()
212 ITestInvocationListener listener, long elapsedTime, Map<String, String> runMetrics); in handleTestRunEnded() argument
233 ITestInvocationListener listener, long elapsedTime, Map<String, String> runMetrics) { in handleTestRunEnded() argument
DMediaPlayerStressTest.java159 Map<String, String> runMetrics = new HashMap<>(); in parseOutputFile() local
DVideoEditingPerformanceTest.java203 Map<String, String> runMetrics = new HashMap<>(); in parseOutputFile() local
DMediaMemoryTest.java223 Map<String, String> runMetrics = new HashMap<>(); in parseOutputFile() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestListener.java59 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded()
/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/
DBluetoothConnectionSuccessRatePostProcessor.java47 HashMap<String, MetricMeasurement.Metric> runMetrics, Map<String, LogFile> testLogs) { in processRunMetricsAndLogs()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DRemoteTestTimeOutEnforcer.java66 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded()
DGranularRetriableTestWrapper.java534 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded()
540 public void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() argument
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DLoopSummary.java40 HashMap<String, Metric> runMetrics) { in parseRunMetrics()
292 HashMap<String, Metric> runMetrics) { in getMetricDoubleValue()
306 HashMap<String, Metric> runMetrics) { in getMetricLongValue()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java237 HashMap<String, MetricMeasurement.Metric> runMetrics = new HashMap<>(); in run() local
294 listener.testRunEnded(System.currentTimeMillis() - startTime, runMetrics); in run() local
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DITestLifeCycleReceiver.java106 public default void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() argument
117 public default void testRunEnded(long elapsedTimeMillis, HashMap<String, Metric> runMetrics) {} in testRunEnded()
/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/
DAggregatePostProcessorTest.java489 HashMap<String, Metric> runMetrics = new HashMap<String, Metric>(); in testSuccessfullProcessRunMetrics() local
531 HashMap<String, Metric> runMetrics = new HashMap<String, Metric>(); in testSingleValueProcessRunMetrics() local
570 HashMap<String, Metric> runMetrics = new HashMap<String, Metric>(); in testNoDoubleProcessRunMetrics() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DStubTestRunListener.java64 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() argument
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DJsonHttpTestResultReporterTest.java182 Map<String, String> runMetrics = new HashMap<String, String>(1); in injectTestRun() local
DLUCIResultReporterTest.java165 Map<String, String> runMetrics = new HashMap<String, String>(1); in injectTestRun() local
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
DNullTestListener.java69 public void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() argument
74 public void testRunEnded(long elapsedTimeMillis, HashMap<String, Metric> runMetrics) { in testRunEnded()
DForwardingTestListener.java76 public void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() argument
81 public void testRunEnded(long elapsedTimeMillis, HashMap<String, Metric> runMetrics) { in testRunEnded()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DBasePostProcessor.java228 public final void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() argument
233 public final void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded()
432 private HashMap<String, Metric> getRawMetricsOnly(HashMap<String, Metric> runMetrics) { in getRawMetricsOnly()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DGcovCodeCoverageCollector.java127 public void onTestRunEnd(DeviceMetricData runData, final Map<String, Metric> runMetrics) in onTestRunEnd()
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java187 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() argument
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DTfTestLauncher.java218 HashMap<String, Metric> runMetrics = new HashMap<>(); in reportMetrics() local

123