| /external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
| D | BindingsHelper.java | 138 public static int hashCode(Object o) { in hashCode() method in BindingsHelper 148 public static int hashCode(boolean o) { in hashCode() method in BindingsHelper 155 public static int hashCode(long o) { in hashCode() method in BindingsHelper 162 public static int hashCode(float o) { in hashCode() method in BindingsHelper 169 public static int hashCode(double o) { in hashCode() method in BindingsHelper 176 public static int hashCode(int o) { in hashCode() method in BindingsHelper
|
| /external/turbine/java/com/google/turbine/type/ |
| D | Type.java | 187 public abstract int hashCode(); in hashCode() method in Type.ClassTy.SimpleClassTy 192 public int hashCode() { in hashCode() method in Type.ClassTy 260 public abstract int hashCode(); in hashCode() method in Type.ArrayTy 295 public abstract int hashCode(); in hashCode() method in Type.TyVar 330 public abstract int hashCode(); in hashCode() method in Type.PrimTy 386 public abstract int hashCode(); in hashCode() method in Type.WildUpperBoundedTy 420 public abstract int hashCode(); in hashCode() method in Type.WildLowerBoundedTy 454 public abstract int hashCode(); in hashCode() method in Type.WildUnboundedTy 474 public abstract int hashCode(); in hashCode() method in Type.IntersectionTy 529 public abstract int hashCode(); in hashCode() method in Type.MethodTy [all …]
|
| /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/guice/core/src/com/google/inject/matcher/ |
| D | Matchers.java | 85 public int hashCode() { in hashCode() method in Matchers.Not 132 public int hashCode() { in hashCode() method in Matchers.AnnotatedWithType 171 public int hashCode() { in hashCode() method in Matchers.AnnotatedWith 206 public int hashCode() { in hashCode() method in Matchers.SubclassesOf 241 public int hashCode() { in hashCode() method in Matchers.Only 276 public int hashCode() { in hashCode() method in Matchers.IdenticalTo 316 public int hashCode() { in hashCode() method in Matchers.InPackage 363 public int hashCode() { in hashCode() method in Matchers.InSubpackage 398 public int hashCode() { in hashCode() method in Matchers.Returns
|
| /external/guava/android/guava-testlib/test/com/google/common/testing/ |
| D | ClassSanityTesterTest.java | 629 public int hashCode() { in hashCode() method in HasAnInterface 687 public int hashCode() { in hashCode() method in Wrapper 772 public int hashCode() { in hashCode() method in GoodEquals 791 public int hashCode() { in hashCode() method in BadEquals 804 public int hashCode() { in hashCode() method in SameIntegerInstance 827 public int hashCode() { in hashCode() method in SameLongInstance 850 public int hashCode() { in hashCode() method in SameFloatInstance 873 public int hashCode() { in hashCode() method in SameDoubleInstance 896 public int hashCode() { in hashCode() method in SameShortInstance 919 public int hashCode() { in hashCode() method in SameByteInstance [all …]
|
| D | EqualsTesterTest.java | 320 public int hashCode() { in hashCode() method in EqualsTesterTest.ValidTestObject 364 public int hashCode() { in hashCode() method in EqualsTesterTest.NonReflexiveObject 378 public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsNullObject 392 public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsIncompatibleClassObject 425 public int hashCode() { in hashCode() method in EqualsTesterTest.NamedObject 448 public int hashCode() { in hashCode() method in EqualsTesterTest.EqualsBasedOnToString
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/reference/ |
| D | BaseCallSiteReference.java | 38 public int hashCode() { in hashCode() method in BaseCallSiteReference 39 int hashCode = getName().hashCode(); in hashCode() local
|
| D | BaseMethodHandleReference.java | 44 public int hashCode() { in hashCode() method in BaseMethodHandleReference 45 int hashCode = getMethodHandleType(); in hashCode() local
|
| D | BaseFieldReference.java | 42 public int hashCode() { in hashCode() method in BaseFieldReference 43 int hashCode = getDefiningClass().hashCode(); in hashCode() local
|
| D | BaseMethodProtoReference.java | 46 public int hashCode() { in hashCode() method in BaseMethodProtoReference 47 int hashCode = getReturnType().hashCode(); in hashCode() local
|
| D | BaseMethodReference.java | 45 public int hashCode() { in hashCode() method in BaseMethodReference 46 int hashCode = getDefiningClass().hashCode(); in hashCode() local
|
| /external/guava/guava-testlib/test/com/google/common/testing/ |
| D | EqualsTesterTest.java | 320 public int hashCode() { in hashCode() method in EqualsTesterTest.ValidTestObject 364 public int hashCode() { in hashCode() method in EqualsTesterTest.NonReflexiveObject 378 public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsNullObject 392 public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsIncompatibleClassObject 425 public int hashCode() { in hashCode() method in EqualsTesterTest.NamedObject 448 public int hashCode() { in hashCode() method in EqualsTesterTest.EqualsBasedOnToString
|
| D | ClassSanityTesterTest.java | 634 public int hashCode() { in hashCode() method in HasAnInterface 692 public int hashCode() { in hashCode() method in Wrapper 776 public int hashCode() { in hashCode() method in GoodEquals 795 public int hashCode() { in hashCode() method in BadEquals 808 public int hashCode() { in hashCode() method in SameIntegerInstance 831 public int hashCode() { in hashCode() method in SameLongInstance 854 public int hashCode() { in hashCode() method in SameFloatInstance 877 public int hashCode() { in hashCode() method in SameDoubleInstance 900 public int hashCode() { in hashCode() method in SameShortInstance 923 public int hashCode() { in hashCode() method in SameByteInstance [all …]
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | RegularImmutableSet.java | 41 private final transient int hashCode; field in RegularImmutableSet 43 RegularImmutableSet(Object[] elements, int hashCode, Object[] table, int mask) { in RegularImmutableSet() 114 public int hashCode() { in hashCode() method in RegularImmutableSet
|
| D | RegularImmutableMultiset.java | 53 int hashCode = 0; in create() local 121 private final transient int hashCode; field in RegularImmutableMultiset 129 int hashCode, in RegularImmutableMultiset() 192 public int hashCode() { in hashCode() method in RegularImmutableMultiset
|
| /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
| D | InternalNano.java | 273 public static int hashCode(int[] field) { in hashCode() method in InternalNano 281 public static int hashCode(long[] field) { in hashCode() method in InternalNano 289 public static int hashCode(float[] field) { in hashCode() method in InternalNano 297 public static int hashCode(double[] field) { in hashCode() method in InternalNano 305 public static int hashCode(boolean[] field) { in hashCode() method in InternalNano 314 public static int hashCode(byte[][] field) { in hashCode() method in InternalNano 331 public static int hashCode(Object[] field) { in hashCode() method in InternalNano 521 public static <K, V> int hashCode(Map<K, V> map) { in hashCode() method in InternalNano
|
| /external/guava/android/guava/src/com/google/common/collect/ |
| D | RegularImmutableSet.java | 39 private final transient int hashCode; field in RegularImmutableSet 42 RegularImmutableSet(Object[] elements, int hashCode, Object[] table, int mask, int size) { in RegularImmutableSet() 109 public int hashCode() { in hashCode() method in RegularImmutableSet
|
| /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
| D | ByteArray.java | 27 private final int hashCode; field in ByteArray 35 public int hashCode() { in hashCode() method in ByteArray
|
| /external/conscrypt/common/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/dagger2/java/dagger/producers/ |
| D | Produced.java | 66 public abstract int hashCode(); in hashCode() method in Produced 107 public int hashCode() { in hashCode() method in Produced.Successful 142 public int hashCode() { in hashCode() method in Produced.Failed
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/ |
| D | BaseAnnotationElement.java | 41 public int hashCode() { in hashCode() method in BaseAnnotationElement 42 int hashCode = getName().hashCode(); in hashCode() local
|
| D | BaseAnnotation.java | 42 public int hashCode() { in hashCode() method in BaseAnnotation 43 int hashCode = getVisibility(); in hashCode() local
|
| /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/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | UnknownFieldSetLite.java | 346 private static int hashCode(int[] tags, int count) { in hashCode() method in UnknownFieldSetLite 347 int hashCode = 17; in hashCode() local 354 private static int hashCode(Object[] objects, int count) { in hashCode() method in UnknownFieldSetLite 355 int hashCode = 17; in hashCode() local 363 public int hashCode() { in hashCode() method in UnknownFieldSetLite 364 int hashCode = 17; in hashCode() local
|