Searched refs:FULL_FLUSH (Results 1 – 5 of 5) sorted by relevance
65 deflateInflate(Deflater.FULL_FLUSH); in testDeflate()102 deflateInflate(Deflater.FULL_FLUSH);109 assertEquals(11, deflater.deflate(compressed, 0, compressed.length, Deflater.FULL_FLUSH));116 assertEquals(9, deflater.deflate(compressed, 0, compressed.length, Deflater.FULL_FLUSH));
100 public static final int FULL_FLUSH = 3; // 0x3 field in Deflater
183 public static final int FULL_FLUSH = 3; field in Deflater573 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()
153 public static final int FULL_FLUSH = 3; // 0x3 field in Deflater
18570 field public static final int FULL_FLUSH = 3; // 0x3