Searched refs:NO_FLUSH (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/java/java/util/zip/ |
D | Deflater.java | 164 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/ |
D | DeflaterDictionaryTests.java | 99 … 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/ |
D | Deflater.annotated.java | 106 public static final int NO_FLUSH = 0; // 0x0 field in Deflater
|
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | Deflater.java | 159 public static final int NO_FLUSH = 0; // 0x0 field in Deflater
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | DeflaterTest.java | 54 deflateInflate(Deflater.NO_FLUSH); in testDeflate()
|
/libcore/api/ |
D | current.txt | 18573 field public static final int NO_FLUSH = 0; // 0x0
|