/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/android/ |
D | record_histogram.cc | 57 std::string histogram_name = ConvertJavaStringToUTF8(env, j_histogram_name); in JNI_RecordHistogram_CheckHistogramArgs() local 76 std::string histogram_name = ConvertJavaStringToUTF8(env, j_histogram_name); in JNI_RecordHistogram_BooleanHistogram() local 96 std::string histogram_name = ConvertJavaStringToUTF8(env, j_histogram_name); in JNI_RecordHistogram_EnumeratedHistogram() local 123 std::string histogram_name = ConvertJavaStringToUTF8(env, j_histogram_name); in JNI_RecordHistogram_CustomCountHistogram() local 148 std::string histogram_name = ConvertJavaStringToUTF8(env, j_histogram_name); in JNI_RecordHistogram_LinearCountHistogram() local 163 std::string histogram_name = ConvertJavaStringToUTF8(env, j_histogram_name); in JNI_RecordHistogram_SparseHistogram() local 187 std::string histogram_name = ConvertJavaStringToUTF8(env, j_histogram_name); in JNI_RecordHistogram_CustomTimesHistogram() local 315 const JavaParamRef<jstring>& histogram_name, in JNI_RecordHistogram_GetHistogramValueCountForTesting() 331 const JavaParamRef<jstring>& histogram_name) { in JNI_RecordHistogram_GetHistogramTotalCountForTesting()
|
D | animation_frame_time_histogram.cc | 19 std::string histogram_name = base::android::ConvertJavaStringToUTF8( in JNI_AnimationFrameTimeHistogram_SaveHistogram() local
|
/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/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()
|
/external/webrtc/modules/audio_processing/agc2/ |
D | limiter.cc | 97 std::string histogram_name) in Limiter()
|
/external/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module.cc | 114 explicit ChangeLogger(const std::string& histogram_name) in ChangeLogger()
|
/external/libchrome/base/task_scheduler/ |
D | task_tracker.cc | 82 HistogramBase* GetLatencyHistogram(StringPiece histogram_name, in GetLatencyHistogram()
|