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

1 2

  /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/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()); }
  /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
_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)
  /prebuilt/ndk/android-ndk-r5/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
  /prebuilt/ndk/android-ndk-r5/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)
  /prebuilt/ndk/android-ndk-r6/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
  /prebuilt/ndk/android-ndk-r6/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)
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 414 bucket_count() const function in class:hashtable
    [all...]

Completed in 1440 milliseconds

1 2