Home
last modified time | relevance | path

Searched refs:NO_FLUSH (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DDeflater.java164 public static final int NO_FLUSH = 0; field in Deflater
476 return deflate(output, off, len, NO_FLUSH); in deflate()
495 return deflate(output, 0, output.length, NO_FLUSH); in deflate()
515 return deflate(output, NO_FLUSH); in deflate()
573 if (flush != NO_FLUSH && flush != SYNC_FLUSH && flush != FULL_FLUSH) { in deflate()
699 if (flush != NO_FLUSH && flush != SYNC_FLUSH && flush != FULL_FLUSH) { in deflate()
/libcore/ojluni/src/test/java/util/zip/
DDeflaterDictionaryTests.java99 … int compressedDataLength = deflater.deflate(output, 0, output.length, Deflater.NO_FLUSH); in testByteArray()
147 … int compressedDataLength = deflater.deflate(output, 0, output.length, Deflater.NO_FLUSH); in testHeapByteBuffer()
201 … int compressedDataLength = deflater.deflate(output, 0, output.length, Deflater.NO_FLUSH); in testByteBufferDirect()
/libcore/ojluni/annotations/flagged_api/java/util/zip/
DDeflater.annotated.java106 public static final int NO_FLUSH = 0; // 0x0 field in Deflater
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DDeflater.java159 public static final int NO_FLUSH = 0; // 0x0 field in Deflater
/libcore/luni/src/test/java/libcore/java/util/zip/
DDeflaterTest.java54 deflateInflate(Deflater.NO_FLUSH); in testDeflate()
/libcore/api/
Dcurrent.txt18573 field public static final int NO_FLUSH = 0; // 0x0