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

  /external/chromium/net/disk_cache/
stats_histogram.h 27 Counts* GetCounts() {
  /external/chromium/base/
histogram.h 208 typedef std::vector<Count> Counts;
258 Count counts(size_t i) const { return counts_[i]; } function in class:Histogram::SampleSet
273 Counts counts_;
histogram.cc 135 while (0 == snapshot.counts(largest_non_empty_bucket)) {
144 if (snapshot.counts(i)) {
155 Count current = snapshot.counts(i);
163 if (0 == current && i < bucket_count() - 1 && 0 == snapshot.counts(i + 1)) {
164 while (i < bucket_count() - 1 && 0 == snapshot.counts(i + 1))
313 double current_size = GetBucketSize(snapshot.counts(i), i);
505 for (Counts::const_iterator it = counts_.begin();
  /external/v8/benchmarks/
base.js 135 // Counts the total number of registered benchmarks. Useful for
  /external/blktrace/btt/doc/
btt.tex 241 the value(s) and the counts are provided for the latter.
    [all...]

Completed in 1745 milliseconds