HomeSort by relevance Sort by last modified time
    Searched refs:bucket_count (Results 226 - 250 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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
  /prebuilts/ndk/9/sources/cxx-stl/EH/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
unordered_map.h 624 bucket_count() const noexcept
625 { return _M_h.bucket_count(); }
    [all...]
hashtable.h 502 bucket_count() const noexcept
554 return static_cast<float>(size()) / static_cast<float>(bucket_count());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 94 size_t bucket_count) {
100 maximum + 1, // Ensure bucket size of |maximum| / |bucket_count|.
101 bucket_count + 2, // Account for the underflow and overflow bins.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc 339 int bucket_count = 0; local
342 list[bucket_count++] = curr;
345 RAW_DCHECK(bucket_count == num_buckets_, "");
  /external/chromium/base/metrics/
histogram_unittest.cc 287 size_t array_size = histogram->bucket_count();
  /external/chromium/chrome/common/
metrics_helpers.cc 407 for (size_t i = 0; i < histogram.bucket_count(); i++) {
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_impl.cc 138 const size_t bucket_count(50);
141 histogram_name, min_time, max_time, bucket_count,
    [all...]
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.cc 426 const char* name, int sample, int min, int max, int bucket_count) {
430 base::Histogram::FactoryGet(name, min, max, bucket_count,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hashtable.h 290 bucket_count() const function in class:_Hashtable
305 bucket_count());
336 return static_cast<float>(size()) / static_cast<float>(bucket_count());
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
hashtable.h 290 bucket_count() const function in class:_Hashtable
305 bucket_count());
336 return static_cast<float>(size()) / static_cast<float>(bucket_count());
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable.h 290 bucket_count() const function in class:_Hashtable
305 bucket_count());
336 return static_cast<float>(size()) / static_cast<float>(bucket_count());
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
hashtable.h 290 bucket_count() const function in class:_Hashtable
305 bucket_count());
336 return static_cast<float>(size()) / static_cast<float>(bucket_count());
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 381 bucket_count() const noexcept
427 return static_cast<float>(size()) / static_cast<float>(bucket_count());
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 381 bucket_count() const noexcept
427 return static_cast<float>(size()) / static_cast<float>(bucket_count());
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hashtable.h 414 bucket_count() const function in class:hashtable
    [all...]

Completed in 1205 milliseconds

1 2 3 4 5 6 7 8 91011