Home
last modified time | relevance | path

Searched defs:metrics (Results 1 – 25 of 93) sorted by relevance

1234

/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/
DStatsdBeforeAfterGaugeMetricPostProcessorTest.java148 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/
DJarHostTest.java58 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/
DFilePullerLogCollectorTest.java77 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
DLogcatTimingMetricCollectorTest.java94 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
DRuntimeRestartCollectorTest.java544 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()
DBluetoothHciSnoopLogCollectorTest.java116 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/
DTfObjectTrackerTest.java43 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/
DCameraShotToShotLatencyTest.java78 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
DCameraSettingsTest.java98 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
DPanoramaBenchMarkTest.java69 Map<String, String> metrics = new HashMap<String, String>(); in run() local
121 Map<String, String> metrics) { in reportMetrics() argument
/tools/asuite/adevice/src/
Dmain.rs7 mod metrics; module
31 let mut metrics = Metrics::default(); in main() localVariable
Dlib.rs9 pub mod metrics; module
/tools/asuite/adevice/tests/
Dwhole_program_tests.rs84 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/
DEmmcPerformanceTest.java125 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
DAppIncrementalInstallTest.java109 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/
DMetricsXmlParser.java75 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/
DTextResultReporter.java57 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/
DTfMetricProtoUtil.java73 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/
DStreamProtoResultReporterTest.java91 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testStream() local
202 HashMap<String, Metric> metrics = new HashMap<String, Metric>(); in testStream_noInvocationReporting() local
DProtoResultParserTest.java156 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/
DResultsPlayer.java214 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/
DDeviceTestCaseTest.java117 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/
Daidegen_metrics_unittest.py30 metrics = None variable
/tools/tradefederation/core/javatests/com/android/tradefed/util/proto/
DTfMetricProtoUtilTest.java43 Map<String, Metric> metrics = new HashMap<>(); in testCompatibleConvert() local
/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/
DOxygenUtilTest.java171 long[] metrics = LogCollector.collectDeviceLaunchMetrics(tmpDir); in testCollectDeviceLaunchMetrics() local
202 long[] metrics = LogCollector.collectDeviceLaunchMetrics(tmpDir); in testCollectDeviceLaunchMetricsV2() local

1234