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

1 2

  /external/libchrome/base/metrics/
bucket_ranges.h 50 size_t bucket_count() const { return ranges_.size() - 1; } function in class:base::BucketRanges
sample_vector.cc 20 local_counts_(bucket_ranges->bucket_count()),
24 CHECK_GE(bucket_ranges_->bucket_count(), 1u);
34 counts_size_(bucket_ranges->bucket_count()),
36 CHECK_LE(bucket_ranges_->bucket_count(), counts_size_);
37 CHECK_GE(bucket_ranges_->bucket_count(), 1u);
107 size_t bucket_count = bucket_ranges_->bucket_count(); local
108 CHECK_GE(bucket_count, 1u);
110 CHECK_LT(value, bucket_ranges_->range(bucket_count));
113 size_t over = bucket_count;
    [all...]
histogram_unittest.cc 280 size_t array_size = histogram->bucket_count();
305 size_t bucket_count = test_custom_histogram->bucket_count(); local
306 EXPECT_EQ(0, custom_samples->GetCountAtIndex(bucket_count - 2));
307 EXPECT_EQ(3, custom_samples->GetCountAtIndex(bucket_count - 1));
421 int64_t bucket_count; local
422 EXPECT_TRUE(iter.ReadInt64(&bucket_count));
423 EXPECT_EQ(8, bucket_count);
450 int64_t bucket_count; local
454 iter.ReadInt64(&bucket_count) && iter.ReadUInt32(&ui32))
    [all...]
histogram.cc 40 size_t* bucket_count,
46 !iter->ReadSizeT(bucket_count) ||
57 INT_MAX / sizeof(HistogramBase::Count) <= *bucket_count ||
58 *bucket_count < 2) {
90 size_t bucket_count,
93 InspectConstructionArguments(name, &minimum, &maximum, &bucket_count);
99 BucketRanges* ranges = new BucketRanges(bucket_count + 1);
113 if (!histogram->HasConstructionArguments(minimum, maximum, bucket_count)) {
129 size_t bucket_count,
132 static_cast<Sample>(maximum.InMilliseconds()), bucket_count,
172 size_t bucket_count = ranges->bucket_count(); local
231 size_t Histogram::bucket_count() const { function in class:base::Histogram
251 << *bucket_count; local
381 size_t bucket_count; local
672 size_t bucket_count = ranges->bucket_count(); local
688 size_t bucket_count; local
748 size_t bucket_count; local
852 size_t bucket_count; local
    [all...]
  /external/libchrome/base/containers/
scoped_ptr_hash_map.h 158 inline size_t bucket_count() const { return data_.bucket_count(); } function in class:base::ScopedPtrHashMap
  /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"
  /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
_hashtable.h 391 size_type bucket_count() const { return _M_buckets.size() - 1; } function in class:hashtable
400 float load_factor() const { return (float)size() / (float)bucket_count(); }
603 { return _M_bkt_num_key(__key, bucket_count()); }
  /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/current/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/current/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)
  /art/compiler/optimizing/
gvn.cc 302 size_t bucket_count = RoundUpToPowerOfTwo(num_entries_ + (num_entries_ >> 1)); local
303 if (bucket_count > kMinimumNumberOfBuckets) {
304 return bucket_count;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 430 bucket_count() const function in class:hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 272 bucket_count() const function in class:tr1::_Hashtable
287 bucket_count());
309 return static_cast<float>(size()) / static_cast<float>(bucket_count());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 430 bucket_count() const function in class:hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 272 bucket_count() const function in class:tr1::_Hashtable
287 bucket_count());
309 return static_cast<float>(size()) / static_cast<float>(bucket_count());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
hashtable.h 430 bucket_count() const function in class:hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 272 bucket_count() const function in class:tr1::_Hashtable
287 bucket_count());
309 return static_cast<float>(size()) / static_cast<float>(bucket_count());
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
hashtable.h 431 bucket_count() const function in class:hashtable
    [all...]

Completed in 1074 milliseconds

1 2