/libcore/ojluni/src/main/java/java/util/ |
D | Hashtable.java | 171 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()
|
D | LinkedHashMap.java | 341 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()
|
D | HashMap.java | 393 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()
|
D | Objects.java | 127 public static int hash(Object... values) { in hash() method in Objects
|
D | WeakHashMap.java | 686 int hash; field in WeakHashMap.Entry 694 int hash, Entry<K,V> next) { in Entry()
|
/libcore/ojluni/src/main/java/sun/security/ssl/ |
D | SignatureAndHashAlgorithm.java | 78 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()
|
D | HandshakeMessage.java | 790 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/ |
D | DistributionPointName.java | 214 int hash = hashCode; in hashCode() local
|
D | DistributionPoint.java | 351 int hash = hashCode; in hashCode() local
|
/libcore/ojluni/src/main/java/sun/util/calendar/ |
D | Era.java | 135 private int hash = 0; field in Era
|
D | CalendarDate.java | 414 long hash = ((((((long)year - 1970) * 12) + (month - 1)) * 30) + dayOfMonth) * 24; in hashCode() local
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
D | BaseLocale.java | 47 private volatile int hash = 0; field in BaseLocale 172 private final int hash; field in BaseLocale.Key
|
/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/util/concurrent/ |
D | Exchanger.java | 285 int hash; // Pseudo-random for spins field in Exchanger.Node
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | SoftCache.java | 157 private Map hash; field in SoftCache
|
/libcore/luni/src/main/native/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 56 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/ |
D | Inet6Address.java | 668 int hash = 0; in hashCode() local
|
D | URI.java | 497 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/ |
D | CertBlacklistTest.java | 261 String hash = getHash(pk); in testPubkeyIsBlacklisted() local
|
/libcore/ojluni/src/main/java/java/io/ |
D | ObjectStreamClass.java | 1797 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/ |
D | BigDecimalTest.java | 355 BigDecimal hash = new BigDecimal("1.00"); in test_hashCode() local
|
/libcore/ojluni/src/main/native/ |
D | zip_util.c | 401 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/ |
D | Cache.java | 167 private volatile int hash; field in Cache.EqualByteArray
|
/libcore/luni/src/main/java/java/math/ |
D | BigInteger.java | 830 int hash = 0; in hashCode() local
|