HomeSort by relevance Sort by last modified time
    Searched refs:PutBytes (Results 1 - 17 of 17) sorted by null

  /external/opencv/
WLNonFileByteStream.h 34 void PutBytes( const void* buffer, int count );
WLNonFileByteStream.cpp 77 void WLNonFileByteStream::PutBytes( const void* buffer, int count )
cvjni.h 192 m_strm->PutBytes( fmtSignBmp, (int)strlen(fmtSignBmp) );
215 m_strm->PutBytes( palette, sizeof(palette));
222 m_strm->PutBytes( data, width );
224 m_strm->PutBytes( zeropad, fileStep - width );
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cache/
cache_test.go 133 if err := c.PutBytes(id, []byte("abc")); err != nil {
143 c.PutBytes(id, []byte("def"))
162 c.PutBytes(id, []byte("abc"))
174 c.PutBytes(id2, []byte("abc"))
230 c.PutBytes(id, []byte("abc"))
232 c.PutBytes(ActionID(dummyID(2)), []byte("def"))
cache.go 371 // PutBytes stores the given bytes in the cache as the output for the action ID.
372 func (c *Cache) PutBytes(id ActionID, data []byte) error {
  /prebuilts/go/linux-x86/src/cmd/go/internal/cache/
cache_test.go 133 if err := c.PutBytes(id, []byte("abc")); err != nil {
143 c.PutBytes(id, []byte("def"))
162 c.PutBytes(id, []byte("abc"))
174 c.PutBytes(id2, []byte("abc"))
230 c.PutBytes(id, []byte("abc"))
232 c.PutBytes(ActionID(dummyID(2)), []byte("def"))
cache.go 371 // PutBytes stores the given bytes in the cache as the output for the action ID.
372 func (c *Cache) PutBytes(id ActionID, data []byte) error {
  /external/opencv/otherlibs/highgui/
grfmt_pxm.cpp 413 m_strm.PutBytes( buffer, (int)strlen(buffer) );
441 m_strm.PutBytes( (channels > 1 || depth > 8) ? buffer : (char*)data, fileStep );
500 m_strm.PutBytes( buffer, (int)(ptr - buffer) );
bitstrm.h 197 void PutBytes( const void* buffer, int count );
grfmt_bmp.cpp 510 m_strm.PutBytes( fmtSignBmp, (int)strlen(fmtSignBmp) );
533 m_strm.PutBytes( palette, sizeof(palette));
540 m_strm.PutBytes( data, width );
542 m_strm.PutBytes( zeropad, fileStep - width );
grfmt_sunras.cpp 425 m_strm.PutBytes( fmtSignSunRas, (int)strlen(fmtSignSunRas) );
435 m_strm.PutBytes( data, fileStep );
grfmt_tiff.cpp 713 m_strm.PutBytes( fmtSignTiffII, 4 );
734 m_strm.PutBytes( channels > 1 ? buffer : data, fileStep );
bitstrm.cpp 831 void WLByteStream::PutBytes( const void* buffer, int count )
grfmt_jpeg.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceBrowserCompileServer.cpp 260 return InputStream->PutBytes(
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
buildid.go 610 c.PutBytes(cache.Subkey(a.actionID, "stdout"), a.output)
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
buildid.go 610 c.PutBytes(cache.Subkey(a.actionID, "stdout"), a.output)

Completed in 239 milliseconds