Home
last modified time | relevance | path

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

12345678910>>...20

/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()
60 @Override public int hashCode() { in hashCode() method in RegularImmutableSet
DMapDifference.java81 int hashCode(); in hashCode() method
111 @Override int hashCode(); in hashCode() method
DSingletonImmutableSet.java50 SingletonImmutableSet(E element, int hashCode) { in SingletonImmutableSet()
104 @Override public final int hashCode() { in hashCode() method in SingletonImmutableSet
DHashing.java39 static int smear(int hashCode) { in smear()
DImmutableEnumSet.java85 private transient int hashCode; field in ImmutableEnumSet
87 @Override public int hashCode() { in hashCode() method in ImmutableEnumSet
DImmutableSet.java165 int hashCode = 0; in construct() local
450 final int hashCode; field in TransformedImmutableSet
452 TransformedImmutableSet(D[] source, int hashCode) { in TransformedImmutableSet()
/external/apache-http/src/org/apache/http/util/
DLangUtils.java51 public static int hashCode(final int seed, final int hashcode) { in hashCode() method in LangUtils
55 public static int hashCode(final int seed, final boolean b) { in hashCode() method in LangUtils
59 public static int hashCode(final int seed, final Object obj) { in hashCode() method in LangUtils
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
DArrayEncodedSubValue.java41 private int hashCode = 0; field in ArrayEncodedSubValue
134 public int hashCode() { in hashCode() method in ArrayEncodedSubValue
DAnnotationEncodedSubValue.java43 private int hashCode = 0; field in AnnotationEncodedSubValue
162 public int hashCode() { in hashCode() method in AnnotationEncodedSubValue
/external/guava/guava-tests/test/com/google/common/testing/
DEqualsTesterTest.java330 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.ValidTestObject
370 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.NonReflexiveObject
382 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsNullObject
399 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.InvalidEqualsIncompatibleClassObject
430 @Override public int hashCode() { in hashCode() method in EqualsTesterTest.NamedObject
DSerializableTesterTest.java105 public int hashCode() { in hashCode() method in SerializableTesterTest.ObjectWhichIsEqualButChangesClass
121 public int hashCode() { in hashCode() method in SerializableTesterTest.ObjectWhichIsEqualButChangesClass.OtherForm
/external/guava/guava/src/com/google/common/base/
DPredicates.java310 @Override public int hashCode() { in hashCode() method in Predicates.NotPredicate
344 @Override public int hashCode() { in hashCode() method in Predicates.AndPredicate
377 @Override public int hashCode() { in hashCode() method in Predicates.OrPredicate
406 @Override public int hashCode() { in hashCode() method in Predicates.IsEqualToPredicate
435 @Override public int hashCode() { in hashCode() method in Predicates.InstanceOfPredicate
464 @Override public int hashCode() { in hashCode() method in Predicates.AssignableFromPredicate
507 @Override public int hashCode() { in hashCode() method in Predicates.InPredicate
541 @Override public int hashCode() { in hashCode() method in Predicates.CompositionPredicate
574 @Override public int hashCode() { in hashCode() method in Predicates.ContainsPatternPredicate
DFunctions.java122 @Override public int hashCode() { in hashCode() method in Functions.FunctionForMapNoDefault
170 @Override public int hashCode() { in hashCode() method in Functions.ForMapWithDefault
216 @Override public int hashCode() { in hashCode() method in Functions.FunctionComposition
258 @Override public int hashCode() { in hashCode() method in Functions.PredicateFunction
299 @Override public int hashCode() { in hashCode() method in Functions.ConstantFunction
342 @Override public int hashCode() { in hashCode() method in Functions.SupplierFunction
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DEncodedArrayItem.java36 private int hashCode = 0; field in EncodedArrayItem
115 public int hashCode() { in hashCode() method in EncodedArrayItem
DTypeListItem.java38 private int hashCode = 0; field in TypeListItem
241 int hashCode = 1; in calcHashCode() local
250 public int hashCode() { in hashCode() method in TypeListItem
DAnnotationSetRefList.java37 private int hashCode = 0; field in AnnotationSetRefList
150 public int hashCode() { in hashCode() method in AnnotationSetRefList
DAnnotationSetItem.java39 private int hashCode = 0; field in AnnotationSetItem
170 public int hashCode() { in hashCode() method in AnnotationSetItem
DStringDataItem.java37 private int hashCode = 0; field in StringDataItem
145 public int hashCode() { in hashCode() method in StringDataItem
DAnnotationItem.java36 private int hashCode = 0; field in AnnotationItem
142 public int hashCode() { in hashCode() method in AnnotationItem
/external/srec/portable/src/
Dphashtable.c44 unsigned int hashCode; member
161 unsigned int hashCode, in getEntry()
211 unsigned int hashCode; in PHashTableGetValue() local
257 unsigned int hashCode; in PHashTableGetEntry() local
344 unsigned int hashCode, idx; in PHashTablePutValue() local
426 unsigned int hashCode, idx; in PHashTableRemoveValue() local
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DPredicates.java247 @Override public int hashCode() { in hashCode() method in Predicates.NotPredicate
281 @Override public int hashCode() { in hashCode() method in Predicates.AndPredicate
314 @Override public int hashCode() { in hashCode() method in Predicates.OrPredicate
343 @Override public int hashCode() { in hashCode() method in Predicates.IsEqualToPredicate
386 @Override public int hashCode() { in hashCode() method in Predicates.InPredicate
420 @Override public int hashCode() { in hashCode() method in Predicates.CompositionPredicate
/external/proguard/src/proguard/classfile/attribute/preverification/
DMoreZeroFrame.java133 public int hashCode() in hashCode() method in MoreZeroFrame
135 int hashCode = super.hashCode(); in hashCode() local
/external/nist-sip/java/javax/sip/header/
DHeader.java10 int hashCode(); in hashCode() method
/external/okhttp/src/main/java/libcore/util/
DObjects.java30 public static int hashCode(Object o) { in hashCode() method in Objects
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttribute.java43 public abstract int hashCode (); in hashCode() method in Attribute
67 public int hashCode () in hashCode() method in Attribute.AttributeImpl

12345678910>>...20