Searched refs:deflateBytes (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/util/zip/ |
D | Deflater.java | 462 int n = deflateBytes(zsRef.address(), b, off, len, flush); in deflate() 590 private native int deflateBytes(long addr, byte[] b, int off, int len, in deflateBytes() method in Deflater
|
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | Deflater.java | 133 private native int deflateBytes(long addr, byte[] b, int off, int len, int flush); in deflateBytes() method in Deflater
|
/libcore/ojluni/src/main/native/ |
D | Deflater.c | 246 NATIVE_METHOD(Deflater, deflateBytes, "(J[BIII)I"),
|