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

  /external/chromium_org/third_party/skia/src/gpu/
GrTHashCache.h 133 int hashIndex = hash2Index(key.getHash());
134 T* elem = fHash[hashIndex];
155 fHash[hashIndex] = fSorted[index];
200 int hashIndex = hash2Index(hash);
201 if (fHash[hashIndex] == fSorted[elemIndex]) {
202 fHash[hashIndex] = NULL;
  /external/skia/src/gpu/
GrTHashCache.h 133 int hashIndex = hash2Index(key.getHash());
134 T* elem = fHash[hashIndex];
155 fHash[hashIndex] = fSorted[index];
200 int hashIndex = hash2Index(hash);
201 if (fHash[hashIndex] == fSorted[elemIndex]) {
202 fHash[hashIndex] = NULL;
  /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/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 545 const int hashIndex = ChecksumToHashIndex(scratch.checksum());
546 const SkFlatData* candidate = fHash[hashIndex];
558 fHash[hashIndex] = fSortedData[index];
567 fHash[hashIndex] = detached;
  /external/skia/src/core/
SkPictureFlat.h 545 const int hashIndex = ChecksumToHashIndex(scratch.checksum());
546 const SkFlatData* candidate = fHash[hashIndex];
558 fHash[hashIndex] = fSortedData[index];
567 fHash[hashIndex] = detached;
  /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...]
  /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/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 200 milliseconds