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

  /external/icu4c/common/
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. */
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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-ssa-sccvn.h 29 and hashcode is stored to avoid having to calculate it
38 hashval_t hashcode; member in struct:vn_nary_op_s
47 number of the operation, and hashcode is stored to avoid having to
55 hashval_t hashcode; member in struct:vn_phi_s
87 the resulting value number, and the hashcode. The vuses are
94 hashval_t hashcode; member in struct:vn_reference_s
104 hashval_t hashcode; member in struct:vn_constant_s
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-ssa-sccvn.h 29 and hashcode is stored to avoid having to calculate it
38 hashval_t hashcode; member in struct:vn_nary_op_s
47 number of the operation, and hashcode is stored to avoid having to
55 hashval_t hashcode; member in struct:vn_phi_s
87 the resulting value number, and the hashcode. The vuses are
94 hashval_t hashcode; member in struct:vn_reference_s
104 hashval_t hashcode; member in struct:vn_constant_s
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree-ssa-sccvn.h 29 and hashcode is stored to avoid having to calculate it
38 hashval_t hashcode; member in struct:vn_nary_op_s
47 number of the operation, and hashcode is stored to avoid having to
55 hashval_t hashcode; member in struct:vn_phi_s
87 the resulting value number, and the hashcode. The vuses are
94 hashval_t hashcode; member in struct:vn_reference_s
104 hashval_t hashcode; member in struct:vn_constant_s
  /cts/tests/tests/content/src/android/content/cts/
ContentValuesTest.java 223 notes = "Test hashCode().",
224 method = "hashCode",
228 assertEquals(0, mContentValues.hashCode());
232 assertTrue(0 != mContentValues.hashCode());
234 int hashcode = mContentValues.hashCode(); local
236 assertTrue(hashcode != mContentValues.hashCode());
239 assertTrue(hashcode == mContentValues.hashCode());
    [all...]
  /prebuilt/common/http-client/
httpcore-4.1.jar 
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 210 milliseconds