Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 35) sorted by relevance

12

/libcore/luni/src/main/java/java/util/
DHashMap.java300 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 …]
DHashtable.java265 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
DLinkedHashMap.java154 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
DUUID.java55 private transient int hash; field in UUID
155 private static UUID makeUuid(byte[] hash, int version) { in makeUuid()
DObjects.java82 public static int hash(Object... values) { in hash() method in Objects
DWeakHashMap.java58 final int hash; field in WeakHashMap.Entry
/libcore/luni/src/main/java/java/util/jar/
DJarVerifier.java87 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/
DTimestamp.java37 private transient int hash; field in Timestamp
DCodeSigner.java35 private transient int hash; field in CodeSigner
DIdentity.java329 int hash = 0; in hashCode() local
/libcore/luni/src/main/java/java/security/spec/
DEllipticCurve.java42 private volatile int hash; field in EllipticCurve
/libcore/luni/src/main/java/org/apache/harmony/security/utils/
DObjectIdentifier.java46 private int hash = -1; field in ObjectIdentifier
/libcore/luni/src/main/java/java/security/cert/
DCertificate.java103 int hash = 0; in hashCode() local
DCertPath.java101 int hash = getType().hashCode(); in hashCode() local
/libcore/luni/src/main/java/java/io/
DSerializationHandleMap.java126 int index, next, hash; in remove() local
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationFactory.java241 int hash = 0; in hashCode() local
DAnnotationMember.java260 int hash = name.hashCode() * 127; in hashCode() local
/libcore/luni/src/main/java/java/nio/
DDoubleBuffer.java302 int hash = 0; in hashCode() local
DFloatBuffer.java303 int hash = 0; in hashCode() local
DLongBuffer.java291 int hash = 0; in hashCode() local
DShortBuffer.java292 int hash = 0; in hashCode() local
DIntBuffer.java289 int hash = 0; in hashCode() local
/libcore/luni/src/main/java/java/lang/
DThreadLocal.java139 private final int hash = hashCounter.getAndAdd(0x61c88647 * 2); field in ThreadLocal
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp55 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/
DCertBlacklistTest.java261 String hash = getHash(pk); in testPubkeyIsBlacklisted() local

12