/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/ |
D | StatsdBeforeAfterGaugeMetricPostProcessorTest.java | 148 Map<String, String> metrics = in testParseSingleMetricFormatter() local 180 Map<String, String> metrics = in testParseMultipleMetricFormatters() local 209 Map<String, String> metrics = in testReportsBeforeAndAfterIfSet() local 244 Map<String, String> metrics = in testSkipsMetricsWhenSnapshotIsMissing() local 297 Map<String, String> metrics = in testSkipsDeltaForMetricMissingInOneSnapshot() local 361 Map<String, String> metrics = in testStillReportsBeforeAfterForMetricsMissingInOneSnapshot() local 399 Map<String, String> metrics = in testMetricWithMultipleValuesAreSkippedForDeltaCalculation() local 429 Map<String, String> metrics = in testMetricWithMultipleValuesAreReportedInBeforeAfterIfSet() local 514 Map<String, String> metrics = in testIgnoresInvalidFormatters() local 541 Map<String, String> metrics = in testNonNumericValuesAreSkippedForDeltaCalculation() local [all …]
|
/tools/tradefederation/core/test_framework/com/android/compatibility/common/tradefed/testtype/ |
D | JarHostTest.java | 58 HashMap<String, Metric> metrics = hostListener.getNewMetrics(); in run() local 60 listener.testRunEnded(System.currentTimeMillis() - startTime, metrics); in run() local 86 public void testRunEnded(long elapsedTime, Map<String, String> metrics) { in testRunEnded() argument 93 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/ |
D | FilePullerLogCollectorTest.java | 77 Map<String, String> metrics = new HashMap<>(); in testSkipStub() local 113 Map<String, String> metrics = new HashMap<>(); in testPullAndLog() local 155 Map<String, String> metrics = new HashMap<>(); in testSkipTestCollection() local 184 Map<String, String> metrics = new HashMap<>(); in testPostProcessFiles() local 223 Map<String, String> metrics = new HashMap<>(); in testCompressDirectoryBeforeUpload() local 261 Map<String, String> metrics = new HashMap<>(); in testLogDataTypeOption() local
|
D | LogcatTimingMetricCollectorTest.java | 94 HashMap<String, Metric> metrics = new HashMap<>(); in testCollect_oneDevice_perRun() local 129 HashMap<String, Metric> metrics = new HashMap<>(); in testCollect_multipleDevice_perRun() local 153 HashMap<String, Metric> metrics = new HashMap<>(); in testCollect_onDevice_twoTests() local 215 Map<String, List<Double>> metrics = new HashMap<>(); in createFakeTimingMetrics() local
|
D | RuntimeRestartCollectorTest.java | 544 private static int getCount(Map<String, Metric> metrics) { in getCount() 562 private static void ensureNoMetricWithKeySuffix(Map<String, Metric> metrics, String suffix) { in ensureNoMetricWithKeySuffix() 579 Map<String, Metric> metrics, String suffix) { in getStringMetricValuesByKeySuffix() 598 Map<String, Metric> metrics, String suffix) { in getIntMetricValuesByKeySuffix() 610 Map<String, Metric> metrics, String suffix) { in getLongMetricValuesByKeySuffix()
|
D | BluetoothHciSnoopLogCollectorTest.java | 116 HashMap<String, Metric> metrics = new HashMap<>(); in testPullFileAndLog() local 164 HashMap<String, Metric> metrics = new HashMap<>(); in testPullDirMultipleSnoopLogs() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/logger/ |
D | TfObjectTrackerTest.java | 43 Map<String, Long> metrics = logMetric(testGroup, true, CommandOptions.class); in testNotTracking() local 52 Map<String, Long> metrics = logMetric(testGroup, true, SuiteApkInstaller.class); in testTrackingWithParents() local 70 Map<String, Long> metrics = logMetric(testGroup, false, SuiteApkInstaller.class); in testTracking() local 90 Map<String, Long> metrics = logMetric(testGroup, true, TestObject.class); in testInternalClass() local
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | CameraShotToShotLatencyTest.java | 78 Map<String, String> metrics = parseOutputFile(); in run() local 123 Map<String, String> metrics = new HashMap<String, String>(); in parseOutputFile() local 176 Map<String, String> metrics) { in reportMetrics() argument
|
D | CameraSettingsTest.java | 98 Map<String, String> metrics = parseOutputFile(); in run() local 147 Map<String, String> metrics = new HashMap<String, String>(); in parseOutputFile() local 214 Map<String, String> metrics) { in reportMetrics() argument
|
D | PanoramaBenchMarkTest.java | 69 Map<String, String> metrics = new HashMap<String, String>(); in run() local 121 Map<String, String> metrics) { in reportMetrics() argument
|
/tools/asuite/adevice/src/ |
D | main.rs | 7 mod metrics; module 31 let mut metrics = Metrics::default(); in main() localVariable
|
D | lib.rs | 9 pub mod metrics; module
|
/tools/asuite/adevice/tests/ |
D | whole_program_tests.rs | 84 let mut metrics = FakeMetricSender::new(); in lost_and_found_should_not_be_cleaned() localVariable 120 let mut metrics = FakeMetricSender::new(); in update_should_clean_stale_files() localVariable 172 let mut metrics = FakeMetricSender::new(); in update_big_fs_change() localVariable
|
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | EmmcPerformanceTest.java | 125 Map<String, String> metrics = new HashMap<>(); in run() local 144 int iterations, ITestInvocationListener listener, Map<String, String> metrics) in runSequentialRead() argument 154 int iterations, ITestInvocationListener listener, Map<String, String> metrics) in runSequentialWrite() argument 165 int iterations, ITestInvocationListener listener, Map<String, String> metrics) in runRandomRead() argument 178 int iterations, ITestInvocationListener listener, Map<String, String> metrics) in runRandomWrite() argument 208 Map<String, String> metrics) in runTest() argument
|
D | AppIncrementalInstallTest.java | 109 Map<String, String> metrics = new HashMap<>(); in run() local 199 ITestInvocationListener listener, String runName, Map<String, String> metrics) { in reportMetrics() argument
|
/tools/tradefederation/contrib/src/com/android/regression/tests/ |
D | MetricsXmlParser.java | 75 public MetricsXmlHandler(Metrics metrics, Set<String> blocklistMetrics) { in MetricsXmlHandler() 136 Metrics metrics = new Metrics(strictMode); in parse() local 149 public static Metrics parse(Metrics metrics, Set<String> blocklistMetrics, InputStream is) in parse()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | TextResultReporter.java | 57 public void testEnded(TestDescription testId, HashMap<String, Metric> metrics) { in testEnded() 67 public void testRunEnded(long elapsedTime, HashMap<String, Metric> metrics) { in testRunEnded()
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/util/proto/ |
D | TfMetricProtoUtil.java | 73 public static HashMap<String, Metric> upgradeConvert(Map<String, String> metrics) { in upgradeConvert() argument 85 Map<String, String> metrics, boolean smartNumbers) { in upgradeConvert()
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/proto/ |
D | StreamProtoResultReporterTest.java | 91 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testStream() local 202 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testStream_noInvocationReporting() local
|
D | ProtoResultParserTest.java | 156 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testEvents() local 378 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testEvents_finaleProto() local 574 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testEvents_subprocess() local 674 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testEvents_finaleProto_partialEvents() local
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/ |
D | ResultsPlayer.java | 214 HashMap<String, Metric> metrics = testEntry.getValue().getProtoMetrics(); in forwardTestResults() local 221 listener.testEnded(testEntry.getKey(), testEntry.getValue().getEndTime(), metrics); in forwardTestResults() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | DeviceTestCaseTest.java | 117 Map<String, String> metrics = new HashMap<>(); in testRun_suite() local 142 Map<String, String> metrics = new HashMap<>(); in testRun_includeFilter() local 249 Map<String, String> metrics = new HashMap<>(); in testRun_singleTest() local
|
/tools/asuite/aidegen/lib/ |
D | aidegen_metrics_unittest.py | 30 metrics = None variable
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/proto/ |
D | TfMetricProtoUtilTest.java | 43 Map<String, Metric> metrics = new HashMap<>(); in testCompatibleConvert() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/ |
D | OxygenUtilTest.java | 171 long[] metrics = LogCollector.collectDeviceLaunchMetrics(tmpDir); in testCollectDeviceLaunchMetrics() local 202 long[] metrics = LogCollector.collectDeviceLaunchMetrics(tmpDir); in testCollectDeviceLaunchMetricsV2() local
|