Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dsparse_histogram_unittest.cc29 SparseHistogramTest() : use_persistent_histogram_allocator_(GetParam()) {} in SparseHistogramTest()
32 if (use_persistent_histogram_allocator_) in SetUp()
78 const bool use_persistent_histogram_allocator_; member in base::SparseHistogramTest
166 (use_persistent_histogram_allocator_ ? HistogramBase::kIsPersistent in TEST_P()
235 if (use_persistent_histogram_allocator_) { in TEST_P()
Dstatistics_recorder_unittest.cc48 StatisticsRecorderTest() : use_persistent_histogram_allocator_(GetParam()) { in StatisticsRecorderTest()
58 if (use_persistent_histogram_allocator_) { in StatisticsRecorderTest()
113 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()
430 EXPECT_EQ(use_persistent_histogram_allocator_ ? 0 : 2, in TEST_P()
436 if (use_persistent_histogram_allocator_) { in TEST_P()
448 EXPECT_EQ(use_persistent_histogram_allocator_ ? 2 : 0, in TEST_P()
Dhistogram_unittest.cc37 HistogramTest() : use_persistent_histogram_allocator_(GetParam()) {} in HistogramTest()
40 if (use_persistent_histogram_allocator_) in SetUp()
82 const bool use_persistent_histogram_allocator_; member in base::HistogramTest
476 if (use_persistent_histogram_allocator_) in TEST_P()