Home
last modified time | relevance | path

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

1234

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
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
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
/aosp_15_r20/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
DVideoEditingPerformanceTest.java203 Map<String, String> runMetrics = new HashMap<>(); in parseOutputFile() local
DMediaPlayerStressTest.java159 Map<String, String> runMetrics = new HashMap<>(); in parseOutputFile() local
/aosp_15_r20/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
DBasePostProcessorTest.java551 HashMap<String, Metric> runMetrics = new HashMap<>(); in testAllTestMetricsPostProcessing() local
874 Map<String, Metric> runMetrics = mCapture.getValue(); in testNoAssociatingNewlyLoggedFileWithinSelf() local
/aosp_15_r20/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
/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/external/cronet/test_runner/src/com.android.tests.chromium.host/
H A DTestListenerWithTime.java114 public void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() argument
120 HashMap<String, MetricMeasurement.Metric> runMetrics) { in testRunEnded()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java188 public TestRunEndedEventInfo(Long time, Map<String, String> runMetrics) { in TestRunEndedEventInfo() argument
484 Map<String, String> runMetrics) { in TestEndedEventInfo() argument
500 String className, String testName, Long endTime, Map<String, String> runMetrics) { in TestEndedEventInfo() argument
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
H A 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()
H A 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()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapper.java536 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded()
542 public void testRunEnded(long elapsedTimeMillis, Map<String, String> runMetrics) { in testRunEnded() argument
DRemoteTestTimeOutEnforcer.java66 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded()
/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/
DTestRunResult.java417 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() argument
435 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded()
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestListener.java59 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded()
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/
DBluetoothConnectionSuccessRatePostProcessor.java47 HashMap<String, MetricMeasurement.Metric> runMetrics, Map<String, LogFile> testLogs) { in processRunMetricsAndLogs()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/
DStubTestRunListener.java64 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() argument
DTestRunResultListener.java43 public void testRunEnded(long elapsedTime, HashMap<String, Metric> runMetrics) { in testRunEnded()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/result/
DJsonHttpTestResultReporterTest.java182 Map<String, String> runMetrics = new HashMap<String, String>(1); in injectTestRun() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DGcovCodeCoverageCollector.java127 public void onTestRunEnd(DeviceMetricData runData, final Map<String, Metric> runMetrics) in onTestRunEnd()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DTestRunToTestInvocationForwarder.java187 public void testRunEnded(long elapsedTime, Map<String, String> runMetrics) { in testRunEnded() argument

1234