Home
last modified time | relevance | path

Searched refs:rehash (Results 1 – 25 of 36) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/runtime/
DPropertyMapHashTable.h193 void rehash(unsigned newCapacity);
367 rehash(m_keyCount + 1); in add()
403 rehash(m_keyCount); in remove()
487 inline void PropertyTable::rehash(unsigned newCapacity) in rehash() function
/external/emma/core/java12/com/vladium/util/
DIntSet.java159 if (m_size >= m_sizeThreshold) rehash (); in add()
214 private void rehash () in rehash() method in IntSet
DIntObjectMap.java187 if (m_size >= m_sizeThreshold) rehash (); in put()
242 private void rehash () in rehash() method in IntObjectMap
DIntIntMap.java198 if (m_size >= m_sizeThreshold) rehash (); in put()
284 private void rehash () in rehash() method in IntIntMap
DObjectIntMap.java191 if (m_size >= m_sizeThreshold) rehash (); in put()
280 private void rehash () in rehash() method in ObjectIntMap
DSoftValueMap.java278 if (m_size >= m_sizeThreshold) rehash (); in put()
470 private void rehash () in rehash() method in SoftValueMap
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExpandedNameTable.java212 rehash(); in getExpandedTypeID()
245 private void rehash() in rehash() method in ExpandedNameTable
/external/apache-http/src/org/apache/commons/logging/impl/
DWeakHashtable.java310 protected void rehash() {
313 super.rehash();
/external/stlport/stlport/stl/
D_unordered_set.h174 void rehash(size_type __hint) { _M_ht.rehash(__hint); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
324 void rehash(size_type __hint) { _M_ht.rehash(__hint); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_unordered_map.h188 void rehash(size_type __hint) { _M_ht.rehash(__hint); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
348 void rehash(size_type __hint) { _M_ht.rehash(__hint); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_hashtable.h579 void rehash(size_type __num_buckets_hint);
581 { rehash(__num_buckets_hint); }
D_hashtable.c365 ::rehash(size_type __num_buckets_hint) { in rehash() function
/external/dnsmasq/src/
Dcache.c70 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/stlport/stlport/stl/debug/
D_hashtable.h305 void rehash(size_type __num_buckets_hint) { _M_non_dbg_impl.rehash(__num_buckets_hint); } in rehash() function
/external/stlport/test/unit/
Dunordered_test.cpp309 int_uset.rehash(0); in hash_policy()
313 int_uset.rehash(bucketsHint); in hash_policy()
391 iumset.rehash(193); in equal_range()
/external/webkit/Source/JavaScriptCore/wtf/
DHashTable.h382 void shrink() { rehash(m_tableSize / 2); }
384 void rehash(int newTableSize);
910 rehash(newSize);
914 … void HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::rehash(int newTableSize)
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java1859 static int rehash(int h) { in rehash() method in MapMakerInternalMap
1902 return rehash(h); in hash()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java1846 static int rehash(int h) { in rehash() method in LocalCache
1889 return rehash(h); in hash()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb976 …)J'5!AE regimente registereregrete regulatoryArehash 0J"A@!I0rehash)JA@!I0 rehashes 0…
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-143111 (KJS::PropertyMap::rehash):
12408 (KJS::PropertyMap::rehash):
12542 (KJS::PropertyMap::rehash):
13916 (KXMLCore::HashTable::rehash):
14962 (KXMLCore::HashTable::rehash): Avoid copy before reinserting, so that swap can do its magic.
16672 (KJS::Identifier::rehash):
16694 (KJS::ProtectedValues::rehash):
16907 (KXMLCore::::rehash):
17021 (KJS::PropertyMap::rehash):
19502 * kjs/property_map.cpp: (KJS::PropertyMap::rehash): Ditto.
[all …]
DChangeLog-2003-10-25476 (PropertyMap::expand): Preserve the indices as we rehash the table.
DChangeLog1301 (JSC::Handle::swap): Implemented swap, so we can rehash efficiently, and
6962 (JSC::PropertyTable::rehash):
/external/stlport/etc/
DChangeLog1203 * stlport/stl/_hashtable.h: Container might now be rehash when user
1206 according SGI doc it should behave as Standard unordered_*::rehash that
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf2974 N "rehash" "ri:h'qS"
4731 V "rehash" "r,i:h'qS"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf3370 N "rehash" "r'i:hqS"
5263 V "rehash" "r,i:h'qS"

12