Home
last modified time | relevance | path

Searched refs:updateBytes (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DAdler32.java78 adler = updateBytes(adler, b, off, len); in update()
87 adler = updateBytes(adler, b, 0, b.length); in update()
114 adler = updateBytes(adler, buffer.array(), pos + buffer.arrayOffset(), rem); in update()
118 adler = updateBytes(adler, b, 0, b.length); in update()
138 private native static int updateBytes(int adler, byte[] b, int off, in updateBytes() method in Adler32
DCRC32.java76 crc = updateBytes(crc, b, off, len); in update()
85 crc = updateBytes(crc, b, 0, b.length); in update()
111 crc = updateBytes(crc, buffer.array(), pos + buffer.arrayOffset(), rem); in update()
115 crc = updateBytes(crc, b, 0, b.length); in update()
135 private native static int updateBytes(int crc, byte[] b, int off, int len); in updateBytes() method in CRC32
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DCRC32.java64 private static native int updateBytes(int crc, byte[] b, int off, int len); in updateBytes() method in CRC32
DAdler32.java64 private static native int updateBytes(int adler, byte[] b, int off, int len); in updateBytes() method in Adler32
/libcore/ojluni/src/main/native/
DAdler32.c75 NATIVE_METHOD(Adler32, updateBytes, "(I[BII)I"),
DCRC32.c79 NATIVE_METHOD(CRC32, updateBytes, "(I[BII)I"),
/libcore/ojluni/src/main/java/java/sql/
DResultSet.java1712 void updateBytes(int columnIndex, byte x[]) throws SQLException; in updateBytes() method
2101 void updateBytes(String columnLabel, byte x[]) throws SQLException; in updateBytes() method
/libcore/api/
Dcurrent.txt9554 method public void updateBytes(int, byte[]) throws java.sql.SQLException;
9555 method public void updateBytes(String, byte[]) throws java.sql.SQLException;