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

  /external/chromium/base/
histogram.cc 65 ranges_(bucket_count + 1, 0),
77 ranges_(bucket_count + 1, 0),
182 DCHECK(ranges_.size() == bucket_count_ + 1);
183 DCHECK_EQ(0, ranges_[0]);
184 DCHECK(declared_min() == ranges_[1]);
185 DCHECK(declared_max() == ranges_[bucket_count_ - 1]);
186 DCHECK(kSampleType_MAX == ranges_[bucket_count_]);
200 DCHECK_EQ(0, ranges_[0]);
201 ranges_[bucket_count_] = kSampleType_MAX;
211 // (ranges_[i] == ranges_[i + 1
    [all...]
histogram.h 339 virtual Sample ranges(size_t i) const { return ranges_[i];}
373 // Initialize ranges_ mapping.
377 // Get normalized size, relative to the ranges_[i].
396 // Validate that ranges_ was created sensibly (top and bottom range
448 // The dimension of ranges_ is bucket_count + 1.
449 Ranges ranges_; member in class:Histogram
487 // Initialize ranges_ mapping.
  /external/v8/src/
ast.h 1584 ZoneList<CharacterRange>* ranges_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
jsregexp.cc     [all...]

Completed in 497 milliseconds