/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | ProcessMaxMemoryCollector.java | 135 Metric.Builder metric = Metric.newBuilder(); in onEnd() local 147 Metric.Builder metric = Metric.newBuilder(); in onEnd() local 160 Metric.Builder metric = Metric.newBuilder(); in onEnd() local 167 Metric.Builder metric = Metric.newBuilder(); in onEnd() local
|
D | TemperatureCollector.java | 130 Metric.Builder metric = Metric.newBuilder(); in onEnd() local 139 Metric.Builder metric = Metric.newBuilder(); in onEnd() local 147 Metric.Builder metric = Metric.newBuilder(); in onEnd() local
|
D | AtraceRunMetricCollector.java | 165 String[] metric = line.split(METRIC_SEPARATOR); in aggregateMetrics() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | NativeCodeCoverageListenerTest.java | 114 Map<String, String> metric = new HashMap<>(); in test_logsCoverageZip() local 146 Map<String, String> metric = new HashMap<>(); in testNoCoverageFiles_logsEmptyZip() local 176 Map<String, String> metric = new HashMap<>(); in testCoverageFlushAllProcesses_flushAllCommandCalled() local 201 Map<String, String> metric = new HashMap<>(); in testCoverageFlushSpecificProcesses_flushCommandCalled() local 218 Map<String, String> metric = new HashMap<>(); in testFailure_unableToPullFile() local 238 Map<String, String> metric = new HashMap<>(); in testNoCollectOnTestEnd_noCoverageMeasurements() local
|
D | JavaCodeCoverageListenerTest.java | 257 Map<String, String> metric = new HashMap<>(); in testMerge_producesSingleMeasurement() local 319 Map<String, String> metric = new HashMap<>(); in testCoverageFlush_producesMultipleMeasurements() local
|
D | ClangCodeCoverageListenerTest.java | 104 Map<String, String> metric = new HashMap<>(); in setUp() local
|
/tools/test/connectivity/acts/framework/acts/metrics/ |
D | core.py | 158 def _publish_single(self, metric): argument 181 def write_binary(self, metric, output_path): argument 192 def write_ascii(self, metric, output_path): argument 203 def write_descriptor_binary(self, metric, output_path): argument 214 def write_descriptor_ascii(self, metric, output_path): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | DeviceMetricData.java | 53 public void addMetric(String key, Metric.Builder metric) { in addMetric() 74 public void addMetricForDevice(ITestDevice device, String key, Metric.Builder metric) { in addMetricForDevice()
|
/tools/test/connectivity/acts/framework/acts/metrics/loggers/protos/ |
D | metrics.proto | 13 optional string metric = 3; field
|
/tools/test/connectivity/acts/framework/acts/metrics/loggers/ |
D | bounded_metrics.py | 40 def add(self, metric, value, lower_limit=None, upper_limit=None, unit=None): argument
|
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | AveragePostProcessor.java | 40 Metric metric = rawMetrics.get(key); in processRunMetricsAndLogs() local
|
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/ |
D | EmailHostHealthAgent.java | 122 JSONObject metric = tmp.toJson(); in generateEmailBody() local
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/util/proto/ |
D | TfMetricProtoUtil.java | 87 public static Metric stringToMetric(String metric) { in stringToMetric()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | MetricTestCase.java | 59 public final void addTestMetric(String key, Metric metric) { in addTestMetric()
|
D | DeviceJUnit4ClassRunner.java | 240 public void addTestMetric(String key, Metric metric) { in addTestMetric()
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | LoopSummary.java | 291 String metric, in getMetricDoubleValue() 305 String metric, in getMetricLongValue()
|
/tools/acloud/internal/lib/ |
D | gcompute_client.py | 232 def GetMetricQuota(regions_info, zone, metric): argument
|