Home
last modified time | relevance | path

Searched refs:declared_max (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram.cc42 int* declared_max, in ReadHistogramArguments() argument
48 !iter->ReadInt(declared_max) || in ReadHistogramArguments()
57 if (*declared_max <= 0 || in ReadHistogramArguments()
59 *declared_max < *declared_min || in ReadHistogramArguments()
495 pickle->WriteInt(declared_max()) && in SerializeInfoImpl()
566 int declared_max; in DeserializeInfoImpl() local
571 &declared_max, &bucket_count, &range_checksum)) { in DeserializeInfoImpl()
577 histogram_name, declared_min, declared_max, bucket_count, flags); in DeserializeInfoImpl()
704 params->SetInteger("max", declared_max()); in GetParameters()
913 int declared_max; in DeserializeInfoImpl() local
[all …]
Dhistogram.h181 Sample declared_max() const { return declared_max_; } in declared_max() function
/external/libmojo/base/android/
Drecord_histogram.cc43 hist->declared_max(), hist->bucket_count()); in HistogramConstructionParamsToString()