/libcore/ojluni/annotations/flagged_api/java/util/zip/ |
D | Deflater.annotated.java | 62 public int deflate(byte[] output, int off, int len) { throw new RuntimeException("Stub!"); } in deflate() method in Deflater 64 public int deflate(byte[] output) { throw new RuntimeException("Stub!"); } in deflate() method in Deflater 67 public int deflate(java.nio.ByteBuffer output) { throw new RuntimeException("Stub!"); } in deflate() method in Deflater 69 public int deflate(byte[] output, int off, int len, int flush) { throw new RuntimeException("Stub!"… in deflate() method in Deflater 72 public int deflate(java.nio.ByteBuffer output, int flush) { throw new RuntimeException("Stub!"); } in deflate() method in Deflater
|
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | Deflater.java | 81 public int deflate(byte[] b, int off, int len) { in deflate() method in Deflater 85 public int deflate(byte[] b) { in deflate() method in Deflater 89 public int deflate(byte[] b, int off, int len, int flush) { in deflate() method in Deflater
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | Deflater.java | 475 public int deflate(byte[] output, int off, int len) { in deflate() method in Deflater 494 public int deflate(byte[] output) { in deflate() method in Deflater 514 public int deflate(ByteBuffer output) { in deflate() method in Deflater 569 public int deflate(byte[] output, int off, int len, int flush) { in deflate() method in Deflater 695 public int deflate(ByteBuffer output, int flush) { in deflate() method in Deflater
|
D | DeflaterOutputStream.java | 259 protected void deflate() throws IOException { in deflate() method in DeflaterOutputStream
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | DeflaterOutputStreamTest.java | 110 public int deflate(byte[] buf, int offset, int byteCount) { in deflate() method in DeflaterOutputStreamTest.FlushingDeflater
|
D | InflaterTest.java | 110 private static byte[] deflate(byte[] input, byte[] dictionary) { in deflate() method in InflaterTest
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
D | DeflaterOutputStreamTest.java | 58 protected void deflate() throws IOException { in deflate() method in DeflaterOutputStreamTest.MyDeflaterOutputStream 75 Deflater deflate = new Deflater(1); in setUp() local
|
D | InflaterTest.java | 147 Deflater deflate = new Deflater(1); in test_getTotalIn() local 207 Deflater deflate = new Deflater(1); in test_getTotalOut() local
|