Home
last modified time | relevance | path

Searched defs:metric (Results 1 – 17 of 17) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DProcessMaxMemoryCollector.java135 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
DTemperatureCollector.java130 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
DAtraceRunMetricCollector.java165 String[] metric = line.split(METRIC_SEPARATOR); in aggregateMetrics() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DNativeCodeCoverageListenerTest.java114 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
DJavaCodeCoverageListenerTest.java257 Map<String, String> metric = new HashMap<>(); in testMerge_producesSingleMeasurement() local
319 Map<String, String> metric = new HashMap<>(); in testCoverageFlush_producesMultipleMeasurements() local
DClangCodeCoverageListenerTest.java104 Map<String, String> metric = new HashMap<>(); in setUp() local
/tools/test/connectivity/acts/framework/acts/metrics/
Dcore.py158 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/
DDeviceMetricData.java53 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/
Dmetrics.proto13 optional string metric = 3; field
/tools/test/connectivity/acts/framework/acts/metrics/loggers/
Dbounded_metrics.py40 def add(self, metric, value, lower_limit=None, upper_limit=None, unit=None): argument
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DAveragePostProcessor.java40 Metric metric = rawMetrics.get(key); in processRunMetricsAndLogs() local
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/
DEmailHostHealthAgent.java122 JSONObject metric = tmp.toJson(); in generateEmailBody() local
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/util/proto/
DTfMetricProtoUtil.java87 public static Metric stringToMetric(String metric) { in stringToMetric()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DMetricTestCase.java59 public final void addTestMetric(String key, Metric metric) { in addTestMetric()
DDeviceJUnit4ClassRunner.java240 public void addTestMetric(String key, Metric metric) { in addTestMetric()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DLoopSummary.java291 String metric, in getMetricDoubleValue()
305 String metric, in getMetricLongValue()
/tools/acloud/internal/lib/
Dgcompute_client.py232 def GetMetricQuota(regions_info, zone, metric): argument