HomeSort by relevance Sort by last modified time
    Searched refs:rehash (Results 1 - 25 of 269) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libcxx/test/std/containers/unord/unord.multiset/
rehash.pass.cpp 16 // 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);
eq.pass.cpp 92 c2.rehash(30);
169 c2.rehash(30);
  /external/libcxx/test/std/containers/unord/unord.set/
rehash.pass.cpp 16 // 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);
eq.pass.cpp 83 c2.rehash(30);
148 c2.rehash(30);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
rehash.pass.cpp 16 // 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);
eq.pass.cpp 92 c2.rehash(30);
169 c2.rehash(30);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
rehash.pass.cpp 16 // 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);
eq.pass.cpp 83 c2.rehash(30);
148 c2.rehash(30);
  /external/libcxx/test/std/containers/unord/unord.map/
rehash.pass.cpp 16 // 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);
eq.pass.cpp 84 c2.rehash(30);
152 c2.rehash(30);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
rehash.pass.cpp 16 // 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);
eq.pass.cpp 84 c2.rehash(30);
152 c2.rehash(30);
  /external/libcxx/test/std/containers/unord/unord.multimap/
rehash.pass.cpp 16 // 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);
eq.pass.cpp 93 c2.rehash(30);
170 c2.rehash(30);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
rehash.pass.cpp 16 // 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);
eq.pass.cpp 93 c2.rehash(30);
170 c2.rehash(30);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarCache.java 48 rehash(); method
71 private void rehash() method in class:CalendarCache
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarCache.java 46 rehash(); method
69 private void rehash() method in class:CalendarCache
  /frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h 90 /// rehash - if the load factor is larger than 75%, or the empty buckets is
91 // less than 12.5%, the rehash the hash table
92 void rehash();
94 /// rehash - immediately re-new the hash table to the size pCount, and
95 // rehash all elements.
96 void rehash(size_type pCount);
  /toolchain/binutils/binutils-2.25/gold/
system.h 71 #define reserve_unordered_map(map, n) ((map)->rehash(n))
85 #define reserve_unordered_map(map, n) ((map)->rehash(n))
  /external/emma/core/java12/com/vladium/util/
IntObjectMap.java 187 if (m_size >= m_sizeThreshold) rehash (); method
242 private void rehash () method in class:IntObjectMap
253 // rehash all entry chains in every bucket:
IntSet.java 159 if (m_size >= m_sizeThreshold) rehash (); method
214 private void rehash () method in class:IntSet
225 // rehash all entry chains in every bucket:
  /external/mesa3d/src/mesa/program/
prog_cache.c 82 rehash(struct gl_program_cache *cache) function
215 rehash(cache);
243 rehash(cache);
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 315 protected void rehash() {
318 super.rehash();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 34 * code. We only need to implement the rehash() interface which is used to
212 rehash(); method
245 private void rehash() method in class:ExpandedNameTable

Completed in 237 milliseconds

1 2 3 4 5 6 7 8 91011