Home
last modified time | relevance | path

Searched refs:SPARSE_HISTOGRAM (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_base.cc35 case SPARSE_HISTOGRAM: in HistogramTypeToString()
56 case SPARSE_HISTOGRAM: in DeserializeHistogramInfo()
211 case SPARSE_HISTOGRAM: in ReportHistogramActivity()
Dsparse_histogram.cc39 SPARSE_HISTOGRAM, name, 0, 0, nullptr, flags, &histogram_ref); in FactoryGet()
71 CHECK_EQ(SPARSE_HISTOGRAM, histogram->GetHistogramType()); in FactoryGet()
92 return SPARSE_HISTOGRAM; in GetHistogramType()
Dsparse_histogram_unittest.cc163 EXPECT_EQ(SPARSE_HISTOGRAM, sparse_histogram->GetHistogramType()); in TEST_P()
207 EXPECT_EQ(SPARSE_HISTOGRAM, type); in TEST_P()
Dhistogram_base.h41 SPARSE_HISTOGRAM, enumerator
Dpersistent_histogram_allocator.cc334 if (histogram_type != SPARSE_HISTOGRAM) { in AllocateHistogram()
535 if (histogram_data_ptr->histogram_type == SPARSE_HISTOGRAM) { in CreateHistogram()
/external/libmojo/base/android/
Drecord_histogram.cc46 case SPARSE_HISTOGRAM: in HistogramConstructionParamsToString()