Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/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()
411 EXPECT_THAT(histograms, SizeIs(use_persistent_histogram_allocator_ ? 0 : 2)); in TEST_P()
416 if (use_persistent_histogram_allocator_) { in TEST_P()
428 EXPECT_THAT(histograms, SizeIs(use_persistent_histogram_allocator_ ? 2 : 0)); in TEST_P()
H A Dsparse_histogram_unittest.cc33 SparseHistogramTest() : use_persistent_histogram_allocator_(GetParam()) {} in SparseHistogramTest()
36 if (use_persistent_histogram_allocator_) in SetUp()
79 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.cc59 HistogramTest() : use_persistent_histogram_allocator_(GetParam()) {} in HistogramTest()
62 if (use_persistent_histogram_allocator_) in SetUp()
103 const bool use_persistent_histogram_allocator_; member in base::HistogramTest
308 if (!use_persistent_histogram_allocator_) { in TEST_P()
535 if (use_persistent_histogram_allocator_) in TEST_P()
786 if (!use_persistent_histogram_allocator_) { in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/metrics/
H A Dstatistics_recorder_unittest.cc69 StatisticsRecorderTest() : use_persistent_histogram_allocator_(GetParam()) { in StatisticsRecorderTest()
75 if (use_persistent_histogram_allocator_) { in StatisticsRecorderTest()
121 const bool use_persistent_histogram_allocator_; member in base::StatisticsRecorderTest
242 if (use_persistent_histogram_allocator_) { in TEST_P()
253 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.cc34 SparseHistogramTest() : use_persistent_histogram_allocator_(GetParam()) {} in SparseHistogramTest()
42 if (use_persistent_histogram_allocator_) in SetUp()
94 const bool use_persistent_histogram_allocator_; member in base::SparseHistogramTest
197 (use_persistent_histogram_allocator_ ? HistogramBase::kIsPersistent in TEST_P()
262 if (use_persistent_histogram_allocator_) { in TEST_P()
H A Dhistogram_unittest.cc60 HistogramTest() : use_persistent_histogram_allocator_(GetParam()) {} in HistogramTest()
63 if (use_persistent_histogram_allocator_) in SetUp()
113 const bool use_persistent_histogram_allocator_; member in base::HistogramTest
318 if (!use_persistent_histogram_allocator_) { in TEST_P()
545 if (use_persistent_histogram_allocator_) in TEST_P()
796 if (!use_persistent_histogram_allocator_) { in TEST_P()