HomeSort by relevance Sort by last modified time
    Searched full:bucket_ranges (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/base/metrics/
histogram_unittest.cc 13 #include "base/metrics/bucket_ranges.h"
105 EXPECT_TRUE(ranges.Equals(histogram->bucket_ranges()));
132 EXPECT_TRUE(ranges2.Equals(histogram2->bucket_ranges()));
146 EXPECT_TRUE(ranges.Equals(histogram->bucket_ranges()));
160 EXPECT_TRUE(ranges2.Equals(histogram2->bucket_ranges()));
185 const BucketRanges* ranges = histogram->bucket_ranges();
199 ranges = histogram->bucket_ranges();
214 ranges = histogram->bucket_ranges();
234 const BucketRanges* ranges = histogram->bucket_ranges();
344 BucketRanges* bucket_ranges local
    [all...]