HomeSort by relevance Sort by last modified time
    Searched defs:histograms_ (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/metrics/
statistics_recorder.h 231 static HistogramMap* histograms_; member in class:base::StatisticsRecorder
statistics_recorder.cc 43 if (!include_persistent_ && iter_ != histograms_->end() &&
61 const HistogramMap::iterator histograms_end = histograms_->end();
83 DCHECK(histograms_);
89 histograms_ = existing_histograms_.release();
105 return NULL != histograms_;
115 // twice if (lock_ == NULL) || (!histograms_).
125 if (histograms_ == NULL) {
129 HistogramMap::iterator it = histograms_->find(name);
130 if (histograms_->end() == it) {
133 (*histograms_)[name] = histogram
535 StatisticsRecorder::HistogramMap* StatisticsRecorder::histograms_ = NULL; member in class:base::StatisticsRecorder
    [all...]
  /external/brotli/enc/
metablock_inc.h 27 HistogramType* histograms_; /* not owned */ local
73 self->histograms_ = *histograms;
76 FN(HistogramClear)(&self->histograms_[0]);
88 HistogramType* histograms = self->histograms_;
176 FN(HistogramAdd)(&self->histograms_[self->curr_histogram_ix_], symbol);
metablock.c 178 HistogramLiteral* histograms_; /* not owned */ member in struct:ContextBlockSplitter
232 self->histograms_ = *histograms;
235 ClearHistogramsLiteral(&self->histograms_[0], num_contexts);
248 HistogramLiteral* histograms = self->histograms_;
269 &self->histograms_[self->curr_histogram_ix_], self->num_contexts_);
318 &self->histograms_[self->curr_histogram_ix_], self->num_contexts_);
368 HistogramAddLiteral(&self->histograms_[self->curr_histogram_ix_ + context],

Completed in 134 milliseconds