HomeSort by relevance Sort by last modified time
    Searched refs:hashcode (Results 1 - 25 of 27) sorted by null

1 2

  /external/apache-http/src/org/apache/http/util/
LangUtils.java 36 * {@link Object#equals equals} and {@link Object#hashCode hashCode} methods.
51 public static int hashCode(final int seed, final int hashcode) {
52 return seed * HASH_OFFSET + hashcode;
55 public static int hashCode(final int seed, final boolean b) {
56 return hashCode(seed, b ? 1 : 0);
59 public static int hashCode(final int seed, final Object obj) {
60 return hashCode(seed, obj != null ? obj.hashCode() : 0)
    [all...]
  /external/icu4c/common/
uhash.c 22 * (when two unequal keys have the same hashcode) we resolve this by
25 * hashcode. This increment is added to the initial hash value to
35 * then when we computed hashcode % length, we could get a negative
39 * empty or deleted slots with a negative hashcode.
42 * slot matching the given key and hashcode. If one is found, it
102 Invariants for hashcode values:
110 hashcodes; adjust these constants for other hashcode sizes.
141 int32_t hashcode,
172 e->hashcode = hashcode;
471 int32_t hashcode; local
    [all...]
uhash.h 55 * hashcode. During iteration an element may be deleted by calling
99 int32_t hashcode; member in struct:UHashElement
582 /* Used by UnicodeString to compute its hashcode - Not public API. */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 33 and hashcode is stored to avoid having to calculate it
42 hashval_t hashcode; member in struct:vn_nary_op_s
51 number of the operation, and hashcode is stored to avoid having to
59 hashval_t hashcode; member in struct:vn_phi_s
93 the resulting value number, and the hashcode. */
99 hashval_t hashcode; member in struct:vn_reference_s
111 hashval_t hashcode; member in struct:vn_constant_s
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 33 and hashcode is stored to avoid having to calculate it
42 hashval_t hashcode; member in struct:vn_nary_op_s
51 number of the operation, and hashcode is stored to avoid having to
59 hashval_t hashcode; member in struct:vn_phi_s
93 the resulting value number, and the hashcode. */
99 hashval_t hashcode; member in struct:vn_reference_s
111 hashval_t hashcode; member in struct:vn_constant_s
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 33 and hashcode is stored to avoid having to calculate it
42 hashval_t hashcode; member in struct:vn_nary_op_s
51 number of the operation, and hashcode is stored to avoid having to
59 hashval_t hashcode; member in struct:vn_phi_s
93 the resulting value number, and the hashcode. */
99 hashval_t hashcode; member in struct:vn_reference_s
111 hashval_t hashcode; member in struct:vn_constant_s
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-ssa-sccvn.h 33 and hashcode is stored to avoid having to calculate it
42 hashval_t hashcode; member in struct:vn_nary_op_s
51 number of the operation, and hashcode is stored to avoid having to
59 hashval_t hashcode; member in struct:vn_phi_s
93 the resulting value number, and the hashcode. */
99 hashval_t hashcode; member in struct:vn_reference_s
111 hashval_t hashcode; member in struct:vn_constant_s
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
SemanticContext.java 159 public int hashCode() {
168 return predicateAST.getText().hashCode();
305 protected int hashcode; field in class:SemanticContext.CommutativePredicate
322 hashcode = calculateHashCode();
335 hashcode = calculateHashCode();
412 public int hashCode(){
413 return hashcode;
485 int hashcode = 0; local
487 hashcode = hashcode ^ context.hashCode()
533 int hashcode = 0; local
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentValuesTest.java 152 assertEquals(0, mContentValues.hashCode());
156 assertTrue(0 != mContentValues.hashCode());
158 int hashcode = mContentValues.hashCode(); local
160 assertTrue(hashcode != mContentValues.hashCode());
163 assertTrue(hashcode == mContentValues.hashCode());
166 assertEquals(0, mContentValues.hashCode());
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 189 /// Use the original framework assigned hashcode that's unique
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 1191 milliseconds

1 2