OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBucketSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/metrics/
histogram.cc
326
double Histogram::
GetBucketSize
(Count current, size_t i) const {
430
double current_size =
GetBucketSize
(current, i);
443
double current_size =
GetBucketSize
(samples.GetCountAtIndex(i), i);
585
double LinearHistogram::
GetBucketSize
(Count current, size_t i) const {
767
double CustomHistogram::
GetBucketSize
(Count current, size_t i) const {
histogram.h
473
virtual double
GetBucketSize
(Count current, size_t i) const;
591
virtual double
GetBucketSize
(Count current, size_t i) const OVERRIDE;
665
virtual double
GetBucketSize
(Count current, size_t i) const OVERRIDE;
/external/chromium/base/metrics/
histogram.h
479
virtual double
GetBucketSize
(Count current, size_t i) const;
617
virtual double
GetBucketSize
(Count current, size_t i) const;
673
virtual double
GetBucketSize
(Count current, size_t i) const;
histogram.cc
201
double current_size =
GetBucketSize
(current, i);
496
double Histogram::
GetBucketSize
(Count current, size_t i) const {
604
double current_size =
GetBucketSize
(snapshot.counts(i), i);
849
double LinearHistogram::
GetBucketSize
(Count current, size_t i) const {
[
all
...]
Completed in 849 milliseconds