/external/guava/guava/src/com/google/common/collect/ |
D | RegularImmutableSet.java | 35 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
|
D | MapDifference.java | 81 int hashCode(); in hashCode() method 111 @Override int hashCode(); in hashCode() method
|
D | SingletonImmutableSet.java | 50 SingletonImmutableSet(E element, int hashCode) { in SingletonImmutableSet() 104 @Override public final int hashCode() { in hashCode() method in SingletonImmutableSet
|
D | Hashing.java | 39 static int smear(int hashCode) { in smear()
|
D | ImmutableEnumSet.java | 85 private transient int hashCode; field in ImmutableEnumSet 87 @Override public int hashCode() { in hashCode() method in ImmutableEnumSet
|
D | ImmutableSet.java | 165 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/ |
D | LangUtils.java | 51 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/ |
D | ArrayEncodedSubValue.java | 41 private int hashCode = 0; field in ArrayEncodedSubValue 134 public int hashCode() { in hashCode() method in ArrayEncodedSubValue
|
D | AnnotationEncodedSubValue.java | 43 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/ |
D | EqualsTesterTest.java | 330 @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
|
D | SerializableTesterTest.java | 105 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/ |
D | Predicates.java | 310 @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
|
D | Functions.java | 122 @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/ |
D | EncodedArrayItem.java | 36 private int hashCode = 0; field in EncodedArrayItem 115 public int hashCode() { in hashCode() method in EncodedArrayItem
|
D | TypeListItem.java | 38 private int hashCode = 0; field in TypeListItem 241 int hashCode = 1; in calcHashCode() local 250 public int hashCode() { in hashCode() method in TypeListItem
|
D | AnnotationSetRefList.java | 37 private int hashCode = 0; field in AnnotationSetRefList 150 public int hashCode() { in hashCode() method in AnnotationSetRefList
|
D | AnnotationSetItem.java | 39 private int hashCode = 0; field in AnnotationSetItem 170 public int hashCode() { in hashCode() method in AnnotationSetItem
|
D | StringDataItem.java | 37 private int hashCode = 0; field in StringDataItem 145 public int hashCode() { in hashCode() method in StringDataItem
|
D | AnnotationItem.java | 36 private int hashCode = 0; field in AnnotationItem 142 public int hashCode() { in hashCode() method in AnnotationItem
|
/external/srec/portable/src/ |
D | phashtable.c | 44 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/ |
D | Predicates.java | 247 @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/ |
D | MoreZeroFrame.java | 133 public int hashCode() in hashCode() method in MoreZeroFrame 135 int hashCode = super.hashCode(); in hashCode() local
|
/external/nist-sip/java/javax/sip/header/ |
D | Header.java | 10 int hashCode(); in hashCode() method
|
/external/okhttp/src/main/java/libcore/util/ |
D | Objects.java | 30 public static int hashCode(Object o) { in hashCode() method in Objects
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Attribute.java | 43 public abstract int hashCode (); in hashCode() method in Attribute 67 public int hashCode () in hashCode() method in Attribute.AttributeImpl
|