HomeSort by relevance Sort by last modified time
    Searched refs:rehash (Results 26 - 50 of 138) sorted by null

12 3 4 5 6

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_unordered_set.h 174 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_set
324 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_multiset
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 188 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_map
348 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_multimap
_unordered_set.h 174 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_set
324 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_multiset
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 188 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_map
348 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_multimap
_unordered_set.h 174 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_set
324 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_multiset
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 188 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_map
348 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_multimap
_unordered_set.h 174 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_set
324 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_multiset
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 188 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_map
348 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_multimap
_unordered_set.h 174 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_set
324 void rehash(size_type __hint) { _M_ht.rehash(__hint); } function in class:unordered_multiset
  /frameworks/native/libs/utils/
BasicHashtable.cpp 171 rehash(mCapacity * 2, mLoadFactor);
198 void BasicHashtableImpl::rehash(size_t minimumCapacity, float loadFactor) { function in class:android::BasicHashtableImpl
  /libcore/luni/src/main/java/java/lang/
ThreadLocal.java 254 if (rehash()) {
296 * Gets rid of tombstones. Returns true if a rehash occurred.
297 * We must rehash every time we fill a null slot; we depend on the
301 private boolean rehash() { method in class:ThreadLocal.Values
  /frameworks/native/libs/utils/tests/
BasicHashtable_test.cpp 437 h.rehash(h.capacity(), h.loadFactor());
448 h.rehash(9, 1.0f);
465 h.rehash(0, 0.75f);
482 h.rehash(0, 0.75f);
565 // rehash copies shared contents
569 h1.rehash(10, 1.0f);
  /ndk/sources/host-tools/make-3.81/
dir.c 591 int rehash = 0;
643 * filesystems force a rehash always as mtime does not change
651 rehash = 1;
657 rehash = 1;
661 if (!rehash)
706 if (! rehash || HASH_VACANT (*dirfile_slot))
587 int rehash = 0; local
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 278 if (m_size >= m_sizeThreshold) rehash (); method
470 private void rehash () method in class:SoftValueMap
483 // rehash all entry chains in every bucket:
529 if (m_size > newSize) System.out.println ("DEBUG: rehash() cleared " + (m_size - newSize) + " values, new size = " + newSize);
540 * See comments below for why this is safe wrt to rehash().
553 if (bucketIndex >= 0) // skip keys that were already removed by rehash()
555 // [assertion: this reference was not cleared when the last rehash() ran and so its m_bucketIndex is correct]
590 // else: it has already been removed by rehash() or other methods
  /external/openfst/src/include/fst/
bi-table.h 126 void rehash(size_t n) { } function in struct:fst::HashSet
200 keys_.rehash(0);
  /external/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
  /ndk/sources/host-tools/nawk-20071023/
proto.h 109 extern void rehash(Array *);
  /external/dnsmasq/src/
cache.c 70 static void rehash(int size);
96 rehash(daemon->cachesize);
101 will be much too small, so the hosts reading code calls rehash every 1000 addresses, to
103 static void rehash(int size) function
814 /* rehash every 1000 names. */
817 rehash(name_count);
861 rehash(name_count);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /external/stlport/stlport/stl/
_hashtable.h 579 void rehash(size_type __num_buckets_hint);
581 { rehash(__num_buckets_hint); }

Completed in 1773 milliseconds

12 3 4 5 6