Home
last modified time | relevance | path

Searched refs:BooleanHistogram (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram.cc935 class BooleanHistogram::Factory : public Histogram::Factory {
950 return WrapUnique(new BooleanHistogram(name_, ranges)); in HeapAlloc()
957 HistogramBase* BooleanHistogram::FactoryGet(const std::string& name, in FactoryGet()
962 HistogramBase* BooleanHistogram::FactoryGet(const char* name, int32_t flags) { in FactoryGet()
966 std::unique_ptr<HistogramBase> BooleanHistogram::PersistentCreate( in PersistentCreate()
973 return WrapUnique(new BooleanHistogram( in PersistentCreate()
977 HistogramType BooleanHistogram::GetHistogramType() const { in GetHistogramType()
981 BooleanHistogram::BooleanHistogram(const std::string& name, in BooleanHistogram() function in base::BooleanHistogram
985 BooleanHistogram::BooleanHistogram(const std::string& name, in BooleanHistogram() function in base::BooleanHistogram
994 HistogramBase* BooleanHistogram::DeserializeInfoImpl(PickleIterator* iter) { in DeserializeInfoImpl()
[all …]
Dhistogram.h91 class BooleanHistogram; variable
441 class BASE_EXPORT BooleanHistogram : public LinearHistogram {
465 BooleanHistogram(const std::string& name, const BucketRanges* ranges);
466 BooleanHistogram(const std::string& name,
477 DISALLOW_COPY_AND_ASSIGN(BooleanHistogram);
Dhistogram_base_unittest.cc96 HistogramBase* histogram = BooleanHistogram::FactoryGet( in TEST_F()
180 BooleanHistogram::FactoryGet("CRH-Boolean", 0); in TEST_F()
213 BooleanHistogram::FactoryGet("CRH-Boolean", 0); in TEST_F()
Dhistogram_macros.h158 base::BooleanHistogram::FactoryGet(name, base::Histogram::kNoFlags))
245 base::BooleanHistogram::FactoryGet(name, \
Dhistogram_base.cc53 return BooleanHistogram::DeserializeInfoImpl(iter); in DeserializeHistogramInfo()
Dpersistent_histogram_allocator_unittest.cc76 HistogramBase* boolean_histogram = BooleanHistogram::FactoryGet( in TEST_F()
Dstatistics_recorder_unittest.cc296 histogram = BooleanHistogram::FactoryGet( in TEST_P()
Dpersistent_histogram_allocator.cc598 histogram = BooleanHistogram::PersistentCreate( in CreateHistogram()
/external/libmojo/base/android/
Drecord_histogram.cc65 HistogramBase* BooleanHistogram(JNIEnv* env, in BooleanHistogram() function in base::android::__anon225a66660111::HistogramCache
74 histogram = BooleanHistogram::FactoryGet( in BooleanHistogram()
208 HistogramBase* histogram = g_histograms.Get().BooleanHistogram( in RecordBooleanHistogram()