Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/metrics/
H A 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()
H A 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()
H A 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()
/aosp_15_r20/external/cronet/base/metrics/
H A Dstatistics_recorder_unittest.cc71 StatisticsRecorderTest() : use_persistent_histogram_allocator_(GetParam()) { in StatisticsRecorderTest()
77 if (use_persistent_histogram_allocator_) { in StatisticsRecorderTest()
144 const bool use_persistent_histogram_allocator_; member in base::StatisticsRecorderTest
228 if (use_persistent_histogram_allocator_) { in TEST_P()
239 if (use_persistent_histogram_allocator_) { in TEST_P()
431 EXPECT_THAT(histograms, SizeIs(use_persistent_histogram_allocator_ ? 0 : 2)); in TEST_P()
437 if (use_persistent_histogram_allocator_) { in TEST_P()
449 EXPECT_THAT(histograms, SizeIs(use_persistent_histogram_allocator_ ? 2 : 0)); in TEST_P()
H A Dsparse_histogram_unittest.cc34 SparseHistogramTest() : use_persistent_histogram_allocator_(GetParam()) {} in SparseHistogramTest()
44 if (use_persistent_histogram_allocator_) in SetUp()
91 const bool use_persistent_histogram_allocator_; member in base::SparseHistogramTest
272 (use_persistent_histogram_allocator_ ? HistogramBase::kIsPersistent in TEST_P()
337 if (use_persistent_histogram_allocator_) { in TEST_P()
H A Dhistogram_unittest.cc67 HistogramTest() : use_persistent_histogram_allocator_(GetParam()) {} in HistogramTest()
70 if (use_persistent_histogram_allocator_) in SetUp()
115 const bool use_persistent_histogram_allocator_; member in base::HistogramTest
416 if (!use_persistent_histogram_allocator_) { in TEST_P()
637 if (use_persistent_histogram_allocator_) in TEST_P()
883 if (!use_persistent_histogram_allocator_) { in TEST_P()