Searched defs:Hashing (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
H A DHashFunctionEnum.java25 ADLER32(Hashing.adler32()),
26 CRC32(Hashing.crc32()),
27 GOOD_FAST_HASH_32(Hashing.goodFastHash(32)),
28 GOOD_FAST_HASH_64(Hashing.goodFastHash(64)),
29 GOOD_FAST_HASH_128(Hashing.goodFastHash(128)),
30 GOOD_FAST_HASH_256(Hashing.goodFastHash(256)),
31 MD5(Hashing.md5()),
32 MURMUR3_128(Hashing.murmur3_128()),
33 MURMUR3_32(Hashing.murmur3_32()),
34 SHA1(Hashing
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DHashing.java32 final class Hashing { class
33 private Hashing() {} method in class:Hashing
/external/guava/guava/src/com/google/common/hash/
H A DHashing.java44 public final class Hashing { class
50 * Hashing} class is loaded. <b>Do not use this method</b> if hash codes may escape the current
53 * <p>Repeated calls to this method on the same loaded {@code Hashing} class, using the same value
186 static final HashFunction MD5 = new MessageDigestHashFunction("MD5", "Hashing.md5()");
199 new MessageDigestHashFunction("SHA-1", "Hashing.sha1()");
212 new MessageDigestHashFunction("SHA-256", "Hashing.sha256()");
225 new MessageDigestHashFunction("SHA-512", "Hashing.sha512()");
257 checksumHashFunction(ChecksumType.CRC_32, "Hashing.crc32()");
275 checksumHashFunction(ChecksumType.ADLER_32, "Hashing.adler32()");
412 // TODO(kevinb): Maybe expose this class via a static Hashing metho
486 private Hashing() {} method in class:Hashing
[all...]
/external/guice/lib/
H A Dguava-16.0.1.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/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 ...
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/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/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/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 341 milliseconds