Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dstatistics_recorder_unittest.cc97 Histogram* CreateHistogram(const char* name, in CreateHistogram() function in base::StatisticsRecorderTest
136 CreateHistogram("TestHistogram", 1, 1000, 10); in TEST_P()
194 Histogram* const histogram1 = CreateHistogram("TestHistogram1", 1, 1000, 10); in TEST_P()
211 Histogram* const histogram2 = CreateHistogram("TestHistogram1", 1, 1000, 10); in TEST_P()
219 Histogram* const histogram3 = CreateHistogram("TestHistogram0", 1, 1000, 10); in TEST_P()
Dpersistent_histogram_allocator.cc306 return CreateHistogram(data); in GetHistogram()
407 std::unique_ptr<HistogramBase> histogram = CreateHistogram(histogram_data); in AllocateHistogram()
497 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::CreateHistogram( in CreateHistogram() function in base::PersistentHistogramAllocator
Dpersistent_histogram_allocator.h308 std::unique_ptr<HistogramBase> CreateHistogram(
/external/angle/src/libANGLE/
DOverlayWidgets.cpp162 std::vector<size_t> CreateHistogram(const std::vector<size_t> values) in CreateHistogram() function
306 std::vector<size_t> histogram = CreateHistogram(runningHistogram->runningValues); in AppendRunningHistogramCommon()
/external/webrtc/audio/test/
Dlow_bandwidth_audio_test.py310 hist = histograms.CreateHistogram(metric, units, [value])