Searched refs:hashCode (Results 126 - 150 of 916) sorted by relevance

1234567891011>>

/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractHashedMap.java191 int hashCode = hash((key == null) ? NULL : key);
192 HashEntry<K, V> entry = data[hashIndex(hashCode, data.length)]; // no local for hash index
194 if (entry.hashCode == hashCode && isEqualKey(key, entry.key)) {
228 int hashCode = hash((key == null) ? NULL : key);
229 HashEntry entry = data[hashIndex(hashCode, data.length)]; // no local for hash index
231 if (entry.hashCode == hashCode && isEqualKey(key, entry.getKey())) {
279 int hashCode = hash((key == null) ? NULL : key);
280 int index = hashIndex(hashCode, dat
406 hashIndex(int hashCode, int dataSize) argument
459 reuseEntry(HashEntry<K, V> entry, int hashIndex, int hashCode, K key, V value) argument
480 addMapping(int hashIndex, int hashCode, K key, V value) argument
501 createEntry(HashEntry<K, V> next, int hashCode, K key, V value) argument
1022 protected int hashCode; field in class:AbstractHashedMap.HashEntry
1032 HashEntry(HashEntry<K, V> next, int hashCode, K key, V value) argument
1069 public int hashCode() { method in class:AbstractHashedMap.HashEntry
1301 public int hashCode() { method in class:AbstractHashedMap
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DTypeListItem.java38 private int hashCode = 0; field in class:TypeListItem
246 int hashCode = 1;
249 hashCode = 31 * hashCode + typeIdItem.hashCode();
251 this.hashCode = hashCode;
255 public int hashCode() { method in class:TypeListItem
258 if (hashCode == 0)
260 return hashCode;
[all...]
/external/guava/guava/src/com/google/common/base/
H A DFunctions.java122 @Override public int hashCode() { method in class:Functions.FunctionForMapNoDefault
123 return map.hashCode();
170 @Override public int hashCode() { method in class:Functions.ForMapWithDefault
171 return Objects.hashCode(map, defaultValue);
216 @Override public int hashCode() { method in class:Functions.FunctionComposition
217 return f.hashCode() ^ g.hashCode();
258 @Override public int hashCode() { method in class:Functions.PredicateFunction
259 return predicate.hashCode();
299 @Override public int hashCode() { method in class:Functions.ConstantFunction
342 @Override public int hashCode() { method in class:Functions.SupplierFunction
[all...]
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DPredicates.java247 @Override public int hashCode() { method in class:Predicates.NotPredicate
248 return ~predicate.hashCode();
281 @Override public int hashCode() { method in class:Predicates.AndPredicate
283 return components.hashCode() + 0x12472c2c;
314 @Override public int hashCode() { method in class:Predicates.OrPredicate
316 return components.hashCode() + 0x053c91cf;
343 @Override public int hashCode() { method in class:Predicates.IsEqualToPredicate
344 return target.hashCode();
386 @Override public int hashCode() { method in class:Predicates.InPredicate
387 return target.hashCode();
420 @Override public int hashCode() { method in class:Predicates.CompositionPredicate
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Sequence.java233 public int hashCode() method in class:ASN1Sequence
236 int hashCode = size();
241 hashCode *= 17;
243 hashCode ^= o.hashCode();
246 return hashCode;
H A DASN1Null.java46 public int hashCode() method in class:ASN1Null
H A DASN1Primitive.java60 public abstract int hashCode(); method in class:ASN1Primitive
/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableList.java167 @Override public int hashCode() { method in class:RegularImmutableList
170 int hashCode = 1;
172 hashCode = 31 * hashCode + array[i].hashCode();
174 return hashCode;
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetReadsTester.java103 0, getMultiset().entrySet().hashCode());
109 1 ^ samples.e0.hashCode(), getMultiset().entrySet().hashCode());
136 0, getMultiset().hashCode());
142 1 ^ samples.e0.hashCode(), getMultiset().hashCode());
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhonenumber.java222 public int hashCode() { method in class:Phonenumber.PhoneNumber
223 // Simplified rendition of the hashCode function automatically generated from the proto
229 hash = (53 * hash) + Long.valueOf(getNationalNumber()).hashCode();
230 hash = (53 * hash) + getExtension().hashCode();
232 hash = (53 * hash) + getRawInput().hashCode();
233 hash = (53 * hash) + getCountryCodeSource().hashCode();
234 hash = (53 * hash) + getPreferredDomesticCarrierCode().hashCode();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/ultraviolet/
H A DBaseLocationBox.java98 public int hashCode() { method in class:BaseLocationBox
99 int result = baseLocation != null ? baseLocation.hashCode() : 0;
100 result = 31 * result + (purchaseLocation != null ? purchaseLocation.hashCode() : 0);
/external/smack/asmack-master/static-src/custom/com/kenai/jbosh/
H A DQName.java248 * <code>Object.hashCode</code> method.
252 public final int hashCode() { method in class:QName
253 return namespaceURI.hashCode() ^ localPart.hashCode();
/external/smack/src/com/kenai/jbosh/
H A DQName.java248 * <code>Object.hashCode</code> method.
252 public final int hashCode() { method in class:QName
253 return namespaceURI.hashCode() ^ localPart.hashCode();
/external/sonivox/arm-fm-22k/host_src/
H A Deas_report.c144 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...) argument
157 if ((debugMessages[i].m_nHashCode == hashCode) &&
176 printf("Unrecognized error: Severity=%d; HashCode=%lu; SerialNum=%d\n", severity, hashCode, serialNum);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_report.c144 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...) argument
157 if ((debugMessages[i].m_nHashCode == hashCode) &&
176 printf("Unrecognized error: Severity=%d; HashCode=%lu; SerialNum=%d\n", severity, hashCode, serialNum);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_report.c144 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...) argument
157 if ((debugMessages[i].m_nHashCode == hashCode) &&
176 printf("Unrecognized error: Severity=%d; HashCode=%lu; SerialNum=%d\n", severity, hashCode, serialNum);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertificateTest.java62 * Test for <code>hashCode()</code> method<br>
69 assertTrue(c1.hashCode() == c2.hashCode());
73 * Test for <code>hashCode()</code> method<br>
80 assertTrue((c1.hashCode() == c2.hashCode()) && c1.equals(c2));
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DStringCharacterIteratorTest.java456 * @tests java.text.StringCharacterIterator#hashCode()
463 assertTrue("Hash is equal", it1.hashCode() != it2.hashCode());
466 assertTrue("Hash equal1", it1.hashCode() != it3.hashCode());
468 assertTrue("Hash equal2", it1.hashCode() != it3.hashCode());
470 assertTrue("Hash equal3", it1.hashCode() != it3.hashCode());
472 assertTrue("Hash equal4", it1.hashCode() !
[all...]
/external/apache-http/src/org/apache/http/
H A DHttpHost.java58 /** The lowercase host, for {@link #equals} and {@link #hashCode}. */
204 * @see java.lang.Object#hashCode()
206 public int hashCode() { method in class:HttpHost
208 hash = LangUtils.hashCode(hash, this.lcHostname);
209 hash = LangUtils.hashCode(hash, this.port);
210 hash = LangUtils.hashCode(hash, this.schemeName);
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderElement.java212 public int hashCode() { method in class:BasicHeaderElement
214 hash = LangUtils.hashCode(hash, this.name);
215 hash = LangUtils.hashCode(hash, this.value);
217 hash = LangUtils.hashCode(hash, this.parameters[i]);
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
H A DX509CertificateHolderSelector.java76 public int hashCode() method in class:X509CertificateHolderSelector
78 int code = Arrays.hashCode(subjectKeyId);
82 code ^= this.serialNumber.hashCode();
87 code ^= this.issuer.hashCode();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DDHParameters.java185 public int hashCode() method in class:DHParameters
187 return getP().hashCode() ^ getG().hashCode() ^ (getQ() != null ? getQ().hashCode() : 0);
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
H A DRopeByteStringTest.java87 testString.hashCode(), concatenated.hashCode());
112 assertEquals(classUnderTest + " string must must have same hashCode as the flat string",
113 flatString.hashCode(), unicode.hashCode());
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstKnownNull.java44 public int hashCode() { method in class:CstKnownNull
H A DCstLiteral32.java46 public final int hashCode() { method in class:CstLiteral32

Completed in 1777 milliseconds

1234567891011>>