Searched refs:rehash (Results 1 - 25 of 66) sorted by relevance

123

/external/libcxx/test/containers/unord/unord.multiset/
H A Drehash.pass.cpp16 // void rehash(size_type n);
50 c.rehash(3);
54 c.rehash(3);
57 c.rehash(31);
78 c.rehash(3);
82 c.rehash(3);
85 c.rehash(31);
H A Deq.pass.cpp92 c2.rehash(30);
169 c2.rehash(30);
/external/libcxx/test/containers/unord/unord.set/
H A Drehash.pass.cpp16 // void rehash(size_type n);
50 c.rehash(3);
54 c.rehash(3);
57 c.rehash(31);
78 c.rehash(3);
82 c.rehash(3);
85 c.rehash(31);
H A Deq.pass.cpp83 c2.rehash(30);
148 c2.rehash(30);
/external/libcxx/test/containers/unord/unord.map/
H A Drehash.pass.cpp16 // void rehash(size_type n);
51 c.rehash(3);
55 c.rehash(3);
58 c.rehash(31);
79 c.rehash(3);
83 c.rehash(3);
86 c.rehash(31);
H A Deq.pass.cpp84 c2.rehash(30);
152 c2.rehash(30);
/external/libcxx/test/containers/unord/unord.multimap/
H A Drehash.pass.cpp16 // void rehash(size_type n);
79 c.rehash(3);
83 c.rehash(3);
86 c.rehash(31);
107 c.rehash(3);
111 c.rehash(3);
114 c.rehash(31);
H A Deq.pass.cpp93 c2.rehash(30);
170 c2.rehash(30);
/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 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 DObjectIntMap.java191 if (m_size >= m_sizeThreshold) rehash ();
280 private void rehash () method in class:ObjectIntMap
291 // rehash all entry chains in every bucket:
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_cache.c82 rehash(struct gl_program_cache *cache) function
215 rehash(cache);
243 rehash(cache);
/external/mesa3d/src/mesa/program/
H A Dprog_cache.c82 rehash(struct gl_program_cache *cache) function
215 rehash(cache);
243 rehash(cache);
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dft_hash.c231 static void rehash(Hash *pH, int new_size){ function
388 rehash(pH,8);
396 rehash(pH,pH->htsize*2);
H A Dfts1_hash.c189 static void rehash(fts1Hash *pH, int new_size){ function
351 rehash(pH,8);
359 rehash(pH,pH->htsize*2);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_hash.c194 static void rehash(fts2Hash *pH, int new_size){ function
356 rehash(pH,8);
364 rehash(pH,pH->htsize*2);
/external/apache-http/src/org/apache/commons/logging/impl/
H A DWeakHashtable.java315 protected void rehash() { method in class:WeakHashtable
318 super.rehash();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DExpandedNameTable.java34 * code. We only need to implement the rehash() interface which is used to
212 rehash();
245 private void rehash() method in class:ExpandedNameTable
/external/chromium_org/third_party/sqlite/src/src/
H A Dhash.c103 static int rehash(Hash *pH, unsigned int new_size){ function
266 if( rehash(pH, pH->count*2) ){
/external/e2fsprogs/e2fsck/
H A DAndroid.mk96 rehash.c \
/external/ltrace/
H A Ddict.c252 * rehash. */
271 rehash(struct dict *dict, size_t nn) function
369 rehash:
370 if (rehash(dict, larger_size(n(dict))) < 0)
382 /* If rehash was requested, do that, and retry. But just live
386 goto rehash;
438 rehash(dict, smaller);
/external/stlport/stlport/stl/
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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_state_cache.c107 rehash(struct brw_cache *cache) function
305 rehash(cache);

Completed in 382 milliseconds

123