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

  /external/brotli/java/org/brotli/wrapper/enc/
BrotliOutputStreamTest.java 25 WRITE_CHUNKS,
49 suite.addTest(new StreamTestCase(entry, TestMode.WRITE_CHUNKS));
86 if ((mode == TestMode.WRITE_CHUNKS) && (original.length <= CHUNK_SIZE)) {
98 case WRITE_CHUNKS:
BrotliEncoderChannelTest.java 27 WRITE_CHUNKS
50 suite.addTest(new ChannleTestCase(entry, TestMode.WRITE_CHUNKS));
86 if ((mode == TestMode.WRITE_CHUNKS) && (original.length <= CHUNK_SIZE)) {
99 case WRITE_CHUNKS:

Completed in 132 milliseconds