Searched refs:inflateBytes (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/util/zip/ |
D | Inflater.java | 278 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/ |
D | Inflater.java | 126 private native int inflateBytes(long addr, byte[] b, int off, int len) in inflateBytes() method in Inflater
|
/libcore/ojluni/src/main/native/ |
D | Inflater.c | 207 NATIVE_METHOD(Inflater, inflateBytes, "(J[BII)I"),
|