Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DInflater.java278 int n = inflateBytes(zsRef.address(), b, off, len); in inflate()
430 private native int inflateBytes(long addr, byte[] b, int off, int len) in inflateBytes() method in Inflater
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DInflater.java126 private native int inflateBytes(long addr, byte[] b, int off, int len) in inflateBytes() method in Inflater
/libcore/ojluni/src/main/native/
DInflater.c207 NATIVE_METHOD(Inflater, inflateBytes, "(J[BII)I"),