/external/protobuf/java/src/main/java/com/google/protobuf/nano/ |
D | InternalNano.java | 264 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/ |
D | RegularImmutableSet.java | 35 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
|
D | MapDifference.java | 81 int hashCode(); in hashCode() method 111 @Override int hashCode(); in hashCode() method
|
D | SingletonImmutableSet.java | 50 SingletonImmutableSet(E element, int hashCode) { in SingletonImmutableSet() 104 @Override public final int hashCode() { in hashCode() method in SingletonImmutableSet
|
D | ImmutableEnumSet.java | 85 private transient int hashCode; field in ImmutableEnumSet 87 @Override public int hashCode() { in hashCode() method in ImmutableEnumSet
|
D | Hashing.java | 39 static int smear(int hashCode) { in smear()
|
/external/apache-http/src/org/apache/http/util/ |
D | LangUtils.java | 56 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/ |
D | BaseMethodReference.java | 44 public int hashCode() { in hashCode() method in BaseMethodReference 45 int hashCode = getDefiningClass().hashCode(); in hashCode() local
|
D | BaseFieldReference.java | 41 public int hashCode() { in hashCode() method in BaseFieldReference 42 int hashCode = getDefiningClass().hashCode(); in hashCode() local
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | ByteArray.java | 26 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/ |
D | BaseLongEncodedValue.java | 45 public int hashCode() { in hashCode() method in BaseLongEncodedValue 47 int hashCode = (int)value; in hashCode() local
|
D | BaseAnnotationEncodedValue.java | 45 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/ |
D | BaseAnnotation.java | 42 public int hashCode() { in hashCode() method in BaseAnnotation 43 int hashCode = getVisibility(); in hashCode() local
|
D | BaseAnnotationElement.java | 41 public int hashCode() { in hashCode() method in BaseAnnotationElement 42 int hashCode = getName().hashCode(); in hashCode() local
|
/external/guava/guava/src/com/google/common/base/ |
D | Predicates.java | 310 @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
|
D | Functions.java | 122 @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/ |
D | EqualsTesterTest.java | 330 @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
|
D | SerializableTesterTest.java | 105 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/ |
D | BuilderProtoReference.java | 65 public int hashCode() { in hashCode() method in BuilderProtoReference 66 int hashCode = getReturnType().hashCode(); in hashCode() local
|
/external/smack/src/org/jivesoftware/smack/util/collections/ |
D | AbstractHashedMap.java | 191 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/ |
D | ArrayUtil.java | 121 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/ |
D | Arrays.java | 308 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/ |
D | Predicates.java | 247 @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/ |
D | phashtable.c | 44 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/ |
D | TypeListPool.java | 89 public int hashCode() { in hashCode() method in TypeListPool.Key 90 int hashCode = 1; in hashCode() local
|