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

  /external/skia/src/gpu/
GrTHashCache.h 112 int hashIndex = hash2Index(key.getHash());
113 T* elem = fHash[hashIndex];
123 fHash[hashIndex] = elem;
165 int hashIndex = hash2Index(hash);
166 if (fHash[hashIndex] == fSorted[elemIndex]) {
167 fHash[hashIndex] = NULL;
198 unsigned hashIndex = hash2Index(Key::GetHash(*fHash[i]));
199 GrAssert(hashIndex == i);
GrResourceCache.h 67 int hashIndex() const { return fHashIndex; }
GrResourceCache.cpp 137 uint32_t getHash() const { return fKey.hashIndex(); }
147 return entry.key().hashIndex();
  /external/webkit/Source/JavaScriptCore/runtime/
Lookup.cpp 37 int hashIndex = identifier->existingHash() & compactHashSizeMask;
38 HashEntry* entry = &entries[hashIndex];
  /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);
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 311 int index = hashIndex(); // Index of current slot
373 private final int hashIndex() {
  /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 
  /tools/motodev/src/plugins/logger/lib/
log4j-1.2.14.jar 
  /tools/motodev/src/plugins/preflighting.core/lib/
log4j-1.2.14.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 214 milliseconds