Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dsparse_histogram.cc46 SPARSE_HISTOGRAM, name, 0, 0, nullptr, flags, &histogram_ref); in FactoryGet()
74 CHECK_EQ(SPARSE_HISTOGRAM, histogram->GetHistogramType()); in FactoryGet()
95 return SPARSE_HISTOGRAM; in GetHistogramType()
Dhistogram_base.cc41 case SPARSE_HISTOGRAM: in HistogramTypeToString()
64 case SPARSE_HISTOGRAM: in DeserializeHistogramInfo()
Dsparse_histogram_unittest.cc181 EXPECT_EQ(SPARSE_HISTOGRAM, sparse_histogram->GetHistogramType()); in TEST_P()
221 EXPECT_EQ(SPARSE_HISTOGRAM, type); in TEST_P()
Dhistogram_base.h41 SPARSE_HISTOGRAM, enumerator
Dpersistent_histogram_allocator.cc340 if (histogram_type != SPARSE_HISTOGRAM) { in AllocateHistogram()
503 if (histogram_data_ptr->histogram_type == SPARSE_HISTOGRAM) { in CreateHistogram()
Dstatistics_recorder.cc296 if (base->GetHistogramType() != SPARSE_HISTOGRAM) { in ForgetHistogramForTesting()