HomeSort by relevance Sort by last modified time
    Searched defs:bucket_count (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/base/metrics/
bucket_ranges.h 46 size_t bucket_count() const { return ranges_.size() - 1; } function in class:base::BucketRanges
sample_vector.cc 18 : counts_(bucket_ranges->bucket_count()),
20 CHECK_GE(bucket_ranges_->bucket_count(), 1u);
90 size_t bucket_count = bucket_ranges_->bucket_count(); local
91 CHECK_GE(bucket_count, 1u);
93 CHECK_LT(value, bucket_ranges_->range(bucket_count));
96 size_t over = bucket_count;
119 CHECK_GE(bucket_ranges_->bucket_count(), counts_->size());
histogram_unittest.cc 259 size_t array_size = histogram->bucket_count();
284 size_t bucket_count = test_custom_histogram->bucket_count(); local
285 EXPECT_EQ(0, custom_samples->GetCountAtIndex(bucket_count - 2));
286 EXPECT_EQ(3, custom_samples->GetCountAtIndex(bucket_count - 1));
400 int64 bucket_count; local
401 EXPECT_TRUE(iter.ReadInt64(&bucket_count));
402 EXPECT_EQ(8, bucket_count);
429 int64 bucket_count; local
433 iter.ReadInt64(&bucket_count) && iter.ReadUInt32(&ui32))
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
metrics_handler.cc 71 int bucket_count = int_boundary_value; local
72 while (bucket_count >= 100) {
73 bucket_count /= 10;
80 histogram_name, 1, int_boundary_value, bucket_count + 1,
  /external/chromium_org/components/metrics/chromeos/
metric_sample.cc 22 int bucket_count)
28 bucket_count_(bucket_count) {
95 const int MetricSample::bucket_count() const { function in class:metrics::MetricSample
113 int bucket_count) {
115 HISTOGRAM, histogram_name, sample, min, max, bucket_count));
126 int sample, min, max, bucket_count; local
130 !base::StringToInt(parts[4], &bucket_count)) {
134 return HistogramSample(parts[0], sample, min, max, bucket_count);
  /external/chromium_org/base/containers/
scoped_ptr_hash_map.h 141 inline size_t bucket_count() const { return data_.bucket_count(); } function in class:base::ScopedPtrHashMap
  /external/chromium_org/chrome/browser/extensions/api/metrics_private/
metrics_apitest.cc 62 int bucket_count; member in struct:__anon8317::SparseHistogram
127 for (int j = 0; j < sparse_histogram.bucket_count; ++j) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 84 uint32_t bucket_count; // The number of buckets in this hash table. member in struct:llvm::DwarfAccelTable::TableHeader
95 hash_function(dwarf::DW_hash_function_djb), bucket_count(0),
103 << "Bucket Count: " << bucket_count << "\n"
  /external/stlport/stlport/stl/
_hash_map.h 224 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_map
410 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_multimap
_hash_set.h 219 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_set
401 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_multiset
_unordered_map.h 175 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_map
335 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_multimap
_unordered_set.h 161 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_set
311 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_multiset
  /external/stlport/stlport/stl/debug/
_hashtable.h 187 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
192 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
200 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
205 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
315 size_type bucket_count() const { return _M_non_dbg_impl.bucket_count(); } function in class:hashtable
318 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 224 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_map
410 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_multimap
_hash_set.h 219 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_set
401 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_multiset
_unordered_map.h 175 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_map
335 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_multimap
_unordered_set.h 161 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_set
311 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_multiset
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 187 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
192 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
200 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
205 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
315 size_type bucket_count() const { return _M_non_dbg_impl.bucket_count(); } function in class:hashtable
318 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 224 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_map
410 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_multimap
_hash_set.h 219 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_set
401 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_multiset
_unordered_map.h 175 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_map
335 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_multimap
_unordered_set.h 161 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_set
311 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:unordered_multiset
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 187 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
192 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
200 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
205 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
315 size_type bucket_count() const { return _M_non_dbg_impl.bucket_count(); } function in class:hashtable
318 _STLP_VERBOSE_ASSERT((__n < bucket_count()), _StlMsg_INVALID_ARGUMENT)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 224 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_map
410 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_multimap
_hash_set.h 219 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_set
401 size_type bucket_count() const { return _M_ht.bucket_count(); } function in class:hash_multiset

Completed in 1086 milliseconds

1 2 3 4