Home
last modified time | relevance | path

Searched refs:WRITE_CHUNKS (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DBrotliOutputStreamTest.java26 WRITE_CHUNKS, enumConstant
44 suite.addTest(new StreamTestCase(entry, TestMode.WRITE_CHUNKS)); in suite()
81 if ((mode == TestMode.WRITE_CHUNKS) && (original.length <= CHUNK_SIZE)) { in run()
93 case WRITE_CHUNKS: in run()
DBrotliEncoderChannelTest.java29 WRITE_CHUNKS enumConstant
46 suite.addTest(new ChannleTestCase(entry, TestMode.WRITE_CHUNKS)); in suite()
82 if ((mode == TestMode.WRITE_CHUNKS) && (original.length <= CHUNK_SIZE)) { in run()
95 case WRITE_CHUNKS: in run()
/third_party/libsnd/src/
Dcommon.h291 } WRITE_CHUNKS ; typedef
549 WRITE_CHUNKS wchunks ;
967 int psf_save_write_chunk (WRITE_CHUNKS * pchk, const SF_CHUNK_INFO * chunk_info) ;
972 int psf_find_write_chunk (WRITE_CHUNKS * pchk, const char * marker) ;
Dchunk.c218 psf_save_write_chunk (WRITE_CHUNKS * pchk, const SF_CHUNK_INFO * chunk_info) in psf_save_write_chunk()