Home
last modified time | relevance | path

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

12345678910>>...84

/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DBindingsHelper.java138 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/
DType.java187 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/
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/guice/core/src/com/google/inject/matcher/
DMatchers.java85 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/
DClassSanityTesterTest.java629 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 …]
DEqualsTesterTest.java320 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/
DBaseCallSiteReference.java38 public int hashCode() { in hashCode() method in BaseCallSiteReference
39 int hashCode = getName().hashCode(); in hashCode() local
DBaseMethodHandleReference.java44 public int hashCode() { in hashCode() method in BaseMethodHandleReference
45 int hashCode = getMethodHandleType(); in hashCode() local
DBaseFieldReference.java42 public int hashCode() { in hashCode() method in BaseFieldReference
43 int hashCode = getDefiningClass().hashCode(); in hashCode() local
DBaseMethodProtoReference.java46 public int hashCode() { in hashCode() method in BaseMethodProtoReference
47 int hashCode = getReturnType().hashCode(); in hashCode() local
DBaseMethodReference.java45 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/
DEqualsTesterTest.java320 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
DClassSanityTesterTest.java634 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/
DRegularImmutableSet.java41 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
DRegularImmutableMultiset.java53 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/
DInternalNano.java273 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/
DRegularImmutableSet.java39 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/
DByteArray.java27 private final int hashCode; field in ByteArray
35 public int hashCode() { in hashCode() method in ByteArray
/external/conscrypt/common/src/main/java/org/conscrypt/
DByteArray.java26 private final int hashCode; field in ByteArray
34 public int hashCode() { in hashCode() method in ByteArray
/external/dagger2/java/dagger/producers/
DProduced.java66 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/
DBaseAnnotationElement.java41 public int hashCode() { in hashCode() method in BaseAnnotationElement
42 int hashCode = getName().hashCode(); in hashCode() local
DBaseAnnotation.java42 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/
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/protobuf/java/core/src/main/java/com/google/protobuf/
DUnknownFieldSetLite.java346 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

12345678910>>...84