Home
last modified time | relevance | path

Searched defs:hashCode (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/external/protobuf/java/src/main/java/com/google/protobuf/nano/
DInternalNano.java264 public static int hashCode(int[] field) { in hashCode() method in InternalNano
272 public static int hashCode(long[] field) { in hashCode() method in InternalNano
280 public static int hashCode(float[] field) { in hashCode() method in InternalNano
288 public static int hashCode(double[] field) { in hashCode() method in InternalNano
296 public static int hashCode(boolean[] field) { in hashCode() method in InternalNano
305 public static int hashCode(byte[][] field) { in hashCode() method in InternalNano
322 public static int hashCode(Object[] field) { in hashCode() method in InternalNano
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableSet.java35 private final transient int hashCode; field in RegularImmutableSet
38 Object[] elements, int hashCode, Object[] table, int mask) { in RegularImmutableSet()
60 @Override public int hashCode() { in hashCode() method in RegularImmutableSet
DMapDifference.java81 int hashCode(); in hashCode() method
111 @Override int hashCode(); in hashCode() method
DSingletonImmutableSet.java50 SingletonImmutableSet(E element, int hashCode) { in SingletonImmutableSet()
104 @Override public final int hashCode() { in hashCode() method in SingletonImmutableSet
DImmutableEnumSet.java85 private transient int hashCode; field in ImmutableEnumSet
87 @Override public int hashCode() { in hashCode() method in ImmutableEnumSet
DHashing.java39 static int smear(int hashCode) { in smear()
/external/apache-http/src/org/apache/http/util/
DLangUtils.java56 public static int hashCode(final int seed, final int hashcode) { in hashCode() method in LangUtils
60 public static int hashCode(final int seed, final boolean b) { in hashCode() method in LangUtils
64 public static int hashCode(final int seed, final Object obj) { in hashCode() method in LangUtils
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/reference/
DBaseMethodReference.java44 public int hashCode() { in hashCode() method in BaseMethodReference
45 int hashCode = getDefiningClass().hashCode(); in hashCode() local
DBaseFieldReference.java41 public int hashCode() { in hashCode() method in BaseFieldReference
42 int hashCode = getDefiningClass().hashCode(); in hashCode() local
/external/conscrypt/src/main/java/org/conscrypt/
DByteArray.java26 private final int hashCode; field in ByteArray
34 public int hashCode() { in hashCode() method in ByteArray
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
DBaseLongEncodedValue.java45 public int hashCode() { in hashCode() method in BaseLongEncodedValue
47 int hashCode = (int)value; in hashCode() local
DBaseAnnotationEncodedValue.java45 public int hashCode() { in hashCode() method in BaseAnnotationEncodedValue
46 int hashCode = getType().hashCode(); in hashCode() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
DBaseAnnotation.java42 public int hashCode() { in hashCode() method in BaseAnnotation
43 int hashCode = getVisibility(); in hashCode() local
DBaseAnnotationElement.java41 public int hashCode() { in hashCode() method in BaseAnnotationElement
42 int hashCode = getName().hashCode(); in hashCode() local
/external/guava/guava/src/com/google/common/base/
DPredicates.java310 @Override public int hashCode() { in hashCode() method in Predicates.NotPredicate
344 @Override public int hashCode() { in hashCode() method in Predicates.AndPredicate
377 @Override public int hashCode() { in hashCode() method in Predicates.OrPredicate
406 @Override public int hashCode() { in hashCode() method in Predicates.IsEqualToPredicate
435 @Override public int hashCode() { in hashCode() method in Predicates.InstanceOfPredicate
464 @Override public int hashCode() { in hashCode() method in Predicates.AssignableFromPredicate
507 @Override public int hashCode() { in hashCode() method in Predicates.InPredicate
541 @Override public int hashCode() { in hashCode() method in Predicates.CompositionPredicate
574 @Override public int hashCode() { in hashCode() method in Predicates.ContainsPatternPredicate
DFunctions.java122 @Override public int hashCode() { in hashCode() method in Functions.FunctionForMapNoDefault
170 @Override public int hashCode() { in hashCode() method in Functions.ForMapWithDefault
216 @Override public int hashCode() { in hashCode() method in Functions.FunctionComposition
258 @Override public int hashCode() { in hashCode() method in Functions.PredicateFunction
299 @Override public int hashCode() { in hashCode() method in Functions.ConstantFunction
342 @Override public int hashCode() { in hashCode() method in Functions.SupplierFunction
/external/guava/guava-tests/test/com/google/common/testing/
DEqualsTesterTest.java330 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.ValidTestObject
370 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.NonReflexiveObject
382 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsNullObject
399 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsIncompatibleClassObject
430 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.NamedObject
DSerializableTesterTest.java105 public int hashCode() { in hashCode() method in SerializableTesterTest.ObjectWhichIsEqualButChangesClass
121 public int hashCode() { in hashCode() method in SerializableTesterTest.ObjectWhichIsEqualButChangesClass.OtherForm
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderProtoReference.java65 public int hashCode() { in hashCode() method in BuilderProtoReference
66 int hashCode = getReturnType().hashCode(); in hashCode() local
/external/smack/src/org/jivesoftware/smack/util/collections/
DAbstractHashedMap.java191 int hashCode = hash((key == null) ? NULL : key); in get() local
228 int hashCode = hash((key == null) ? NULL : key); in containsKey() local
279 int hashCode = hash((key == null) ? NULL : key); in put() local
324 int hashCode = hash((key == null) ? NULL : key); in remove() local
406 protected int hashIndex(int hashCode, int dataSize) { in hashIndex()
422 int hashCode = hash((key == null) ? NULL : key); in getEntry() local
459 protected void reuseEntry(HashEntry<K, V> entry, int hashIndex, int hashCode, K key, V value) { in reuseEntry()
480 protected void addMapping(int hashIndex, int hashCode, K key, V value) { in addMapping()
501 protected HashEntry<K, V> createEntry(HashEntry<K, V> next, int hashCode, K key, V value) { in createEntry()
1022 protected int hashCode; field in AbstractHashedMap.HashEntry
[all …]
/external/proguard/src/proguard/util/
DArrayUtil.java121 public static int hashCode(byte[] array, int size) in hashCode() method in ArrayUtil
123 int hashCode = 0; in hashCode() local
140 public static int hashCode(short[] array, int size) in hashCode() method in ArrayUtil
142 int hashCode = 0; in hashCode() local
159 public static int hashCode(int[] array, int size) in hashCode() method in ArrayUtil
161 int hashCode = 0; in hashCode() local
178 public static int hashCode(Object[] array, int size) in hashCode() method in ArrayUtil
180 int hashCode = 0; in hashCode() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DArrays.java308 public static int hashCode(byte[] data) in hashCode() method in Arrays
327 public static int hashCode(char[] data) in hashCode() method in Arrays
346 public static int hashCode(int[][] ints) in hashCode() method in Arrays
358 public static int hashCode(int[] data) in hashCode() method in Arrays
377 public static int hashCode(short[][][] shorts) in hashCode() method in Arrays
389 public static int hashCode(short[][] shorts) in hashCode() method in Arrays
401 public static int hashCode(short[] data) in hashCode() method in Arrays
420 public static int hashCode(Object[] data) in hashCode() method in Arrays
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DPredicates.java247 @Override public int hashCode() { in hashCode() method in Predicates.NotPredicate
281 @Override public int hashCode() { in hashCode() method in Predicates.AndPredicate
314 @Override public int hashCode() { in hashCode() method in Predicates.OrPredicate
343 @Override public int hashCode() { in hashCode() method in Predicates.IsEqualToPredicate
386 @Override public int hashCode() { in hashCode() method in Predicates.InPredicate
420 @Override public int hashCode() { in hashCode() method in Predicates.CompositionPredicate
/external/srec/portable/src/
Dphashtable.c44 unsigned int hashCode; member
161 unsigned int hashCode, in getEntry()
211 unsigned int hashCode; in PHashTableGetValue() local
257 unsigned int hashCode; in PHashTableGetEntry() local
344 unsigned int hashCode, idx; in PHashTablePutValue() local
426 unsigned int hashCode, idx; in PHashTableRemoveValue() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DTypeListPool.java89 public int hashCode() { in hashCode() method in TypeListPool.Key
90 int hashCode = 1; in hashCode() local

12345678910>>...26