OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tentative_histogram
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/metrics/
sparse_histogram.cc
27
HistogramBase*
tentative_histogram
= new SparseHistogram(name);
local
28
tentative_histogram
->SetFlags(flags);
30
StatisticsRecorder::RegisterOrDeleteDuplicate(
tentative_histogram
);
histogram.cc
104
Histogram*
tentative_histogram
=
local
107
tentative_histogram
->SetFlags(flags);
109
StatisticsRecorder::RegisterOrDeleteDuplicate(
tentative_histogram
);
553
LinearHistogram*
tentative_histogram
=
local
559
tentative_histogram
->bucket_description_[descriptions[i].sample] =
564
tentative_histogram
->SetFlags(flags);
566
StatisticsRecorder::RegisterOrDeleteDuplicate(
tentative_histogram
);
657
BooleanHistogram*
tentative_histogram
=
local
660
tentative_histogram
->SetFlags(flags);
662
StatisticsRecorder::RegisterOrDeleteDuplicate(
tentative_histogram
);
715
CustomHistogram*
tentative_histogram
=
local
[
all
...]
/external/chromium/base/metrics/
histogram.cc
94
Histogram*
tentative_histogram
=
local
96
tentative_histogram
->InitializeBucketRange();
97
tentative_histogram
->SetFlags(flags);
99
StatisticsRecorder::RegisterOrDeleteDuplicate(
tentative_histogram
);
787
LinearHistogram*
tentative_histogram
=
local
789
tentative_histogram
->InitializeBucketRange();
790
tentative_histogram
->SetFlags(flags);
792
StatisticsRecorder::RegisterOrDeleteDuplicate(
tentative_histogram
);
879
BooleanHistogram*
tentative_histogram
= new BooleanHistogram(name);
local
880
tentative_histogram
->InitializeBucketRange()
926
CustomHistogram*
tentative_histogram
= new CustomHistogram(name, ranges);
local
[
all
...]
Completed in 718 milliseconds