Home
last modified time | relevance | path

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

12345678910>>...63

/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/guava/guava/src/com/google/common/collect/
DRegularImmutableSet.java35 private final transient int hashCode; field in RegularImmutableSet
38 Object[] elements, int hashCode, Object[] table, int mask) { in RegularImmutableSet()
87 @Override public int hashCode() { in hashCode() method in RegularImmutableSet
DMapDifference.java81 int hashCode(); in hashCode() method
111 @Override int hashCode(); in hashCode() method
/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/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/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/smali/dexlib2/src/main/java/org/jf/dexlib2/base/reference/
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/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/dagger2/producers/src/main/java/dagger/producers/
DProduced.java63 public abstract int hashCode(); in hashCode() method in Produced
100 @Override public int hashCode() { in hashCode() method in Produced.Successful
127 @Override 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/guava/guava-testlib/test/com/google/common/testing/
DClassSanityTesterTest.java620 @Override public int hashCode() { in hashCode() method in HasAnInterface
675 @Override public int hashCode() { in hashCode() method in Wrapper
756 @Override public int hashCode() { in hashCode() method in GoodEquals
773 @Override public int hashCode() { in hashCode() method in BadEquals
785 @Override public int hashCode() { in hashCode() method in SameIntegerInstance
807 @Override public int hashCode() { in hashCode() method in SameLongInstance
829 @Override public int hashCode() { in hashCode() method in SameFloatInstance
851 @Override public int hashCode() { in hashCode() method in SameDoubleInstance
873 @Override public int hashCode() { in hashCode() method in SameShortInstance
895 @Override public int hashCode() { in hashCode() method in SameByteInstance
[all …]
DEqualsTesterTest.java329 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.ValidTestObject
369 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.NonReflexiveObject
381 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsNullObject
398 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsIncompatibleClassObject
429 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.NamedObject
/external/opencensus-java/api/src/main/java/io/opencensus/tags/
DTagContext.java95 public final int hashCode() { in hashCode() method in TagContext
96 int hashCode = 0; in hashCode() local
/external/guava/guava/src/com/google/common/base/
DPredicates.java330 @Override public int hashCode() { in hashCode() method in Predicates.NotPredicate
365 @Override public int hashCode() { in hashCode() method in Predicates.AndPredicate
399 @Override public int hashCode() { in hashCode() method in Predicates.OrPredicate
428 @Override public int hashCode() { in hashCode() method in Predicates.IsEqualToPredicate
457 @Override public int hashCode() { in hashCode() method in Predicates.InstanceOfPredicate
486 @Override public int hashCode() { in hashCode() method in Predicates.AssignableFromPredicate
529 @Override public int hashCode() { in hashCode() method in Predicates.InPredicate
563 @Override public int hashCode() { in hashCode() method in Predicates.CompositionPredicate
589 @Override public int hashCode() { in hashCode() method in Predicates.ContainsPatternPredicate
DFunctions.java133 @Override public int hashCode() { in hashCode() method in Functions.FunctionForMapNoDefault
181 @Override public int hashCode() { in hashCode() method in Functions.ForMapWithDefault
227 @Override public int hashCode() { in hashCode() method in Functions.FunctionComposition
269 @Override public int hashCode() { in hashCode() method in Functions.PredicateFunction
310 @Override public int hashCode() { in hashCode() method in Functions.ConstantFunction
353 @Override public int hashCode() { in hashCode() method in Functions.SupplierFunction
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/
DEuclideanIntegerPoint.java94 public int hashCode() { in hashCode() method in EuclideanIntegerPoint
95 int hashCode = 0; in hashCode() local
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DEquivalentAddressGroup.java41 private final int hashCode; field in EquivalentAddressGroup
97 public int hashCode() { in hashCode() method in EquivalentAddressGroup
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java94 HashCode hashCode = HashCode.fromBytes(bytes); in testFromBytes_copyOccurs() local
109 HashCode hashCode = HashCode.fromBytesNoCopy(bytes); in testFromBytesNoCopy_noCopyOccurs() local
122 HashCode hashCode = HashCode.fromBytes(bytes); in testGetBytesInternal_noCloneOccurs() local
372 private static void assertReadableBytes(HashCode hashCode) { in assertReadableBytes()

12345678910>>...63