HomeSort by relevance Sort by last modified time
    Searched defs:metric_name (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libmedia/include/media/
CounterMetric.h 58 const std::string& metric_name,
60 : metric_name_(metric_name),
84 const std::string& metric_name() const { return metric_name_; }; function in class:android::CounterMetric
EventMetric.h 79 const std::string& metric_name,
81 : metric_name_(metric_name),
121 const std::string& metric_name() const { return metric_name_; }; function in class:android::EventMetric
  /external/tensorflow/tensorflow/core/lib/monitoring/
collected_metrics.h 138 string metric_name; member in struct:tensorflow::monitoring::PointSet
  /external/webrtc/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.cc 33 const char* metric_name; member in struct:webrtc::__anon44212::UmaRampUpMetric
149 RTC_HISTOGRAM_COUNTS_SPARSE_100000(kUmaRampupMetrics[i].metric_name,
  /external/iproute2/ip/
tcp_metrics.c 62 static char *metric_name[TCP_METRIC_MAX + 1] = { variable
230 if (metric_name[i])
231 fprintf(fp, " %s ", metric_name[i]);
  /external/valgrind/exp-dhat/
dh_main.c 1033 const HChar* metric_name );
1223 const HChar* metric_name = clo_sort_by; local
    [all...]

Completed in 239 milliseconds