Searched defs:updateBytes (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
D | CRC32.java | 64 private static native int updateBytes(int crc, byte[] b, int off, int len); in updateBytes() method in CRC32
|
D | Adler32.java | 64 private static native int updateBytes(int adler, byte[] b, int off, int len); in updateBytes() method in Adler32
|
/libcore/ojluni/src/main/java/java/util/zip/ |
D | Adler32.java | 149 private static native int updateBytes(int adler, byte[] b, int off, in updateBytes() method in Adler32
|
D | CRC32.java | 150 private static int updateBytes(int crc, byte[] b, int off, int len) { in updateBytes() method in CRC32
|
D | CRC32C.java | 215 private static int updateBytes(int crc, byte[] b, int off, int end) { in updateBytes() method in CRC32C
|
/libcore/ojluni/src/main/java/java/sql/ |
D | ResultSet.java | 1712 void updateBytes(int columnIndex, byte x[]) throws SQLException; in updateBytes() method 2101 void updateBytes(String columnLabel, byte x[]) throws SQLException; in updateBytes() method
|