/external/guava/guava/src/com/google/common/hash/ |
D | PrimitiveSink.java | 46 PrimitiveSink putBytes(byte[] bytes); in putBytes() method 59 PrimitiveSink putBytes(byte[] bytes, int off, int len); in putBytes() method 70 PrimitiveSink putBytes(ByteBuffer bytes); in putBytes() method
|
D | AbstractHasher.java | 61 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractHasher 66 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractHasher 75 public Hasher putBytes(ByteBuffer b) { in putBytes() method in AbstractHasher
|
D | AbstractByteHasher.java | 83 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractByteHasher 90 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractByteHasher 97 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractByteHasher
|
D | Hasher.java | 64 Hasher putBytes(byte[] bytes); in putBytes() method 67 Hasher putBytes(byte[] bytes, int off, int len); in putBytes() method 70 Hasher putBytes(ByteBuffer bytes); in putBytes() method
|
D | AbstractCompositeHashFunction.java | 84 public Hasher putBytes(byte[] bytes) { in fromHashers() method 92 public Hasher putBytes(byte[] bytes, int off, int len) { in fromHashers() method 100 public Hasher putBytes(ByteBuffer bytes) { in fromHashers() method
|
D | AbstractStreamingHasher.java | 95 public final Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractStreamingHasher 100 public final Hasher putBytes(ByteBuffer readBuffer) { in putBytes() method in AbstractStreamingHasher
|
D | AbstractNonStreamingHashFunction.java | 94 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher 100 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
|
D | Murmur3_32HashFunction.java | 304 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher 317 public Hasher putBytes(ByteBuffer buffer) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | PrimitiveSink.java | 46 PrimitiveSink putBytes(byte[] bytes); in putBytes() method 59 PrimitiveSink putBytes(byte[] bytes, int off, int len); in putBytes() method 70 PrimitiveSink putBytes(ByteBuffer bytes); in putBytes() method
|
D | AbstractHasher.java | 61 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractHasher 66 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractHasher 75 public Hasher putBytes(ByteBuffer b) { in putBytes() method in AbstractHasher
|
D | AbstractByteHasher.java | 83 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractByteHasher 90 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractByteHasher 97 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractByteHasher
|
D | Hasher.java | 64 Hasher putBytes(byte[] bytes); in putBytes() method 67 Hasher putBytes(byte[] bytes, int off, int len); in putBytes() method 70 Hasher putBytes(ByteBuffer bytes); in putBytes() method
|
D | AbstractCompositeHashFunction.java | 84 public Hasher putBytes(byte[] bytes) { in fromHashers() method 92 public Hasher putBytes(byte[] bytes, int off, int len) { in fromHashers() method 100 public Hasher putBytes(ByteBuffer bytes) { in fromHashers() method
|
D | AbstractStreamingHasher.java | 95 public final Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractStreamingHasher 100 public final Hasher putBytes(ByteBuffer readBuffer) { in putBytes() method in AbstractStreamingHasher
|
D | AbstractNonStreamingHashFunction.java | 94 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher 100 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
|
D | Murmur3_32HashFunction.java | 304 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher 317 public Hasher putBytes(ByteBuffer buffer) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher
|