Home
last modified time | relevance | path

Searched refs:testLogs (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/
DPerfettoGenericPostProcessorTest.java98 Map<String, LogFile> testLogs = new HashMap<>(); in testNoMetricsByDefault() local
99 testLogs.put( in testNoMetricsByDefault()
104 mProcessor.processRunMetricsAndLogs(new HashMap<>(), testLogs); in testNoMetricsByDefault()
121 Map<String, LogFile> testLogs = new HashMap<>(); in testMetricsFilterWithRegEx() local
122 testLogs.put( in testMetricsFilterWithRegEx()
127 mProcessor.processRunMetricsAndLogs(new HashMap<>(), testLogs); in testMetricsFilterWithRegEx()
151 Map<String, LogFile> testLogs = new HashMap<>(); in testMetricsFilterWithRegExAndReplacePrefix() local
152 testLogs.put( in testMetricsFilterWithRegExAndReplacePrefix()
157 .processRunMetricsAndLogs(new HashMap<>(), testLogs); in testMetricsFilterWithRegExAndReplacePrefix()
179 Map<String, LogFile> testLogs = new HashMap<>(); in testAllMetricsOptionIgnoresFilter() local
[all …]
DStatsdGenericPostProcessorTest.java141 Map<String, LogFile> testLogs = new HashMap<>(); in testParsingTestMetrics() local
142 testLogs.put( in testParsingTestMetrics()
147 new TestDescription("class", "test"), new HashMap<>(), testLogs); in testParsingTestMetrics()
217 Map<String, LogFile> testLogs = new HashMap<>(); in testLogsProtosFromTestsWithTestDescriptionIfConfigured() local
219 testLogs.put( in testLogsProtosFromTestsWithTestDescriptionIfConfigured()
222 mProcessor.processTestMetricsAndLogs(description, new HashMap<>(), testLogs); in testLogsProtosFromTestsWithTestDescriptionIfConfigured()
DBasePostProcessorTest.java90 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
105 for (String dataName : testLogs.keySet()) { in processTestMetricsAndLogs()
108 TfMetricProtoUtil.stringToMetric(testLogs.get(dataName).getUrl()) in processTestMetricsAndLogs()
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DIPostProcessor.java69 Map<String, LogFile> testLogs); in processTestMetricsAndLogs() argument
DMetricFilePostProcessor.java99 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
DAggregatePostProcessor.java70 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
DBasePostProcessor.java92 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/
DBluetoothConnectionSuccessRatePostProcessor.java47 HashMap<String, MetricMeasurement.Metric> runMetrics, Map<String, LogFile> testLogs) { in processRunMetricsAndLogs() argument
DStatsdGenericPostProcessor.java97 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
98 return processStatsdReportsFromLogs(testLogs, testDescription.toString()); in processTestMetricsAndLogs()
DPerfettoGenericPostProcessor.java185 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
187 return processPerfettoMetrics(filterPerfeticMetricFiles(testLogs)); in processTestMetricsAndLogs()