Home
last modified time | relevance | path

Searched defs:custom_ranges (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_unittest.cc107 std::vector<int> custom_ranges; in TEST_P() local
293 std::vector<HistogramBase::Sample> custom_ranges; in TEST_P() local
343 std::vector<HistogramBase::Sample> custom_ranges; in TEST_P() local
426 std::vector<int> custom_ranges; in TEST_P() local
583 std::vector<int> custom_ranges; in TEST_P() local
724 std::vector<int> custom_ranges; in TEST() local
Dpersistent_histogram_allocator_unittest.cc84 std::vector<int> custom_ranges; in TEST_F() local
Dhistogram_macros.h176 #define LOCAL_HISTOGRAM_CUSTOM_ENUMERATION(name, sample, custom_ranges) \ argument
261 #define UMA_HISTOGRAM_CUSTOM_ENUMERATION(name, sample, custom_ranges) \ argument
Dstatistics_recorder_unittest.cc303 std::vector<int> custom_ranges; in TEST_P() local
575 std::vector<int> custom_ranges; in TEST_P() local
Dhistogram.cc1023 const std::vector<Sample>* custom_ranges, in Factory()
1060 const std::vector<Sample>& custom_ranges, in FactoryGet()
1069 const std::vector<Sample>& custom_ranges, in FactoryGet()
1179 const std::vector<Sample>& custom_ranges) { in ValidateCustomRanges()