Searched refs:computeHashCode (Results 1 - 18 of 18) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/graph/
H A DCanonicalizedDexItem.java15 protected abstract int computeHashCode(); method in class:CanonicalizedDexItem
23 cache = computeHashCode();
H A DDexMethodHandle.java128 public int computeHashCode() { method in class:DexMethodHandle
129 return type.hashCode() + fieldOrMethod.computeHashCode() * 7;
H A DDexDebugInfo.java35 public int computeHashCode() { method in class:DexDebugInfo
H A DDexField.java28 public int computeHashCode() { method in class:DexField
H A DDexProto.java21 public int computeHashCode() { method in class:DexProto
H A DDexMethod.java49 public int computeHashCode() { method in class:DexMethod
H A DDexCallSite.java43 public int computeHashCode() { method in class:DexCallSite
H A DDexString.java29 public int computeHashCode() { method in class:DexString
H A DJarCode.java61 protected int computeHashCode() { method in class:JarCode
H A DDexCode.java96 public int computeHashCode() { method in class:DexCode
H A DDexType.java40 public int computeHashCode() { method in class:DexType
/external/icu/icu4c/source/i18n/
H A Dsortkey.cpp247 computeHashCode(const uint8_t *key, int32_t length) { function
272 fHashCode = computeHashCode(getBytes(), getLength());
284 return icu::computeHashCode(key, length);
/external/guice/core/src/com/google/inject/
H A DKey.java80 this.hashCode = computeHashCode();
102 this.hashCode = computeHashCode();
122 this.hashCode = computeHashCode();
133 this.hashCode = computeHashCode();
141 this.hashCode = computeHashCode();
148 private int computeHashCode() { method in class:Key
/external/r8/src/main/java/com/android/tools/r8/ir/synthetic/
H A DSynthesizedCode.java53 protected final int computeHashCode() { method in class:SynthesizedCode
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
H A DOutliner.java983 protected int computeHashCode() { method in class:Outliner.OutlineCode
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1239 milliseconds