/external/libcxx/test/std/containers/unord/unord.set/ |
D | rehash.pass.cpp | 50 c.rehash(3); in main() 54 c.rehash(3); in main() 57 c.rehash(31); in main() 78 c.rehash(3); in main() 82 c.rehash(3); in main() 85 c.rehash(31); in main()
|
D | eq.pass.cpp | 83 c2.rehash(30); in main() 148 c2.rehash(30); in main()
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | rehash.pass.cpp | 50 c.rehash(3); in main() 54 c.rehash(3); in main() 57 c.rehash(31); in main() 78 c.rehash(3); in main() 82 c.rehash(3); in main() 85 c.rehash(31); in main()
|
D | eq.pass.cpp | 92 c2.rehash(30); in main() 169 c2.rehash(30); in main()
|
/external/libcxx/test/std/containers/unord/unord.map/ |
D | rehash.pass.cpp | 51 c.rehash(3); in main() 55 c.rehash(3); in main() 58 c.rehash(31); in main() 79 c.rehash(3); in main() 83 c.rehash(3); in main() 86 c.rehash(31); in main()
|
D | eq.pass.cpp | 84 c2.rehash(30); in main() 152 c2.rehash(30); in main()
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
D | rehash.pass.cpp | 79 c.rehash(3); in main() 83 c.rehash(3); in main() 86 c.rehash(31); in main() 107 c.rehash(3); in main() 111 c.rehash(3); in main() 114 c.rehash(31); in main()
|
D | eq.pass.cpp | 93 c2.rehash(30); in main() 170 c2.rehash(30); in main()
|
/external/libcxx/include/ext/ |
D | hash_set | 242 hash_set() {__table_.rehash(193);} 327 void resize(size_type __n) {__table_.rehash(__n);} 335 __table_.rehash(__n); 343 __table_.rehash(__n); 351 __table_.rehash(193); 362 __table_.rehash(__n); 373 __table_.rehash(__n); 382 __table_.rehash(__u.bucket_count()); 463 hash_multiset() {__table_.rehash(193);} 547 void resize(size_type __n) {__table_.rehash(__n);} [all …]
|
D | hash_map | 526 _LIBCPP_INLINE_VISIBILITY hash_map() {__table_.rehash(193);} 618 void resize(size_type __n) {__table_.rehash(__n);} 629 __table_.rehash(__n); 638 __table_.rehash(__n); 646 __table_.rehash(193); 657 __table_.rehash(__n); 668 __table_.rehash(__n); 677 __table_.rehash(__u.bucket_count()); 804 hash_multimap() {__table_.rehash(193);} 893 void resize(size_type __n) {__table_.rehash(__n);} [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | CalendarCache.java | 46 rehash(); in put() 69 private void rehash() in rehash() method in CalendarCache
|
/external/mesa3d/src/mesa/program/ |
D | prog_cache.c | 82 rehash(struct gl_program_cache *cache) in rehash() function 215 rehash(cache); in _mesa_program_cache_insert() 243 rehash(cache); in _mesa_shader_cache_insert()
|
/external/libcxx/include/ |
D | unordered_set | 153 void rehash(size_type n); 302 void rehash(size_type n); 602 void rehash(size_type __n) {__table_.rehash(__n);} 629 __table_.rehash(__n); 640 __table_.rehash(__n); 664 __table_.rehash(__n); 678 __table_.rehash(__n); 701 __table_.rehash(__u.bucket_count()); 713 __table_.rehash(__u.bucket_count()); 775 __table_.rehash(__n); [all …]
|
D | unordered_map | 168 void rehash(size_type n); 326 void rehash(size_type n); 1023 void rehash(size_type __n) {__table_.rehash(__n);} 1063 __table_.rehash(__n); 1075 __table_.rehash(__n); 1110 __table_.rehash(__n); 1124 __table_.rehash(__n); 1136 __table_.rehash(__u.bucket_count()); 1148 __table_.rehash(__u.bucket_count()); 1212 __table_.rehash(__n); [all …]
|
/external/emma/core/java12/com/vladium/util/ |
D | IntSet.java | 159 if (m_size >= m_sizeThreshold) rehash (); in add() 214 private void rehash () in rehash() method in IntSet
|
D | IntObjectMap.java | 187 if (m_size >= m_sizeThreshold) rehash (); in put() 242 private void rehash () in rehash() method in IntObjectMap
|
D | IntIntMap.java | 198 if (m_size >= m_sizeThreshold) rehash (); in put() 284 private void rehash () in rehash() method in IntIntMap
|
D | ObjectIntMap.java | 191 if (m_size >= m_sizeThreshold) rehash (); in put() 280 private void rehash () in rehash() method in ObjectIntMap
|
D | SoftValueMap.java | 278 if (m_size >= m_sizeThreshold) rehash (); in put() 470 private void rehash () in rehash() method in SoftValueMap
|
/external/ltrace/ |
D | dict.c | 271 rehash(struct dict *dict, size_t nn) in rehash() function 369 rehash: in dict_insert() 370 if (rehash(dict, larger_size(n(dict))) < 0) in dict_insert() 386 goto rehash; in dict_insert() 438 rehash(dict, smaller); in dict_erase()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | ExpandedNameTable.java | 212 rehash(); in getExpandedTypeID() 245 private void rehash() in rehash() method in ExpandedNameTable
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | WeakHashtable.java | 315 protected void rehash() { 318 super.rehash();
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_cache.c | 107 rehash(struct brw_cache *cache) in rehash() function 305 rehash(cache); in brw_upload_cache()
|
/external/dnsmasq/src/ |
D | cache.c | 70 static void rehash(int size); 96 rehash(daemon->cachesize); in cache_init() 103 static void rehash(int size) in rehash() function 817 rehash(name_count); in read_hostsfile() 861 rehash(name_count); in read_hostsfile()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.util_1.0.200.v20100503.jar | ... tmp
public void removeAll ()
int i
public void rehash ()
int[] tmpKeys
Object[] tmpValues ... |