Home
last modified time | relevance | path

Searched defs:hashCode (Results 26 – 50 of 1078) sorted by relevance

12345678910>>...44

/external/guava/guava/src/com/google/common/collect/
DSingletonImmutableSet.java50 SingletonImmutableSet(E element, int hashCode) { in SingletonImmutableSet()
94 @Override public final int hashCode() { in hashCode() method in SingletonImmutableSet
DImmutableEnumSet.java88 private transient int hashCode; field in ImmutableEnumSet
90 @Override public int hashCode() { in hashCode() method in ImmutableEnumSet
DMultiset.java280 int hashCode(); in hashCode() method
314 int hashCode(); in hashCode() method
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
DWebSocketRecorder.java139 @Override public int hashCode() { in hashCode() method in WebSocketRecorder.Message
163 @Override public int hashCode() { in hashCode() method in WebSocketRecorder.Ping
187 @Override public int hashCode() { in hashCode() method in WebSocketRecorder.Pong
213 @Override public int hashCode() { in hashCode() method in WebSocketRecorder.Close
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DTypeListPool.java89 public int hashCode() { in hashCode() method in TypeListPool.Key
90 int hashCode = 1; in hashCode() local
DProtoPool.java112 public int hashCode() { in hashCode() method in ProtoPool.Key
113 int hashCode = getReturnType().hashCode(); in hashCode() local
/external/guava/guava-testlib/test/com/google/common/testing/
DSerializableTesterTest.java105 public int hashCode() { in hashCode() method in SerializableTesterTest.ObjectWhichIsEqualButChangesClass
121 public int hashCode() { in hashCode() method in SerializableTesterTest.ObjectWhichIsEqualButChangesClass.OtherForm
/external/guice/core/src/com/google/inject/matcher/
DAbstractMatcher.java54 @Override public int hashCode() { in hashCode() method in AbstractMatcher.AndMatcher
83 @Override public int hashCode() { in hashCode() method in AbstractMatcher.OrMatcher
/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/glide/library/src/main/java/com/bumptech/glide/load/engine/
DEngineKey.java27 private int hashCode; field in EngineKey
100 public int hashCode() { in hashCode() method in EngineKey
/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/guice/core/src/com/google/inject/util/
DProviders.java77 @Override public int hashCode() { in hashCode() method in Providers.ConstantProvider
131 @Override public int hashCode() { in hashCode() method in Providers.GuicifiedProvider
/external/guice/core/src/com/google/inject/internal/
DProviderMethodsModule.java204 final int hashCode; field in ProviderMethodsModule.Signature
230 @Override public int hashCode() { in hashCode() method in ProviderMethodsModule.Signature
290 @Override public int hashCode() { in hashCode() method in ProviderMethodsModule
/external/guava/guava-tests/test/com/google/common/collect/
DFauxveridesTest.java194 @Override public int hashCode() { in hashCode() method in FauxveridesTest.MethodSignature
231 @Override public int hashCode() { in hashCode() method in FauxveridesTest.TypeSignature
264 @Override public int hashCode() { in hashCode() method in FauxveridesTest.TypeParameterSignature
/external/proguard/src/proguard/evaluation/value/
DInstructionOffsetValue.java286 public int hashCode() in hashCode() method in InstructionOffsetValue
288 int hashCode = this.getClass().hashCode(); in hashCode() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
DNullEncodedValue.java53 @Override int hashCode(); in hashCode() method
DStringEncodedValue.java60 @Override int hashCode(); in hashCode() method
DEnumEncodedValue.java64 @Override int hashCode(); in hashCode() method
DBooleanEncodedValue.java60 @Override int hashCode(); in hashCode() method
/external/protobuf/java/src/main/java/com/google/protobuf/
DLiteralByteString.java250 public int hashCode() { in hashCode() method in LiteralByteString
274 static int hashCode(int h, byte[] bytes, int offset, int length) { in hashCode() method in LiteralByteString
281 static int hashCode(byte[] bytes) { in hashCode() method in LiteralByteString
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DAbstractSampleEncryptionBox.java252 public int hashCode() { in hashCode() method in AbstractSampleEncryptionBox.Entry.Pair
287 public int hashCode() { in hashCode() method in AbstractSampleEncryptionBox.Entry
330 public int hashCode() { in hashCode() method in AbstractSampleEncryptionBox
/external/icu/android_icu4j/src/main/java/android/icu/util/
DStringTrieBuilder.java182 public abstract int hashCode() /*const*/; in hashCode() method in StringTrieBuilder.Node
276 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.ValueNode
319 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.IntermediateValueNode
357 public int hashCode() /*const*/ { return hash; } in hashCode() method in StringTrieBuilder.LinearMatchNode
593 public int hashCode() /*const*/ { return hash; } in hashCode() method in StringTrieBuilder.BranchNode
623 public int hashCode() { in hashCode() method in StringTrieBuilder.ListBranchNode
733 public int hashCode() { in hashCode() method in StringTrieBuilder.SplitBranchNode
769 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.BranchHeadNode
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java184 public abstract int hashCode() /*const*/; in hashCode() method in StringTrieBuilder.Node
278 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.ValueNode
321 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.IntermediateValueNode
359 public int hashCode() /*const*/ { return hash; } in hashCode() method in StringTrieBuilder.LinearMatchNode
595 public int hashCode() /*const*/ { return hash; } in hashCode() method in StringTrieBuilder.BranchNode
625 public int hashCode() { in hashCode() method in StringTrieBuilder.ListBranchNode
735 public int hashCode() { in hashCode() method in StringTrieBuilder.SplitBranchNode
771 public int hashCode() /*const*/ { in hashCode() method in StringTrieBuilder.BranchHeadNode
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DDefaultTransformer.java75 public int hashCode() { in hashCode() method in DefaultTransformer
/external/nist-sip/java/javax/sip/header/
DHeader.java10 int hashCode(); in hashCode() method

12345678910>>...44