Searched defs:hashBytes (Results 1 - 20 of 20) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DHashFunction.java174 HashCode hashBytes(byte[] input); method in interface:HashFunction
184 HashCode hashBytes(byte[] input, int off, int len); method in interface:HashFunction
H A DAbstractNonStreamingHashFunction.java28 * #hashBytes(byte[], int, int)} method.
58 return hashBytes(input.toString().getBytes(charset));
69 @Override public HashCode hashBytes(byte[] input) { method in class:AbstractNonStreamingHashFunction
70 return hashBytes(input, 0, input.length);
145 return hashBytes(stream.byteArray(), 0, stream.length());
H A DAbstractStreamingHashFunction.java56 @Override public HashCode hashBytes(byte[] input) { method in class:AbstractStreamingHashFunction
60 @Override public HashCode hashBytes(byte[] input, int off, int len) { method in class:AbstractStreamingHashFunction
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractNonStreamingHashFunctionTest.java133 public HashCode hashBytes(byte[] input) { method in class:AbstractNonStreamingHashFunctionTest.NonStreamingVersion
138 public HashCode hashBytes(byte[] input, int off, int len) { method in class:AbstractNonStreamingHashFunctionTest.NonStreamingVersion
H A DAbstractStreamingHasherTest.java252 public HashCode hashBytes(byte[] input) { method in class:AbstractStreamingHasherTest.Control
257 public HashCode hashBytes(byte[] input, int off, int len) { method in class:AbstractStreamingHasherTest.Control
258 return hashBytes(Arrays.copyOfRange(input, off, off + len));
/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/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/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/mockito/lib/
H A Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/net. ...
/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/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 454 milliseconds