| /libcore/luni/src/main/java/java/util/concurrent/ |
| D | ConcurrentHashMap.java | 155 private static int hash(int h) { in hash() method in ConcurrentHashMap 171 final Segment<K,V> segmentFor(int hash) { in segmentFor() 191 final int hash; field in ConcurrentHashMap.HashEntry 195 HashEntry(K key, int hash, HashEntry<K,V> next, V value) { in HashEntry() 310 HashEntry<K,V> getFirst(int hash) { in getFirst() 333 V get(Object key, int hash) { in get() 349 boolean containsKey(Object key, int hash) { in containsKey() 378 boolean replace(K key, int hash, V oldValue, V newValue) { in replace() 396 V replace(K key, int hash, V newValue) { in replace() 415 V put(K key, int hash, V value, boolean onlyIfAbsent) { in put() [all …]
|
| /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
| D | Cache.java | 170 long hash = 0; in getHash() local 213 public Object get(long hash, byte[] encoding) { in get() 241 public void put(long hash, byte[] encoding, Object object) { in put()
|
| D | X509CertFactoryImpl.java | 606 long hash = CERT_CACHE.getHash(encoding); in getCertificate() local 640 long hash = CERT_CACHE.getHash(buff); in getCertificate() local 678 long hash = CRL_CACHE.getHash(encoding); in getCRL() local 711 long hash = CRL_CACHE.getHash(buff); in getCRL() local
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| D | ServerKeyExchange.java | 48 final byte[] hash; field in ServerKeyExchange 60 byte[] hash) { in ServerKeyExchange()
|
| D | CertificateVerify.java | 39 public CertificateVerify(byte[] hash) { in CertificateVerify()
|
| D | TrustedCertificateStore.java | 377 String hash = hash(subject); in findCert() local 416 private String hash(X500Principal name) { in hash() method in TrustedCertificateStore 417 int hash = NativeCrypto.X509_NAME_hash_old(name); in hash() local 421 private File file(File dir, String hash, int index) { in file() 508 String hash = alias.substring(PREFIX_USER.length(), dotIndex); in removeUnnecessaryTombstones() local
|
| D | OpenSSLKey.java | 81 int hash = 1; in hashCode() local
|
| D | OpenSSLDSAPrivateKey.java | 166 int hash = 1; in hashCode() local
|
| D | OpenSSLRSAPrivateKey.java | 215 int hash = 1; in hashCode() local
|
| /libcore/luni/src/main/java/java/util/ |
| D | HashMap.java | 298 int hash = key.hashCode(); in get() local 327 int hash = key.hashCode(); in containsKey() local 390 int hash = secondaryHash(key.hashCode()); in put() local 453 int hash = secondaryHash(key.hashCode()); in constructorPut() local 475 void addNewEntry(K key, V value, int hash, int index) { in addNewEntry() 494 K key, V value, int hash, HashMapEntry<K, V> first) { in constructorNewEntry() 621 int hash = secondaryHash(key.hashCode()); in remove() local 726 final int hash; field in HashMap.HashMapEntry 729 HashMapEntry(K key, V value, int hash, HashMapEntry<K, V> next) { in HashMapEntry() 841 int hash = secondaryHash(key.hashCode()); in containsMapping() local [all …]
|
| 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() 251 int hash = key.hashCode(); in get() local
|
| D | Hashtable.java | 263 int hash = key.hashCode(); in get() local 291 int hash = key.hashCode(); in containsKey() local 367 int hash = secondaryHash(key.hashCode()); in put() local 401 int hash = secondaryHash(key.hashCode()); in constructorPut() local 554 int hash = secondaryHash(key.hashCode()); in remove() local 663 final int hash; field in Hashtable.HashtableEntry 666 HashtableEntry(K key, V value, int hash, HashtableEntry<K, V> next) { in HashtableEntry() 798 int hash = secondaryHash(key.hashCode()); in containsMapping() local 814 int hash = secondaryHash(key.hashCode()); in removeMapping() local
|
| D | UUID.java | 55 private transient int hash; field in UUID 155 private static UUID makeUuid(byte[] hash, int version) { in makeUuid()
|
| /libcore/luni/src/main/java/java/util/jar/ |
| D | JarVerifier.java | 81 private byte[] hash; field in JarVerifier.VerifierEntry 85 VerifierEntry(String name, MessageDigest digest, byte[] hash, in VerifierEntry() 200 String hash = attributes.getValue(algorithm + "-Digest"); in initEntry() local 388 String hash = attributes.getValue(algorithm + entry); in verify() local
|
| /libcore/luni/src/main/java/java/security/ |
| D | CodeSigner.java | 35 private transient int hash; field in CodeSigner
|
| D | Timestamp.java | 37 private transient int hash; field in Timestamp
|
| D | Identity.java | 330 int hash = 0; in hashCode() local
|
| /libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
| D | TwoKeyHashMap.java | 156 int hash = key1.hashCode() + key2.hashCode(); in put() local 290 int hash; field in TwoKeyHashMap.Entry 296 public Entry(int hash, E key1, K key2, V value, Entry<E, K, V> next) { in Entry() 470 int hash = key1.hashCode() + key2.hashCode(); in findEntry() local 498 int hash = key1.hashCode() + key2.hashCode(); in removeEntry() 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/org/apache/harmony/lang/annotation/ |
| D | AnnotationFactory.java | 246 int hash = 0; in hashCode() local
|
| D | AnnotationMember.java | 260 int hash = name.hashCode() * 127; in hashCode() local
|
| /libcore/luni/src/main/java/java/io/ |
| D | SerializationHandleMap.java | 126 int index, next, hash; in remove() local
|