/external/icu/icu4c/source/common/ |
D | uhash.c | 142 int32_t hashcode, in _uhash_setElement() argument 173 e->hashcode = hashcode; in _uhash_setElement() 183 U_ASSERT(!IS_EMPTY_OR_DELETED(e->hashcode)); in _uhash_internalRemoveElement() 237 p->hashcode = HASH_EMPTY; in _uhash_allocate() 332 int32_t hashcode) { in _uhash_find() argument 340 hashcode &= 0x7FFFFFFF; /* must be positive */ in _uhash_find() 341 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length; in _uhash_find() 344 tableHash = elements[theIndex].hashcode; in _uhash_find() 345 if (tableHash == hashcode) { /* quick check */ in _uhash_find() 364 jump = (hashcode % (hash->length - 1)) + 1; in _uhash_find() [all …]
|
D | uhash.h | 93 int32_t hashcode; member
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | SemanticContext.java | 305 protected int hashcode; field in SemanticContext.CommutativePredicate 322 hashcode = calculateHashCode(); in CommutativePredicate() 335 hashcode = calculateHashCode(); in CommutativePredicate() 413 return hashcode; in hashCode() 485 int hashcode = 0; in calculateHashCode() local 487 hashcode = hashcode ^ context.hashCode(); in calculateHashCode() 490 return hashcode; in calculateHashCode() 533 int hashcode = 0; in calculateHashCode() local 535 hashcode = ~hashcode ^ context.hashCode(); in calculateHashCode() 538 return hashcode; in calculateHashCode()
|
/external/apache-http/src/org/apache/http/util/ |
D | LangUtils.java | 56 public static int hashCode(final int seed, final int hashcode) { in hashCode() argument 57 return seed * HASH_OFFSET + hashcode; in hashCode()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DigitList.java | 849 int hashcode = decimalAt; 852 hashcode = hashcode * 37 + digits[i]; 854 return hashcode;
|
/external/robolectric/lib/main/ |
D | httpcore-4.0.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.apache.commons.httpclient_3.1.0.v201005080502.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | ... java.lang.Object)
Object obj
public int hashCode ()
}
org/eclipse/pde/api ... |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/jetty/ |
D | VERSION.txt | 21 + 418636 Name anonymous filter and holders with classname-hashcode 28 + 418636 Name anonymous filter and holders with classname-hashcode 2304 + JETTY-884 Use hashcode for threadpool ID
|
/external/antlr/antlr-3.4/lib/ |
D | antlr-3.4-complete.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/antlr/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | findbugs.jar | ... java.lang.Throwable getCause ()
public int hashCode ()
int hashCode
public boolean equals (java. ... |