/libcore/luni/src/main/java/java/util/ |
D | HashMap.java | 300 int hash = Collections.secondaryHash(key); in get() local 325 int hash = Collections.secondaryHash(key); in containsKey() local 385 int hash = Collections.secondaryHash(key); in put() local 448 int hash = Collections.secondaryHash(key); in constructorPut() local 470 void addNewEntry(K key, V value, int hash, int index) { in addNewEntry() 489 K key, V value, int hash, HashMapEntry<K, V> first) { in constructorNewEntry() 616 int hash = Collections.secondaryHash(key); in remove() local 721 final int hash; field in HashMap.HashMapEntry 724 HashMapEntry(K key, V value, int hash, HashMapEntry<K, V> next) { in HashMapEntry() 836 int hash = Collections.secondaryHash(key); in containsMapping() local [all …]
|
D | Hashtable.java | 265 int hash = Collections.secondaryHash(key); in get() local 289 int hash = Collections.secondaryHash(key); in containsKey() local 364 int hash = Collections.secondaryHash(key); in put() local 400 int hash = Collections.secondaryHash(key); in constructorPut() local 553 int hash = Collections.secondaryHash(key); in remove() local 662 final int hash; field in Hashtable.HashtableEntry 665 HashtableEntry(K key, V value, int hash, HashtableEntry<K, V> next) { in HashtableEntry() 797 int hash = Collections.secondaryHash(key); in containsMapping() local 813 int hash = Collections.secondaryHash(key); in removeMapping() local
|
D | LinkedHashMap.java | 154 LinkedEntry(K key, V value, int hash, HashMapEntry<K, V> next, in LinkedEntry() 184 @Override void addNewEntry(K key, V value, int hash, int index) { in addNewEntry() 220 K key, V value, int hash, HashMapEntry<K, V> next) { in constructorNewEntry() 250 int hash = Collections.secondaryHash(key); in get() local
|
D | UUID.java | 55 private transient int hash; field in UUID 155 private static UUID makeUuid(byte[] hash, int version) { in makeUuid()
|
D | Objects.java | 82 public static int hash(Object... values) { in hash() method in Objects
|
D | WeakHashMap.java | 58 final int hash; field in WeakHashMap.Entry
|
/libcore/luni/src/main/java/java/util/jar/ |
D | JarVerifier.java | 87 private final byte[] hash; field in JarVerifier.VerifierEntry 93 VerifierEntry(String name, MessageDigest digest, byte[] hash, in VerifierEntry() 210 final String hash = attributes.getValue(algorithm + "-Digest"); in initEntry() local 373 String hash = attributes.getValue(algorithm + entry); in verify() local
|
/libcore/luni/src/main/java/java/security/ |
D | Timestamp.java | 37 private transient int hash; field in Timestamp
|
D | CodeSigner.java | 35 private transient int hash; field in CodeSigner
|
D | Identity.java | 329 int hash = 0; in hashCode() local
|
/libcore/luni/src/main/java/java/security/spec/ |
D | EllipticCurve.java | 42 private volatile int hash; field in EllipticCurve
|
/libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
D | ObjectIdentifier.java | 46 private int hash = -1; field in ObjectIdentifier
|
/libcore/luni/src/main/java/java/security/cert/ |
D | Certificate.java | 103 int hash = 0; in hashCode() local
|
D | CertPath.java | 101 int hash = getType().hashCode(); in hashCode() local
|
/libcore/luni/src/main/java/java/io/ |
D | SerializationHandleMap.java | 126 int index, next, hash; in remove() local
|
/libcore/luni/src/main/java/libcore/reflect/ |
D | AnnotationFactory.java | 241 int hash = 0; in hashCode() local
|
D | AnnotationMember.java | 260 int hash = name.hashCode() * 127; in hashCode() local
|
/libcore/luni/src/main/java/java/nio/ |
D | DoubleBuffer.java | 302 int hash = 0; in hashCode() local
|
D | FloatBuffer.java | 303 int hash = 0; in hashCode() local
|
D | LongBuffer.java | 291 int hash = 0; in hashCode() local
|
D | ShortBuffer.java | 292 int hash = 0; in hashCode() local
|
D | IntBuffer.java | 289 int hash = 0; in hashCode() local
|
/libcore/luni/src/main/java/java/lang/ |
D | ThreadLocal.java | 139 private final int hash = hashCounter.getAndAdd(0x61c88647 * 2); field in ThreadLocal
|
/libcore/luni/src/main/native/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 55 int hash; member 237 int hash = 0; in hashString() local 254 static InternedString* newInternedString(JNIEnv* env, const char* bytes, int hash) { in newInternedString() 348 static jstring findInternedString(InternedString** bucket, const char* s, int hash) { in findInternedString() 366 int hash = hashString(s); in internString() local
|
/libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/ |
D | CertBlacklistTest.java | 261 String hash = getHash(pk); in testPubkeyIsBlacklisted() local
|