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

1 23 4 5 6 7 8 91011

  /prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
trove4j-1.1.jar 
  /external/dnsmasq/src/
cache.c 70 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);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 2948 unsigned int hash, rehash, srch; local
3102 unsigned int hash, rehash = 0; local
3580 unsigned int hash, rehash = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /external/v8/test/cctest/
test-identity-map.cc 114 void Rehash() { map.Rehash(); }
281 void CollisionTest(int stride, bool rehash = false, bool resize = false) {
295 if (rehash) t.Rehash(); // Explicit rehash (internal method).
315 TEST(Rehash) { CollisionTest(11, true, false); }
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashtableTest.java 800 protected void rehash() { method in class:HashtableTest.Mock_Hashtable
802 super.rehash();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 579 void rehash(size_type __num_buckets_hint);
581 { rehash(__num_buckets_hint); }
_hashtable.c 365 ::rehash(size_type __num_buckets_hint) { function in class:_All
413 * rehash operation. */
  /ndk/sources/host-tools/nawk-20071023/
tran.c 34 #define FULLTAB 2 /* rehash when table gets this x full */
229 rehash(tp);
247 void rehash(Array *tp) /* rehash items in small table into big one */ function
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 579 void rehash(size_type __num_buckets_hint);
581 { rehash(__num_buckets_hint); }
_hashtable.c 365 ::rehash(size_type __num_buckets_hint) { function in class:_All
413 * rehash operation. */
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp 309 int_uset.rehash(0);
313 int_uset.rehash(bucketsHint);
391 iumset.rehash(193);
  /ndk/tests/device/test-stlport/unit/
unordered_test.cpp 309 int_uset.rehash(0);
313 int_uset.rehash(bucketsHint);
391 iumset.rehash(193);
  /external/opencv3/modules/flann/include/opencv2/flann/
lsh_table.h 198 buckets_space_.rehash((buckets_space_.size() + dataset.rows) * 1.2);
  /toolchain/binutils/binutils-2.25/gold/
stringpool.cc 79 this->string_set_.rehash(this->string_set_.size() + n);
82 // rehash() implementation is broken in gcc 4.0.3's stl
83 //this->string_set_.rehash(this->string_set_.size() + n);
  /libcore/ojluni/src/main/java/java/util/
Hashtable.java 51 * the implementation. The exact details as to when and whether the rehash
60 * need for <code>rehash</code> operations, which are time-consuming.
61 * No <code>rehash</code> operations will <i>ever</i> occur if the initial
123 * @see Hashtable#rehash()
163 * rehash). This field is used to make iterators on Collection-views of
391 protected void rehash() { method in class:Hashtable
459 // Rehash the table if the threshold is exceeded
460 rehash(); method
    [all...]
  /external/robolectric/v1/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 409 void rehash(size_type __n);
852 // Allocate the new node before doing the rehash so that we don't
853 // do a rehash if the allocation throws.
1132 rehash(size_type __n) function in class:tr1::_Hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 409 void rehash(size_type __n);
852 // Allocate the new node before doing the rehash so that we don't
853 // do a rehash if the allocation throws.
1132 rehash(size_type __n) function in class:tr1::_Hashtable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 409 void rehash(size_type __n);
852 // Allocate the new node before doing the rehash so that we don't
853 // do a rehash if the allocation throws.
1132 rehash(size_type __n) function in class:tr1::_Hashtable
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable.h 409 void rehash(size_type __n);
852 // Allocate the new node before doing the rehash so that we don't
853 // do a rehash if the allocation throws.
1132 rehash(size_type __n) function in class:tr1::_Hashtable
    [all...]

Completed in 2740 milliseconds

1 23 4 5 6 7 8 91011