Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dstatistics_recorder_unittest.cc65 StatisticsRecorderTest() : use_persistent_histogram_allocator_(GetParam()) { in StatisticsRecorderTest()
71 if (use_persistent_histogram_allocator_) { in StatisticsRecorderTest()
117 const bool use_persistent_histogram_allocator_; member in base::StatisticsRecorderTest
240 if (use_persistent_histogram_allocator_) { in TEST_P()
251 if (use_persistent_histogram_allocator_) { in TEST_P()
413 EXPECT_THAT(histograms, SizeIs(use_persistent_histogram_allocator_ ? 0 : 2)); in TEST_P()
418 if (use_persistent_histogram_allocator_) { in TEST_P()
430 EXPECT_THAT(histograms, SizeIs(use_persistent_histogram_allocator_ ? 2 : 0)); in TEST_P()
Dsparse_histogram_unittest.cc32 SparseHistogramTest() : use_persistent_histogram_allocator_(GetParam()) {} in SparseHistogramTest()
35 if (use_persistent_histogram_allocator_) in SetUp()
78 const bool use_persistent_histogram_allocator_; member in base::SparseHistogramTest
185 (use_persistent_histogram_allocator_ ? HistogramBase::kIsPersistent in TEST_P()
250 if (use_persistent_histogram_allocator_) { in TEST_P()
Dhistogram_unittest.cc58 HistogramTest() : use_persistent_histogram_allocator_(GetParam()) {} in HistogramTest()
61 if (use_persistent_histogram_allocator_) in SetUp()
102 const bool use_persistent_histogram_allocator_; member in base::HistogramTest
516 if (use_persistent_histogram_allocator_) in TEST_P()
767 if (!use_persistent_histogram_allocator_) { in TEST_P()