Home
last modified time | relevance | path

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

12

/external/autotest/client/cros/video/
Dhistogram_verifier.py14 def get_histogram_text(tab, histogram_name): argument
36 def loaded(tab, histogram_name, pattern): argument
50 def verify(cr, histogram_name, histogram_bucket_value): argument
76 def is_bucket_present(cr,histogram_name, histogram_bucket_value): argument
95 def is_histogram_present(cr, histogram_name): argument
119 def get_histogram(cr, histogram_name): argument
231 def __init__(self, cr, histogram_name, begin=True): argument
/external/libchrome/base/android/
Drecord_histogram.cc57 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()
Danimation_frame_time_histogram.cc19 std::string histogram_name = base::android::ConvertJavaStringToUTF8( in JNI_AnimationFrameTimeHistogram_SaveHistogram() local
/external/cronet/base/android/
Dnative_uma_recorder.cc59 std::string histogram_name = ConvertJavaStringToUTF8(env, j_histogram_name); in CheckHistogramArgs() local
78 std::string histogram_name = ConvertJavaStringToUTF8(env, j_histogram_name); in BooleanHistogram() local
102 std::string histogram_name = ConvertJavaStringToUTF8(env, j_histogram_name); in ExponentialHistogram() local
124 std::string histogram_name = ConvertJavaStringToUTF8(env, j_histogram_name); in LinearHistogram() local
139 std::string histogram_name = ConvertJavaStringToUTF8(env, j_histogram_name); in SparseHistogram() local
226 const JavaParamRef<jstring>& histogram_name, in JNI_NativeUmaRecorder_GetHistogramValueCountForTesting()
249 const JavaParamRef<jstring>& histogram_name, in JNI_NativeUmaRecorder_GetHistogramTotalCountForTesting()
273 const JavaParamRef<jstring>& histogram_name) { in JNI_NativeUmaRecorder_GetHistogramSamplesForTesting()
/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
/external/cronet/base/metrics/
Dsingle_sample_metrics.cc38 const std::string& histogram_name, in CreateCustomCountsMetric()
48 const std::string& histogram_name, in DefaultSingleSampleMetric()
Dstatistics_recorder_unittest.cc450 const char* histogram_name = "TestHistogram"; in TEST_P() local
471 const char* histogram_name = "TestHistogram"; in TEST_P() local
505 std::string histogram_name = "TestHistogram"; in TEST_P() local
540 std::string histogram_name = "TestHistogram"; in TEST_P() local
703 HistogramBase::Sample sample) { in TEST_P()
Dstatistics_recorder.cc72 const char* histogram_name, in RunCallback()
316 const char* histogram_name, in FindAndRunHistogramCallbacks()
Dhistogram.cc48 std::string* histogram_name, in ReadHistogramArguments()
640 std::string histogram_name; in DeserializeInfoImpl() local
871 std::string histogram_name; in DeserializeInfoImpl() local
1046 std::string histogram_name; in DeserializeInfoImpl() local
1180 std::string histogram_name; in DeserializeInfoImpl() local
Dhistogram_samples.cc343 base::Value::Dict HistogramSamples::ToGraphDict(StringPiece histogram_name, in ToGraphDict()
352 std::string HistogramSamples::GetAsciiHeader(StringPiece histogram_name, in GetAsciiHeader()
Dhistogram_base.h155 const char* histogram_name() const { return histogram_name_; } in histogram_name() function
/external/cronet/components/metrics/serialization/
Dmetric_sample.cc108 const std::string& histogram_name, in HistogramSample()
138 const std::string& histogram_name, in SparseHistogramSample()
160 const std::string& histogram_name, in LinearHistogramSample()
/external/cronet/components/metrics/
Ddaily_event.cc18 void RecordIntervalTypeHistogram(const std::string& histogram_name, in RecordIntervalTypeHistogram()
35 const std::string& histogram_name) in DailyEvent()
Dsingle_sample_metrics.cc21 MojoSingleSampleMetric(const std::string& histogram_name, in MojoSingleSampleMetric()
59 const std::string& histogram_name, in AcquireSingleSampleMetric()
Dsingle_sample_metrics_factory_impl.cc53 const std::string& histogram_name, in CreateCustomCountsMetric()
67 SingleSampleMetricsFactoryImpl::CreateMetric(const std::string& histogram_name, in CreateMetric()
Dhistogram_encoder.cc18 void EncodeHistogramDelta(const std::string& histogram_name, in EncodeHistogramDelta()
/external/cronet/components/metrics/content/
Dsubprocess_metrics_provider_browsertest.cc30 std::string histogram_name; in GetAnyHistogramInAllocator() local
37 const std::string& histogram_name) { in HasHistogramInAllocator()
/external/cronet/components/nacl/browser/
DPRESUBMIT.py11 def _RunHistogramChecks(input_api, output_api, histogram_name): argument
/external/cronet/crypto/
Dunexportable_key_metrics.cc96 std::string histogram_name = "Crypto.TPMDuration." + in ReportUmaLatency() local
107 std::string histogram_name = "Crypto.TPMOperation." + in ReportUmaOperationSuccess() local
/external/cronet/net/http/
Dwebfonts_histogram.cc32 const std::string& histogram_name) { in RecordCacheEvent()
/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()
/external/perfetto/protos/perfetto/config/chrome/
Dscenario_config.proto38 optional string histogram_name = 1; field
/external/webrtc/modules/audio_processing/agc2/
Dlimiter.cc99 absl::string_view histogram_name) in Limiter()

12