/libcore/ojluni/src/test/java/nio/channels/Channels/ |
D | Basic2.java | 85 private volatile int hash; field in Basic2.Reader 125 int hash() { return hash; } in hash() method in Basic2.Reader 131 private volatile int hash; field in Basic2.Writer 177 int hash() { return hash; } in hash() method in Basic2.Writer
|
/libcore/ojluni/src/main/java/java/util/ |
D | Hashtable.java | 354 int hash = key.hashCode(); in containsKey() local 382 int hash = key.hashCode(); in get() local 438 private void addEntry(int hash, K key, V value, int index) { in addEntry() 482 int hash = key.hashCode(); in put() local 509 int hash = key.hashCode(); in remove() local 722 int hash = key.hashCode(); in contains() local 736 int hash = key.hashCode(); in remove() local 933 int hash = key.hashCode(); in putIfAbsent() local 956 int hash = key.hashCode(); in remove() local 981 int hash = key.hashCode(); in replace() local [all …]
|
D | HashMap.java | 281 final int hash; field in HashMap.Node 286 Node(int hash, K key, V value, Node<K,V> next) { in Node() 335 static final int hash(Object key) { in hash() method in HashMap 573 Node<K,V>[] tab; Node<K,V> first, e; int n, hash; K k; in getNode() local 630 final V putVal(int hash, K key, V value, boolean onlyIfAbsent, in putVal() 760 final void treeifyBin(Node<K,V>[] tab, int hash) { in treeifyBin() 818 final Node<K,V> removeNode(int hash, Object key, Object value, in removeNode() 1201 int hash = hash(key); in computeIfAbsent() local 1279 int hash = hash(key); in computeIfPresent() local 1301 int hash = hash(key); in compute() local [all …]
|
D | Objects.java | 131 public static int hash(Object... values) { in hash() method in Objects
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Proxy.java | 155 private final int hash; field in Proxy.Key1 178 private final int hash; field in Proxy.Key2 227 private final int hash; field in Proxy.KeyX
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | HashMap.java | 50 static final int hash(java.lang.Object key) { in hash() method in HashMap 82 final java.util.HashMap.Node<K, V> getNode(int hash, java.lang.Object key) { in getNode() 94 final V putVal(int hash, K key, V value, boolean onlyIfAbsent, boolean evict) { in putVal() 102 final void treeifyBin(java.util.HashMap.Node<K, V>[] tab, int hash) { in treeifyBin() 115 int hash, in removeNode() 218 int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in newNode() 228 int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in newTreeNode() 500 Node(int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in Node() 528 final int hash; field in HashMap.Node 551 TreeNode(int hash, K key, V val, java.util.HashMap.Node<K, V> next) { in TreeNode()
|
D | LinkedHashMap.java | 67 java.util.HashMap.Node<K, V> newNode(int hash, K key, V value, java.util.HashMap.Node<K, V> e) { in newNode() 77 int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in newTreeNode() 235 LinkedHashMapEntry(int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in LinkedHashMapEntry()
|
/libcore/ojluni/src/main/java/java/nio/file/attribute/ |
D | AclEntry.java | 72 private volatile int hash; field in AclEntry 359 private static int hash(int h, Object o) { in hash() method in AclEntry
|
/libcore/ojluni/src/main/java/jdk/internal/util/ |
D | NullableKeyValueHolder.java | 141 private int hash(Object obj) { in hash() method in NullableKeyValueHolder
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Proxy.java | 455 private final int hash; field in Proxy.Key1 482 private final int hash; field in Proxy.Key2 514 private final int hash; field in Proxy.KeyX
|
D | WeakCache.java | 299 private final int hash; field in WeakCache.CacheValue 341 private final int hash; field in WeakCache.CacheKey
|
/libcore/ojluni/annotations/hiddenapi/sun/util/calendar/ |
D | Era.java | 85 private int hash = 0; // 0x0 field in Era
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
D | DistributionPointName.java | 214 int hash = hashCode; in hashCode() local
|
D | DistributionPoint.java | 344 int hash = hashCode; in hashCode() local
|
/libcore/ojluni/src/test/java/util/HashMap/ |
D | TreeBinAssert.java | 160 final int hash; field in TreeBinAssert.Key
|
/libcore/ojluni/src/main/java/sun/util/calendar/ |
D | Era.java | 131 private int hash = 0; field in Era
|
/libcore/ojluni/src/main/java/java/security/cert/ |
D | Certificate.java | 71 private int hash = -1; // Default to -1 field in Certificate
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
D | BaseLocale.java | 106 private volatile int hash; field in BaseLocale 311 private final int hash; field in Key
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Objects.annotated.java | 42 public static int hash(java.lang.@libcore.util.Nullable Object @libcore.util.Nullable ... values) {… in hash() method in Objects
|
/libcore/ojluni/annotations/hiddenapi/sun/security/util/ |
D | Cache.java | 106 private volatile int hash; field in Cache.EqualByteArray
|
/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/ojluni/src/main/java/java/time/temporal/ |
D | ValueRange.java | 410 long hash = minSmallest + (minLargest << 16) + (minLargest >> 48) + in hashCode() local
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | URI.java | 219 private static int hash(int hash, java.lang.String s) { in hash() 223 private static int normalizedHash(int hash, java.lang.String s) { in normalizedHash() 227 private static int hashIgnoringCase(int hash, java.lang.String s) { in hashIgnoringCase() 653 private transient volatile int hash; field in URI
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | ZipCoder.java | 131 static int hash(String name) { in hash() method in ZipCoder
|