Searched defs:updateByteBuffer (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | Adler32.java | 66 private static native int updateByteBuffer(int adler, long addr, int off, int len); in updateByteBuffer() method in Adler32
|
D | CRC32.java | 66 private static native int updateByteBuffer(int adler, long addr, int off, int len); in updateByteBuffer() method in CRC32
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | CRC32.java | 137 private native static int updateByteBuffer(int adler, long addr, in updateByteBuffer() method in CRC32
|
D | Adler32.java | 140 private native static int updateByteBuffer(int adler, long addr, in updateByteBuffer() method in Adler32
|