Home
last modified time | relevance | path

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

12

/libcore/ojluni/src/main/java/java/util/
DHashtable.java171 private static int hash(Object k) { in hash() method in Hashtable
339 int hash = hash(key); in containsKey() local
366 int hash = hash(key); in get() local
447 int hash = hash(key); in put() local
485 int hash = hash(key); in remove() local
692 int hash = hash(key); in contains() local
707 int hash = hash(key); in remove() local
1042 int hash = hash(key); in reconstitutionPut() local
1059 int hash; field in Hashtable.HashtableEntry
1064 protected HashtableEntry(int hash, K key, V value, HashtableEntry<K,V> next) { in HashtableEntry()
DLinkedHashMap.java341 LinkedHashMapEntry(int hash, K key, V value, HashMapEntry<K,V> next) { in LinkedHashMapEntry()
443 void addEntry(int hash, K key, V value, int bucketIndex) { in addEntry()
483 void createEntry(int hash, K key, V value, int bucketIndex) { in createEntry()
DHashMap.java393 int hash = (key == null) ? 0 : sun.misc.Hashing.singleWordWangJenkinsHash(key); in getEntry() local
423 int hash = sun.misc.Hashing.singleWordWangJenkinsHash(key); in put() local
464 int hash = null == key ? 0 : sun.misc.Hashing.singleWordWangJenkinsHash(key); in putForCreate() local
597 int hash = (key == null) ? 0 : sun.misc.Hashing.singleWordWangJenkinsHash(key); in removeEntryForKey() local
633 int hash = (key == null) ? 0 : sun.misc.Hashing.singleWordWangJenkinsHash(key); in removeMapping() local
734 int hash; field in HashMap.HashMapEntry
806 void addEntry(int hash, K key, V value, int bucketIndex) { in addEntry()
824 void createEntry(int hash, K key, V value, int bucketIndex) { in createEntry()
DObjects.java127 public static int hash(Object... values) { in hash() method in Objects
DWeakHashMap.java686 int hash; field in WeakHashMap.Entry
694 int hash, Entry<K,V> next) { in Entry()
/libcore/ojluni/src/main/java/sun/security/ssl/
DSignatureAndHashAlgorithm.java78 private HashAlgorithm hash; field in SignatureAndHashAlgorithm
96 private SignatureAndHashAlgorithm(HashAlgorithm hash, in SignatureAndHashAlgorithm()
119 static SignatureAndHashAlgorithm valueOf(int hash, in valueOf()
217 private static void supports(HashAlgorithm hash, in supports()
DHandshakeMessage.java790 int hash = input.getInt8(); // hash algorithm in DH_ServerKeyExchange() local
1067 int hash = input.getInt8(); // hash algorithm in ECDH_ServerKeyExchange() local
1328 int hash = input.getInt8(); // hash algorithm in CertificateRequest() local
/libcore/ojluni/src/main/java/sun/security/x509/
DDistributionPointName.java214 int hash = hashCode; in hashCode() local
DDistributionPoint.java351 int hash = hashCode; in hashCode() local
/libcore/ojluni/src/main/java/sun/util/calendar/
DEra.java135 private int hash = 0; field in Era
DCalendarDate.java414 long hash = ((((((long)year - 1970) * 12) + (month - 1)) * 30) + dayOfMonth) * 24; in hashCode() local
/libcore/ojluni/src/main/java/sun/util/locale/
DBaseLocale.java47 private volatile int hash = 0; field in BaseLocale
172 private final int hash; field in BaseLocale.Key
/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/util/concurrent/
DExchanger.java285 int hash; // Pseudo-random for spins field in Exchanger.Node
/libcore/ojluni/src/main/java/sun/misc/
DSoftCache.java157 private Map hash; field in SoftCache
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp56 int hash; member
238 int hash = 0; in hashString() local
255 static InternedString* newInternedString(JNIEnv* env, const char* bytes, int hash) { in newInternedString()
349 static jstring findInternedString(InternedString** bucket, const char* s, int hash) { in findInternedString()
367 int hash = hashString(s); in internString() local
/libcore/ojluni/src/main/java/java/net/
DInet6Address.java668 int hash = 0; in hashCode() local
DURI.java497 private volatile transient int hash; // Zero ==> undefined field in URI
1739 private static int hash(int hash, String s) { in hash()
1745 private static int hashIgnoringCase(int hash, String s) { in hashIgnoringCase()
/libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/
DCertBlacklistTest.java261 String hash = getHash(pk); in testPubkeyIsBlacklisted() local
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java1797 long hash = 0; in computeDefaultSUID() local
2176 private final int hash; field in ObjectStreamClass.FieldReflectorKey
2324 private final int hash; field in ObjectStreamClass.WeakClassKey
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigDecimalTest.java355 BigDecimal hash = new BigDecimal("1.00"); in test_hashCode() local
/libcore/ojluni/src/main/native/
Dzip_util.c401 hash(const char *s) in hash() function
436 hash_append(unsigned int hash, char c) in hash_append()
/libcore/ojluni/src/main/java/sun/security/util/
DCache.java167 private volatile int hash; field in Cache.EqualByteArray
/libcore/luni/src/main/java/java/math/
DBigInteger.java830 int hash = 0; in hashCode() local

12