OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectBucketCount
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/test/metrics/
histogram_tester.h
59
void
ExpectBucketCount
(const std::string& name,
63
void
ExpectBucketCount
(const std::string& name,
66
ExpectBucketCount
(name, static_cast<HistogramBase::Sample>(sample),
histogram_tester.cc
47
void HistogramTester::
ExpectBucketCount
(
76
ExpectBucketCount
(name, sample.InMilliseconds(), count);
Completed in 95 milliseconds