/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/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
D | SymbolTable.java | 294 int hashCode = classReader.readConst(bootstrapMethodRef, charBuffer).hashCode(); in copyBootstrapMethods() local 417 private Entry get(final int hashCode) { in get() 583 int hashCode = hash(tag, owner, name, descriptor); in addConstantMemberReference() local 662 int hashCode = hash(tag, value); in addConstantIntegerOrFloat() local 717 int hashCode = hash(tag, value); in addConstantLongOrDouble() local 753 int hashCode = hash(tag, name, descriptor); in addConstantNameAndType() local 788 int hashCode = hash(Symbol.CONSTANT_UTF8_TAG, value); in addConstantUtf8() local 835 int hashCode = hash(tag, owner, name, descriptor, referenceKind); in addConstantMethodHandle() local 877 int hashCode = hash(tag, owner, name, descriptor, referenceKind); in addConstantMethodHandle() local 948 int hashCode = hash(tag, name, descriptor, bootstrapMethodIndex); in addConstantDynamicOrInvokeDynamicReference() local [all …]
|
/external/turbine/java/com/google/turbine/model/ |
D | Const.java | 33 public abstract int hashCode(); in hashCode() method in Const 103 public int hashCode() { in hashCode() method in Const.BooleanValue 147 public int hashCode() { in hashCode() method in Const.IntValue 190 public int hashCode() { in hashCode() method in Const.LongValue 233 public int hashCode() { in hashCode() method in Const.CharValue 279 public int hashCode() { in hashCode() method in Const.FloatValue 331 public int hashCode() { in hashCode() method in Const.DoubleValue 374 public int hashCode() { in hashCode() method in Const.StringValue 417 public int hashCode() { in hashCode() method in Const.ShortValue 451 public int hashCode() { in hashCode() method in Const.ByteValue [all …]
|
/external/turbine/java/com/google/turbine/type/ |
D | Type.java | 196 public abstract int hashCode(); in hashCode() method in Type.ClassTy.SimpleClassTy 201 public int hashCode() { in hashCode() method in Type.ClassTy 272 public abstract int hashCode(); in hashCode() method in Type.ArrayTy 307 public abstract int hashCode(); in hashCode() method in Type.TyVar 344 public abstract int hashCode(); in hashCode() method in Type.PrimTy 400 public abstract int hashCode(); in hashCode() method in Type.WildUpperBoundedTy 434 public abstract int hashCode(); in hashCode() method in Type.WildLowerBoundedTy 468 public abstract int hashCode(); in hashCode() method in Type.WildUnboundedTy 488 public abstract int hashCode(); in hashCode() method in Type.IntersectionTy 542 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/ksp/common-util/src/main/kotlin/com/google/devtools/ksp/ |
D | KSPUtils.kt | 8 override fun hashCode(): Int = k.hashCode() in equals() method in com.google.devtools.ksp.IdKey 14 override fun hashCode(): Int = k1.hashCode() * 31 + k2.hashCode() in equals() method in com.google.devtools.ksp.IdKeyPair 20 override fun hashCode(): Int = k1.hashCode() * 31 * 31 + k2.hashCode() * 31 + k3.hashCode() method in com.google.devtools.ksp.IdKeyTriple
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | ClassSanityTesterTest.java | 613 public int hashCode() { in hashCode() method in HasAnInterface 669 public int hashCode() { in hashCode() method in Wrapper 753 public int hashCode() { in hashCode() method in GoodEquals 772 public int hashCode() { in hashCode() method in BadEquals 785 public int hashCode() { in hashCode() method in SameIntegerInstance 808 public int hashCode() { in hashCode() method in SameLongInstance 831 public int hashCode() { in hashCode() method in SameFloatInstance 854 public int hashCode() { in hashCode() method in SameDoubleInstance 877 public int hashCode() { in hashCode() method in SameShortInstance 900 public int hashCode() { in hashCode() method in SameByteInstance [all …]
|
D | EqualsTesterTest.java | 321 public int hashCode() { in hashCode() method in EqualsTesterTest.ValidTestObject 365 public int hashCode() { in hashCode() method in EqualsTesterTest.NonReflexiveObject 379 public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsNullObject 393 public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsIncompatibleClassObject 426 public int hashCode() { in hashCode() method in EqualsTesterTest.NamedObject 449 public int hashCode() { in hashCode() method in EqualsTesterTest.EqualsBasedOnToString
|
/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-testlib/test/com/google/common/testing/ |
D | EqualsTesterTest.java | 321 public int hashCode() { in hashCode() method in EqualsTesterTest.ValidTestObject 365 public int hashCode() { in hashCode() method in EqualsTesterTest.NonReflexiveObject 379 public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsNullObject 393 public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsIncompatibleClassObject 426 public int hashCode() { in hashCode() method in EqualsTesterTest.NamedObject 449 public int hashCode() { in hashCode() method in EqualsTesterTest.EqualsBasedOnToString
|
/external/aws-eventstream-java/src/main/java/software/amazon/eventstream/ |
D | HeaderValue.java | 202 public int hashCode() { in hashCode() method in HeaderValue.BooleanValue 247 public int hashCode() { in hashCode() method in HeaderValue.ByteValue 288 public int hashCode() { in hashCode() method in HeaderValue.ShortValue 331 public int hashCode() { in hashCode() method in HeaderValue.IntegerValue 374 public int hashCode() { in hashCode() method in HeaderValue.LongValue 417 public int hashCode() { in hashCode() method in HeaderValue.ByteArrayValue 460 public int hashCode() { in hashCode() method in HeaderValue.StringValue 508 public int hashCode() { in hashCode() method in HeaderValue.TimestampValue 558 public int hashCode() { in hashCode() method in HeaderValue.UuidValue
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/base/reference/ |
D | BaseCallSiteReference.java | 38 public int hashCode() { in hashCode() method in BaseCallSiteReference 39 int hashCode = getName().hashCode(); in hashCode() local
|
D | BaseFieldReference.java | 41 public int hashCode() { in hashCode() method in BaseFieldReference 42 int hashCode = getDefiningClass().hashCode(); in hashCode() local
|
D | BaseMethodHandleReference.java | 44 public int hashCode() { in hashCode() method in BaseMethodHandleReference 45 int hashCode = getMethodHandleType(); in hashCode() local
|
D | BaseMethodProtoReference.java | 45 public int hashCode() { in hashCode() method in BaseMethodProtoReference 46 int hashCode = getReturnType().hashCode(); in hashCode() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | RegularImmutableSet.java | 42 private final transient int hashCode; field in RegularImmutableSet 48 RegularImmutableSet(Object[] elements, int hashCode, @Nullable Object[] table, int mask) { in RegularImmutableSet() 124 public int hashCode() { in hashCode() method in RegularImmutableSet
|
/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/cronet/tot/third_party/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
|
/external/cronet/stable/third_party/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
|
/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
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | ByteArray.java | 27 private final int hashCode; field in ByteArray 35 public int hashCode() { in hashCode() method in ByteArray
|
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
D | ByteArray.java | 29 private final int hashCode; field in ByteArray 37 public int hashCode() { in hashCode() method in ByteArray
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | RegularImmutableSet.java | 41 private final transient int hashCode; field in RegularImmutableSet 49 @Nullable Object[] elements, int hashCode, @Nullable Object[] table, int mask, int size) { in RegularImmutableSet() 120 public int hashCode() { in hashCode() method in RegularImmutableSet
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/base/ |
D | BaseAnnotationElement.java | 40 public int hashCode() { in hashCode() method in BaseAnnotationElement 41 int hashCode = getName().hashCode(); in hashCode() local
|