Searched defs:rehash (Results 1 - 16 of 16) sorted by relevance

/external/emma/core/java12/com/vladium/util/
H A DIntObjectMap.java187 if (m_size >= m_sizeThreshold) rehash ();
242 private void rehash () method in class:IntObjectMap
253 // rehash all entry chains in every bucket:
H A DIntSet.java159 if (m_size >= m_sizeThreshold) rehash ();
214 private void rehash () method in class:IntSet
225 // rehash all entry chains in every bucket:
H A DObjectIntMap.java191 if (m_size >= m_sizeThreshold) rehash ();
280 private void rehash () method in class:ObjectIntMap
291 // rehash all entry chains in every bucket:
H A DIntIntMap.java198 if (m_size >= m_sizeThreshold) rehash ();
284 private void rehash () method in class:IntIntMap
295 // rehash all entry chains in every bucket:
H A DSoftValueMap.java278 if (m_size >= m_sizeThreshold) rehash ();
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/apache-http/src/org/apache/commons/logging/impl/
H A DWeakHashtable.java310 protected void rehash() { method in class:WeakHashtable
313 super.rehash();
/external/stlport/stlport/stl/
H A D_hashtable.c365 ::rehash(size_type __num_buckets_hint) { function in class:_All
413 * rehash operation. */
H A D_unordered_map.h188 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
H A D_unordered_set.h174 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
/external/stlport/stlport/stl/debug/
H A D_hashtable.h305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } function in class:hashtable
/external/dnsmasq/src/
H A Dcache.c70 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);
/external/guava/src/com/google/common/collect/
H A DCustomConcurrentHashMap.java524 private static int rehash(int h) { method in class:CustomConcurrentHashMap
638 return rehash(h);
/external/webkit/JavaScriptCore/wtf/
H A DHashTable.h379 void shrink() { rehash(m_tableSize / 2); }
381 void rehash(int newTableSize);
898 rehash(newSize);
902 void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::rehash(int newTableSize) function in class:WTF::HashTable
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/sqlite/dist/
H A Dsqlite3.c19613 static int rehash(Hash *pH, unsigned int new_size){ function
19776 if( rehash(pH, pH->count*2) ){
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 191 milliseconds