Searched defs:histogram_name (Results 1 – 9 of 9) sorted by relevance
/external/autotest/client/cros/video/ |
D | histogram_verifier.py | 13 def get_histogram_text(tab, histogram_name): argument 37 def loaded(tab, histogram_name, pattern): argument 51 def verify(cr, histogram_name, histogram_bucket_value): argument 77 def is_bucket_present(cr,histogram_name, histogram_bucket_value): argument 96 def is_histogram_present(cr, histogram_name): argument 120 def get_histogram(cr, histogram_name): argument 232 def __init__(self, cr, histogram_name, begin=True): argument
|
/external/libchrome/base/metrics/ |
D | single_sample_metrics.cc | 38 const std::string& histogram_name, in CreateCustomCountsMetric() 48 const std::string& histogram_name, in DefaultSingleSampleMetric()
|
D | histogram_base.h | 152 const char* histogram_name() const { return histogram_name_; } in histogram_name() function
|
D | histogram.cc | 43 std::string* histogram_name, in ReadHistogramArguments() 640 std::string histogram_name; in DeserializeInfoImpl() local 998 std::string histogram_name; in DeserializeInfoImpl() local 1158 std::string histogram_name; in DeserializeInfoImpl() local 1308 std::string histogram_name; in DeserializeInfoImpl() local
|
D | sparse_histogram.cc | 207 std::string histogram_name; in DeserializeInfoImpl() local
|
D | sparse_histogram_unittest.cc | 238 const char histogram_name[] = "Duplicated"; in TEST_P() local
|
/external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/ |
D | video_ChromeRTCHWDecodeUsed.py | 64 def run_once(self, video_name, histogram_name, histogram_bucket_val, argument
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module_impl.h | 202 explicit ChangeLogger(const std::string& histogram_name) in ChangeLogger()
|
/external/libchrome/base/files/ |
D | important_file_writer.cc | 57 void UmaHistogramExactLinearWithSuffix(const char* histogram_name, in UmaHistogramExactLinearWithSuffix() 77 void UmaHistogramTimesWithSuffix(const char* histogram_name, in UmaHistogramTimesWithSuffix()
|