/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 | 519 _LIBCPP_INLINE_VISIBILITY hash_map() {__table_.rehash(193);} 611 void resize(size_type __n) {__table_.rehash(__n);} 622 __table_.rehash(__n); 631 __table_.rehash(__n); 639 __table_.rehash(193); 650 __table_.rehash(__n); 661 __table_.rehash(__n); 670 __table_.rehash(__u.bucket_count()); 791 hash_multimap() {__table_.rehash(193);} 880 void resize(size_type __n) {__table_.rehash(__n);} [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | CalendarCache.java | 48 rehash(); in put() 71 private void rehash() in rehash() method in CalendarCache
|
/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 | 152 void rehash(size_type n); 300 void rehash(size_type n); 600 void rehash(size_type __n) {__table_.rehash(__n);} 627 __table_.rehash(__n); 638 __table_.rehash(__n); 662 __table_.rehash(__n); 676 __table_.rehash(__n); 699 __table_.rehash(__u.bucket_count()); 711 __table_.rehash(__u.bucket_count()); 773 __table_.rehash(__n); [all …]
|
D | unordered_map | 186 void rehash(size_type n); 345 void rehash(size_type n); 1193 void rehash(size_type __n) {__table_.rehash(__n);} 1233 __table_.rehash(__n); 1245 __table_.rehash(__n); 1280 __table_.rehash(__n); 1294 __table_.rehash(__n); 1306 __table_.rehash(__u.bucket_count()); 1318 __table_.rehash(__u.bucket_count()); 1382 __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/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | hash_map.hpp | 144 rehash(hash_size(size_ + 1)); in insert() 230 void rehash(std::size_t num_buckets) in rehash() function in asio::detail::hash_map
|
/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()
|