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

123

/external/libcxx/test/std/containers/unord/unord.map/
H A Drehash.pass.cpp16 // void rehash(size_type n);
58 c.rehash(3);
63 c.rehash(3);
67 c.rehash(31);
89 c.rehash(3);
94 c.rehash(3);
98 c.rehash(31);
H A Deq.pass.cpp84 c2.rehash(30);
152 c2.rehash(30);
/external/libcxx/test/std/containers/unord/unord.multiset/
H A Drehash.pass.cpp16 // void rehash(size_type n);
57 c.rehash(3);
62 c.rehash(3);
66 c.rehash(31);
88 c.rehash(3);
93 c.rehash(3);
97 c.rehash(31);
H A Deq.pass.cpp92 c2.rehash(30);
169 c2.rehash(30);
/external/libcxx/test/std/containers/unord/unord.set/
H A Drehash.pass.cpp16 // void rehash(size_type n);
57 c.rehash(3);
62 c.rehash(3);
66 c.rehash(31);
88 c.rehash(3);
93 c.rehash(3);
97 c.rehash(31);
H A Deq.pass.cpp83 c2.rehash(30);
148 c2.rehash(30);
/external/libcxx/test/std/containers/unord/unord.multimap/
H A Drehash.pass.cpp16 // void rehash(size_type n);
88 c.rehash(3);
93 c.rehash(3);
97 c.rehash(31);
119 c.rehash(3);
124 c.rehash(3);
128 c.rehash(31);
H A Deq.pass.cpp93 c2.rehash(30);
170 c2.rehash(30);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCalendarCache.java50 rehash();
73 private void rehash() method in class:CalendarCache
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarCache.java48 rehash();
71 private void rehash() method in class:CalendarCache
/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:
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/libcxx/benchmarks/
H A DContainerBenchmarks.hpp42 c.rehash(16);
98 c.rehash(8);
/external/mesa3d/src/mesa/program/
H A Dprog_cache.c82 rehash(struct gl_program_cache *cache) function
215 rehash(cache);
243 rehash(cache);
/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/parameter-framework/asio/include/asio/detail/
H A Dhash_map.hpp144 rehash(hash_size(size_ + 1));
230 void rehash(std::size_t num_buckets) function in class:asio::detail::hash_map
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dhash_map.hpp144 rehash(hash_size(size_ + 1));
230 void rehash(std::size_t num_buckets) function in class:asio::detail::hash_map
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_cache.c107 rehash(struct brw_cache *cache) function
305 rehash(cache);
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jar ... pos Object tmp public void removeAll () int i public void rehash () int[] tmpKeys Object[] tmpValues int[] tmpNext int capacity int[] keys
/external/skia/third_party/lua/src/
H A Dltable.c343 static void rehash (lua_State *L, Table *t, const TValue *ek) { function
415 rehash(L, t, key); /* grow table */

Completed in 745 milliseconds

123