/external/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 | 79 int hashCode(); in hashCode() method 107 @Override int hashCode(); in hashCode() method
|
D | ImmutableSet.java | 236 @Override public int hashCode() { in hashCode() method in ImmutableSet 237 int hashCode = 0; in hashCode() local 260 int hashCode = 0; in create() local 360 final int hashCode; field in ImmutableSet.TransformedImmutableSet 362 TransformedImmutableSet(D[] source, int hashCode) { in TransformedImmutableSet() 408 @Override public final int hashCode() { in hashCode() method in ImmutableSet
|
D | SingletonImmutableSet.java | 46 SingletonImmutableSet(E element, int hashCode) { in SingletonImmutableSet() 96 @Override public final int hashCode() { in hashCode() method in SingletonImmutableSet
|
D | ImmutableEnumSet.java | 89 private transient int hashCode; field in ImmutableEnumSet 91 @Override public int hashCode() { in hashCode() method in ImmutableEnumSet
|
D | ForwardingSet.java | 45 @Override public int hashCode() { in hashCode() method in ForwardingSet
|
D | Hashing.java | 37 static int smear(int hashCode) { in smear()
|
/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/guava/src/com/google/common/base/ |
D | Functions.java | 115 @Override public int hashCode() { in hashCode() method in Functions.FunctionForMapNoDefault 159 @Override public int hashCode() { in hashCode() method in Functions.ForMapWithDefault 206 @Override public int hashCode() { in hashCode() method in Functions.FunctionComposition 242 @Override public int hashCode() { in hashCode() method in Functions.PredicateFunction 278 @Override public int hashCode() { in hashCode() method in Functions.ConstantFunction
|
D | Predicates.java | 259 @Override public int hashCode() { in hashCode() method in Predicates.NotPredicate 293 @Override public int hashCode() { in hashCode() method in Predicates.AndPredicate 329 @Override public int hashCode() { in hashCode() method in Predicates.OrPredicate 360 @Override public int hashCode() { in hashCode() method in Predicates.IsEqualToPredicate 387 @Override public int hashCode() { in hashCode() method in Predicates.InstanceOfPredicate 456 @Override public int hashCode() { in hashCode() method in Predicates.InPredicate 489 @Override public int hashCode() { in hashCode() method in Predicates.CompositionPredicate
|
/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/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/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
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
D | DERObject.java | 14 public abstract int hashCode(); in hashCode() method in DERObject
|
D | ASN1Null.java | 17 public int hashCode() in hashCode() method in ASN1Null
|
/external/nist-sip/java/javax/sip/header/ |
D | Header.java | 10 int hashCode(); in hashCode() method
|
/external/proguard/src/proguard/evaluation/value/ |
D | ConvertedShortValue.java | 53 public int hashCode() in hashCode() method in ConvertedShortValue
|
D | ConvertedLongValue.java | 53 public int hashCode() in hashCode() method in ConvertedLongValue
|
D | ConvertedIntegerValue.java | 53 public int hashCode() in hashCode() method in ConvertedIntegerValue
|
D | ConvertedCharacterValue.java | 53 public int hashCode() in hashCode() method in ConvertedCharacterValue
|
D | ConvertedDoubleValue.java | 53 public int hashCode() in hashCode() method in ConvertedDoubleValue
|
D | ConvertedByteValue.java | 53 public int hashCode() in hashCode() method in ConvertedByteValue
|
D | ConvertedFloatValue.java | 53 public int hashCode() in hashCode() method in ConvertedFloatValue
|
D | InstructionOffsetValue.java | 273 public int hashCode() in hashCode() method in InstructionOffsetValue 275 int hashCode = this.getClass().hashCode(); in hashCode() local
|
D | NegatedIntegerValue.java | 60 public int hashCode() in hashCode() method in NegatedIntegerValue
|