Home
last modified time | relevance | path

Searched defs:histogram_name (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/cros/video/
Dhistogram_verifier.py13 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/
Dsingle_sample_metrics.cc38 const std::string& histogram_name, in CreateCustomCountsMetric()
48 const std::string& histogram_name, in DefaultSingleSampleMetric()
Dhistogram_base.h152 const char* histogram_name() const { return histogram_name_; } in histogram_name() function
Dhistogram.cc43 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
Dsparse_histogram.cc207 std::string histogram_name; in DeserializeInfoImpl() local
Dsparse_histogram_unittest.cc238 const char histogram_name[] = "Duplicated"; in TEST_P() local
/external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
Dvideo_ChromeRTCHWDecodeUsed.py64 def run_once(self, video_name, histogram_name, histogram_bucket_val, argument
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.h202 explicit ChangeLogger(const std::string& histogram_name) in ChangeLogger()
/external/libchrome/base/files/
Dimportant_file_writer.cc57 void UmaHistogramExactLinearWithSuffix(const char* histogram_name, in UmaHistogramExactLinearWithSuffix()
77 void UmaHistogramTimesWithSuffix(const char* histogram_name, in UmaHistogramTimesWithSuffix()