Home
last modified time | relevance | path

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

12345678910>>...69

/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/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/
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
DBaseMethodReference.java45 public int hashCode() { in hashCode() method in BaseMethodReference
46 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
DBaseFieldReference.java42 public int hashCode() { in hashCode() method in BaseFieldReference
43 int hashCode = getDefiningClass().hashCode(); in hashCode() local
/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/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/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/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/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/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/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
DMapDifference.java79 int hashCode(); in hashCode() method
105 int hashCode(); in hashCode() method
/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 …]
/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/turbine/java/com/google/turbine/model/
DConst.java29 public abstract int hashCode(); in hashCode() method in Const
132 public int hashCode() { in hashCode() method in Const.BooleanValue
206 public int hashCode() { in hashCode() method in Const.IntValue
279 public int hashCode() { in hashCode() method in Const.LongValue
352 public int hashCode() { in hashCode() method in Const.CharValue
425 public int hashCode() { in hashCode() method in Const.FloatValue
498 public int hashCode() { in hashCode() method in Const.DoubleValue
536 public int hashCode() { in hashCode() method in Const.StringValue
609 public int hashCode() { in hashCode() method in Const.ShortValue
678 public int hashCode() { in hashCode() method in Const.ByteValue
[all …]
/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/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/
DTrackSelectionArray.java31 private int hashCode; field in TrackSelectionArray
56 public int hashCode() { in hashCode() method in TrackSelectionArray
/external/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java635 public int hashCode() { in hashCode() method in HasAnInterface
693 public int hashCode() { in hashCode() method in Wrapper
778 public int hashCode() { in hashCode() method in GoodEquals
797 public int hashCode() { in hashCode() method in BadEquals
810 public int hashCode() { in hashCode() method in SameIntegerInstance
833 public int hashCode() { in hashCode() method in SameLongInstance
856 public int hashCode() { in hashCode() method in SameFloatInstance
879 public int hashCode() { in hashCode() method in SameDoubleInstance
902 public int hashCode() { in hashCode() method in SameShortInstance
925 public int hashCode() { in hashCode() method in SameByteInstance
[all …]
/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>>...69