HomeSort by relevance Sort by last modified time
    Searched defs:hashIndex (Results 1 - 19 of 19) sorted by null

  /external/qemu/android/base/containers/
PodVector_unittest.cpp 19 static int hashIndex(size_t n) {
41 v.append(hashIndex(n));
45 EXPECT_EQ(hashIndex(n), v[n]) << "At index " << n;
53 v.append(hashIndex(n));
57 EXPECT_EQ(hashIndex(n), v[0]) << "At index " << n;
67 v.prepend(hashIndex(n));
71 EXPECT_EQ(hashIndex(kMaxCount - n - 1), v[n]) << "At index " << n;
80 v.append(hashIndex(n));
86 EXPECT_EQ(hashIndex(n), v[n]) << "At index " << n;
95 v.append(hashIndex(n))
    [all...]
  /sdk/emulator/opengl/shared/emugl/common/
pod_vector_unittest.cpp 21 static int hashIndex(size_t n) {
43 v.append(hashIndex(n));
47 EXPECT_EQ(hashIndex(n), v[n]) << "At index " << n;
55 v.append(hashIndex(n));
59 EXPECT_EQ(hashIndex(n), v[0]) << "At index " << n;
69 v.prepend(hashIndex(n));
73 EXPECT_EQ(hashIndex(kMaxCount - n - 1), v[n]) << "At index " << n;
82 v.append(hashIndex(n));
88 EXPECT_EQ(hashIndex(n), v[n]) << "At index " << n;
97 v.append(hashIndex(n))
    [all...]
  /external/skia/src/gpu/
GrTHashTable.h 126 int hashIndex = hash2Index(key.getHash());
127 T* elem = fHash[hashIndex];
148 fHash[hashIndex] = fSorted[index];
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 358 int hashIndex = factoryClassName.indexOf('#');
359 if (hashIndex != -1) {
360 factoryClassName = factoryClassName.substring(0, hashIndex);
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 292 int hashIndex = factoryClassName.indexOf('#');
293 if (hashIndex != -1) {
294 factoryClassName = factoryClassName.substring(0, hashIndex);
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractHashedMap.java 192 HashEntry<K, V> entry = data[hashIndex(hashCode, data.length)]; // no local for hash index
229 HashEntry entry = data[hashIndex(hashCode, data.length)]; // no local for hash index
280 int index = hashIndex(hashCode, data.length);
325 int index = hashIndex(hashCode, data.length);
406 protected int hashIndex(int hashCode, int dataSize) {
423 HashEntry<K, V> entry = data[hashIndex(hashCode, data.length)]; // no local for hash index
454 * @param hashIndex the index in the data array
459 protected void reuseEntry(HashEntry<K, V> entry, int hashIndex, int hashCode, K key, V value) {
460 entry.next = data[hashIndex];
475 * @param hashIndex the index into the data array to store a
    [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 

Completed in 146 milliseconds