HomeSort by relevance Sort by last modified time
    Searched defs:bucket_count (Results 1 - 25 of 77) 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);
86 size_t bucket_count = bucket_ranges_->bucket_count(); local
87 CHECK_GE(bucket_count, 1u);
89 CHECK_LT(value, bucket_ranges_->range(bucket_count));
92 size_t over = bucket_count;
115 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/net/disk_cache/
stats_histogram.cc 30 size_t bucket_count = disk_cache::Stats::kDataSizesLength; local
37 new StatsHistogram(name, minimum, maximum, bucket_count);
44 DCHECK(histogram->HasConstructorArguments(minimum, maximum, bucket_count));
71 size_t StatsHistogram::bucket_count() const { function in class:disk_cache::StatsHistogram
  /external/chromium_org/chrome/browser/ui/webui/
metrics_handler.cc 70 int bucket_count = int_boundary_value; local
71 while (bucket_count >= 100) {
72 bucket_count /= 10;
79 histogram_name, 1, int_boundary_value, bucket_count + 1,
  /external/chromium_org/net/disk_cache/
stats_histogram.cc 46 size_t bucket_count = disk_cache::Stats::kDataSizesLength; local
52 BucketRanges* ranges = new BucketRanges(bucket_count + 1);
65 DCHECK(histogram->HasConstructionArguments(minimum, maximum, bucket_count));
  /external/chromium_org/cc/base/
scoped_ptr_hash_map.h 141 inline size_t bucket_count() const { return data_.bucket_count(); } function in class:cc::ScopedPtrHashMap
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 89 uint32_t bucket_count; // The number of buckets in this hash table. member in struct:llvm::DwarfAccelTable::TableHeader
100 bucket_count (0), hashes_count (0), header_data_len (data_len)
108 << "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 513 milliseconds

1 2 3 4