/external/guava/guava/src/com/google/common/hash/ |
D | PrimitiveSink.java | 45 PrimitiveSink putBytes(byte[] bytes); in putBytes() method 58 PrimitiveSink putBytes(byte[] bytes, int off, int len); in putBytes() method 69 PrimitiveSink putBytes(ByteBuffer bytes); in putBytes() method
|
D | AbstractHasher.java | 59 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractHasher 64 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractHasher 73 public Hasher putBytes(ByteBuffer b) { in putBytes() method in AbstractHasher
|
D | AbstractByteHasher.java | 82 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractByteHasher 89 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractByteHasher 96 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractByteHasher
|
D | Hasher.java | 62 Hasher putBytes(byte[] bytes); in putBytes() method 65 Hasher putBytes(byte[] bytes, int off, int len); in putBytes() method 68 Hasher putBytes(ByteBuffer bytes); in putBytes() method
|
D | AbstractCompositeHashFunction.java | 82 public Hasher putBytes(byte[] bytes) { in fromHashers() method 90 public Hasher putBytes(byte[] bytes, int off, int len) { in fromHashers() method 98 public Hasher putBytes(ByteBuffer bytes) { in fromHashers() method
|
D | AbstractStreamingHasher.java | 94 public final Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractStreamingHasher 99 public final Hasher putBytes(ByteBuffer readBuffer) { in putBytes() method in AbstractStreamingHasher
|
D | AbstractNonStreamingHashFunction.java | 93 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher 99 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
|
D | Murmur3_32HashFunction.java | 293 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher 306 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 | 45 PrimitiveSink putBytes(byte[] bytes); in putBytes() method 58 PrimitiveSink putBytes(byte[] bytes, int off, int len); in putBytes() method 69 PrimitiveSink putBytes(ByteBuffer bytes); in putBytes() method
|
D | AbstractHasher.java | 59 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractHasher 64 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractHasher 73 public Hasher putBytes(ByteBuffer b) { in putBytes() method in AbstractHasher
|
D | AbstractByteHasher.java | 82 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractByteHasher 89 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractByteHasher 96 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractByteHasher
|
D | Hasher.java | 62 Hasher putBytes(byte[] bytes); in putBytes() method 65 Hasher putBytes(byte[] bytes, int off, int len); in putBytes() method 68 Hasher putBytes(ByteBuffer bytes); in putBytes() method
|
D | AbstractCompositeHashFunction.java | 82 public Hasher putBytes(byte[] bytes) { in fromHashers() method 90 public Hasher putBytes(byte[] bytes, int off, int len) { in fromHashers() method 98 public Hasher putBytes(ByteBuffer bytes) { in fromHashers() method
|
D | AbstractStreamingHasher.java | 94 public final Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractStreamingHasher 99 public final Hasher putBytes(ByteBuffer readBuffer) { in putBytes() method in AbstractStreamingHasher
|
D | AbstractNonStreamingHashFunction.java | 93 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher 99 public Hasher putBytes(ByteBuffer bytes) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
|
D | Murmur3_32HashFunction.java | 293 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher 306 public Hasher putBytes(ByteBuffer buffer) { in putBytes() method in Murmur3_32HashFunction.Murmur3_32Hasher
|