Searched refs:testLogs (Results 1 – 10 of 10) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/postprocessor/ |
D | PerfettoGenericPostProcessorTest.java | 98 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 …]
|
D | StatsdGenericPostProcessorTest.java | 141 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()
|
D | BasePostProcessorTest.java | 90 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/ |
D | IPostProcessor.java | 69 Map<String, LogFile> testLogs); in processTestMetricsAndLogs() argument
|
D | MetricFilePostProcessor.java | 99 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
|
D | AggregatePostProcessor.java | 70 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
|
D | BasePostProcessor.java | 92 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument
|
/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/ |
D | BluetoothConnectionSuccessRatePostProcessor.java | 47 HashMap<String, MetricMeasurement.Metric> runMetrics, Map<String, LogFile> testLogs) { in processRunMetricsAndLogs() argument
|
D | StatsdGenericPostProcessor.java | 97 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument 98 return processStatsdReportsFromLogs(testLogs, testDescription.toString()); in processTestMetricsAndLogs()
|
D | PerfettoGenericPostProcessor.java | 185 Map<String, LogFile> testLogs) { in processTestMetricsAndLogs() argument 187 return processPerfettoMetrics(filterPerfeticMetricFiles(testLogs)); in processTestMetricsAndLogs()
|