Home
last modified time | relevance | path

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

12345678910

/external/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.java79 int hashCode(); in hashCode() method
107 @Override int hashCode(); in hashCode() method
DImmutableSet.java236 @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
DSingletonImmutableSet.java46 SingletonImmutableSet(E element, int hashCode) { in SingletonImmutableSet()
96 @Override public final int hashCode() { in hashCode() method in SingletonImmutableSet
DImmutableEnumSet.java89 private transient int hashCode; field in ImmutableEnumSet
91 @Override public int hashCode() { in hashCode() method in ImmutableEnumSet
DForwardingSet.java45 @Override public int hashCode() { in hashCode() method in ForwardingSet
DHashing.java37 static int smear(int hashCode) { in smear()
/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/guava/src/com/google/common/base/
DFunctions.java115 @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
DPredicates.java259 @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/
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/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/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
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DDERObject.java14 public abstract int hashCode(); in hashCode() method in DERObject
DASN1Null.java17 public int hashCode() in hashCode() method in ASN1Null
/external/nist-sip/java/javax/sip/header/
DHeader.java10 int hashCode(); in hashCode() method
/external/proguard/src/proguard/evaluation/value/
DConvertedShortValue.java53 public int hashCode() in hashCode() method in ConvertedShortValue
DConvertedLongValue.java53 public int hashCode() in hashCode() method in ConvertedLongValue
DConvertedIntegerValue.java53 public int hashCode() in hashCode() method in ConvertedIntegerValue
DConvertedCharacterValue.java53 public int hashCode() in hashCode() method in ConvertedCharacterValue
DConvertedDoubleValue.java53 public int hashCode() in hashCode() method in ConvertedDoubleValue
DConvertedByteValue.java53 public int hashCode() in hashCode() method in ConvertedByteValue
DConvertedFloatValue.java53 public int hashCode() in hashCode() method in ConvertedFloatValue
DInstructionOffsetValue.java273 public int hashCode() in hashCode() method in InstructionOffsetValue
275 int hashCode = this.getClass().hashCode(); in hashCode() local
DNegatedIntegerValue.java60 public int hashCode() in hashCode() method in NegatedIntegerValue

12345678910