Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DGcovCodeCoverageCollectorTest.java142 Map<String, String> metric = new HashMap<>(); in test_logsCoverageZip() local
174 Map<String, String> metric = new HashMap<>(); in testNoCoverageFiles_logsEmptyZip() local
201 Map<String, String> metric = new HashMap<>(); in testCoverageFlushAllProcesses_flushAllCommandCalled() local
222 Map<String, String> metric = new HashMap<>(); in testCoverageFlushSpecificProcesses_flushCommandCalled() local
240 Map<String, String> metric = new HashMap<>(); in testFailure_unableToPullFile() local
259 Map<String, String> metric = new HashMap<>(); in testNoCollectOnTestEnd_noCoverageMeasurements() local
DJavaCodeCoverageCollectorTest.java327 Map<String, String> metric = new HashMap<>(); in testCoverageFlush_producesMultipleMeasurements() local
371 Map<String, String> metric = new HashMap<>(); in testRunningProcess_coverageFileNotDeleted() local
DClangCodeCoverageCollectorTest.java130 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/tradefederation/core/test_result_interfaces/com/android/tradefed/util/proto/
DTfMetricProtoUtil.java88 Metric metric = null; in upgradeConvert() local
122 public static Metric stringToMetric(String metric) { in stringToMetric()
/tools/tradefederation/core/test_framework/com/android/tradefed/postprocessor/
DBluetoothConnectionSuccessRatePostProcessor.java53 MetricMeasurement.Metric metric = runMetrics.get(key); in processRunMetricsAndLogs() local
/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/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DBtMultiprofileBaseTest.py41 metric=None): argument
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/
DEmailHostHealthAgent.java122 JSONObject metric = tmp.toJson(); in generateEmailBody() local
/tools/tradefederation/core/proto/monitoring/server/
Dlab_resource.proto70 repeated Metric metric = 3; field
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DMetricTestCase.java59 public final void addTestMetric(String key, Metric metric) { in addTestMetric()
DDeviceJUnit4ClassRunner.java243 public void addTestMetric(String key, Metric metric) { in addTestMetric()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DBluetoothConnectionStateCollector.java86 EventMetricData metric, in processEventMetric()
DAtraceRunMetricCollector.java165 String[] metric = line.split(METRIC_SEPARATOR); in aggregateMetrics() local
/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.py233 def GetMetricQuota(regions_info, zone, metric): argument