Searched defs:HashCode (Results 1 - 12 of 12) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DHashCode.java39 public abstract class HashCode { class
40 HashCode() {} method in class:HashCode
68 * @since 14.0 (since 11.0 as {@code Hashing.padToLong(HashCode)})
74 * changes to it will <i>not</i> be reflected in this {@code HashCode} object or any other arrays
99 * Returns a mutable view of the underlying bytes for the given {@code HashCode} if it is a
100 * byte-based hashcode. Otherwise it returns {@link HashCode#asBytes}. Do <i>not</i> mutate this
101 * array or else you will break the immutability contract of {@code HashCode}.
108 * Returns whether this {@code HashCode} and that {@code HashCode} have the same value, given that
111 abstract boolean equalsSameBits(HashCode tha
[all...]
/external/v8/src/compiler/
H A Dvalue-numbering-reducer.cc19 size_t HashCode(Node* node) { function in namespace:v8::internal::compiler::__anon23230
20 size_t h = base::hash_combine(node->op()->HashCode(), node->InputCount());
65 const size_t hash = HashCode(node);
200 for (size_t j = HashCode(old_entry) & mask;; j = (j + 1) & mask) {
H A Doperator.h89 virtual size_t HashCode() const { return base::hash<Opcode>()(opcode()); } function in class:v8::internal::compiler::Operator
190 size_t HashCode() const final {
/external/sfntly/cpp/src/sample/chromium/
H A Dsubsetter_impl.cc78 int32_t HashCode(int32_t platform_id, int32_t encoding_id, int32_t language_id, function in namespace:__anon17878
121 int32_t hash_code = HashCode(name_table->PlatformId(i),
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/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 ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 2153 milliseconds