Home
last modified time | relevance | path

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

123

/libcore/ojluni/src/test/java/nio/channels/Channels/
DBasic2.java85 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/
DHashtable.java354 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 …]
DHashMap.java281 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 …]
DObjects.java131 public static int hash(Object... values) { in hash() method in Objects
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DProxy.java155 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/
DHashMap.java50 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()
DLinkedHashMap.java67 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/
DAclEntry.java72 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/
DNullableKeyValueHolder.java141 private int hash(Object obj) { in hash() method in NullableKeyValueHolder
/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java455 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
DWeakCache.java299 private final int hash; field in WeakCache.CacheValue
341 private final int hash; field in WeakCache.CacheKey
/libcore/ojluni/annotations/hiddenapi/sun/util/calendar/
DEra.java85 private int hash = 0; // 0x0 field in Era
/libcore/ojluni/src/main/java/sun/security/x509/
DDistributionPointName.java214 int hash = hashCode; in hashCode() local
DDistributionPoint.java344 int hash = hashCode; in hashCode() local
/libcore/ojluni/src/test/java/util/HashMap/
DTreeBinAssert.java160 final int hash; field in TreeBinAssert.Key
/libcore/ojluni/src/main/java/sun/util/calendar/
DEra.java131 private int hash = 0; field in Era
/libcore/ojluni/src/main/java/java/security/cert/
DCertificate.java71 private int hash = -1; // Default to -1 field in Certificate
/libcore/ojluni/src/main/java/sun/util/locale/
DBaseLocale.java106 private volatile int hash; field in BaseLocale
311 private final int hash; field in Key
/libcore/ojluni/annotations/sdk/nullability/java/util/
DObjects.annotated.java42 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/
DCache.java106 private volatile int hash; field in Cache.EqualByteArray
/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/ojluni/src/main/java/java/time/temporal/
DValueRange.java410 long hash = minSmallest + (minLargest << 16) + (minLargest >> 48) + in hashCode() local
/libcore/ojluni/annotations/hiddenapi/java/net/
DURI.java219 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/
DZipCoder.java131 static int hash(String name) { in hash() method in ZipCoder

123