Home
last modified time | relevance | path

Searched refs:deflateBytes (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DDeflater.java462 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/
DDeflater.java133 private native int deflateBytes(long addr, byte[] b, int off, int len, int flush); in deflateBytes() method in Deflater
/libcore/ojluni/src/main/native/
DDeflater.c246 NATIVE_METHOD(Deflater, deflateBytes, "(J[BIII)I"),