Home
last modified time | relevance | path

Searched defs:putBytes (Results 1 – 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
DPrimitiveSink.java43 PrimitiveSink putBytes(byte[] bytes); in putBytes() method
56 PrimitiveSink putBytes(byte[] bytes, int off, int len); in putBytes() method
DAbstractStreamingHashFunction.java144 public final Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractStreamingHashFunction.AbstractStreamingHasher
149 public final Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractStreamingHashFunction.AbstractStreamingHasher
153 private Hasher putBytes(ByteBuffer readBuffer) { in putBytes() method in AbstractStreamingHashFunction.AbstractStreamingHasher
DHasher.java55 @Override Hasher putBytes(byte[] bytes); in putBytes() method
56 @Override Hasher putBytes(byte[] bytes, int off, int len); in putBytes() method
DAbstractByteHasher.java68 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractByteHasher
75 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractByteHasher
DAbstractCompositeHashFunction.java62 @Override public Hasher putBytes(byte[] bytes) { in newHasher() method
69 @Override public Hasher putBytes(byte[] bytes, int off, int len) { in newHasher() method
DAbstractNonStreamingHashFunction.java91 public Hasher putBytes(byte[] bytes) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
101 public Hasher putBytes(byte[] bytes, int off, int len) { in putBytes() method in AbstractNonStreamingHashFunction.BufferingHasher
/external/opencv3/modules/imgcodecs/src/
Dbitstrm.cpp462 void WLByteStream::putBytes( const void* buffer, int count ) in putBytes() function in cv::WLByteStream
/external/opencv3/modules/videoio/src/
Dcap_mjpeg_encoder.cpp150 void putBytes(const uchar* buf, int count) in putBytes() function in cv::mjpeg::BitStream