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

  /external/chromium_org/content/browser/download/
rate_estimator.cc 25 bucket_count_(1) {
35 bucket_count_(1) {
70 for (size_t i = 0; i < bucket_count_; ++i) {
74 return total_count / (bucket_count_ * bucket_time_.InSeconds());
92 bucket_count_ = delta_index + 1;
105 bucket_count_ = history_.size();
118 bucket_count_ = 1;
rate_estimator.h 46 size_t bucket_count_; member in class:content::RateEstimator
  /external/chromium/base/metrics/
histogram.cc 361 return bucket_count_;
375 (bucket_count == bucket_count_));
383 (bucket_count == bucket_count_));
395 bucket_count_(bucket_count),
408 bucket_count_(bucket_count),
525 DCHECK_GT(bucket_count_, i);
531 DCHECK_EQ(bucket_count_ + 1, ranges_.size());
534 DCHECK_EQ(declared_max(), ranges_[bucket_count_ - 1]);
535 DCHECK_EQ(kSampleType_MAX, ranges_[bucket_count_]);
554 DCHECK_GT(bucket_count_, 1u)
    [all...]
histogram.h 556 Sample declared_max_; // Over this goes into counts_[bucket_count_ - 1].
557 size_t bucket_count_; // Dimension of counts_[]. member in class:base::Histogram

Completed in 403 milliseconds