Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dhistogram_unittest.cc482 std::unique_ptr<SampleVector> custom_samples = in TEST_P() local
484 EXPECT_EQ(2, custom_samples->GetCountAtIndex(0)); in TEST_P()
485 EXPECT_EQ(0, custom_samples->GetCountAtIndex(1)); in TEST_P()
487 EXPECT_EQ(0, custom_samples->GetCountAtIndex(bucket_count - 2)); in TEST_P()
488 EXPECT_EQ(3, custom_samples->GetCountAtIndex(bucket_count - 1)); in TEST_P()