Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 39) sorted by relevance

12

/libcore/luni/src/main/native/
Dzip.h52 void setDictionary(JNIEnv* env, jbyteArray javaDictionary, int off, int len, bool inflate) { in setDictionary()
73 void setInput(JNIEnv* env, jbyteArray buf, jint off, jint len) { in setInput()
Djava_util_zip_Inflater.cpp49 static void Inflater_setInputImpl(JNIEnv* env, jobject, jbyteArray buf, jint off, jint len, jlong h… in Inflater_setInputImpl()
53 static jint Inflater_setFileInputImpl(JNIEnv* env, jobject, jobject javaFileDescriptor, jlong off, … in Inflater_setFileInputImpl()
89 static jint Inflater_inflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong… in Inflater_inflateImpl()
140 static void Inflater_setDictionaryImpl(JNIEnv* env, jobject, jbyteArray dict, int off, int len, jlo… in Inflater_setDictionaryImpl()
Djava_util_zip_CRC32.cpp26 static jlong CRC32_updateImpl(JNIEnv* env, jobject, jbyteArray byteArray, int off, int len, jlong c… in CRC32_updateImpl()
Djava_util_zip_Adler32.cpp26 static jlong Adler32_updateImpl(JNIEnv* env, jobject, jbyteArray byteArray, int off, int len, jlong… in Adler32_updateImpl()
Djava_util_zip_Deflater.cpp24 static void Deflater_setDictionaryImpl(JNIEnv* env, jobject, jbyteArray dict, int off, int len, jlo… in Deflater_setDictionaryImpl()
65 static void Deflater_setInputImpl(JNIEnv* env, jobject, jbyteArray buf, jint off, jint len, jlong h… in Deflater_setInputImpl()
69 static jint Deflater_deflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong… in Deflater_deflateImpl()
/libcore/luni/src/main/java/java/util/zip/
DChecksum.java48 public void update(byte[] buf, int off, int nbytes); in update()
DCheckedOutputStream.java87 public void write(byte[] buf, int off, int nbytes) throws IOException { in write()
DCheckedInputStream.java88 public int read(byte[] buf, int off, int nbytes) throws IOException { in read()
DGZIPOutputStream.java103 public void write(byte[] buffer, int off, int nbytes) throws IOException { in write()
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DSSLSocketOutputStream.java42 public void write(byte[] b, int off, int len) throws IOException { in write()
DSSLInputStream.java101 public int read(byte[] b, int off, int len) throws IOException { in read()
DSSLSocketInputStream.java117 @Override public int read(byte[] b, int off, int len) throws IOException { in read()
/libcore/luni/src/main/java/javax/crypto/
DCipherOutputStream.java91 @Override public void write(byte[] b, int off, int len) throws IOException { in write()
DCipherInputStream.java136 public int read(byte[] buf, int off, int len) throws IOException { in read()
/libcore/luni/src/main/java/java/security/
DDigestOutputStream.java104 public void write(byte[] b, int off, int len) throws IOException { in write()
DDigestInputStream.java118 public int read(byte[] b, int off, int len) throws IOException { in read()
DSecureClassLoader.java91 protected final Class<?> defineClass(String name, byte[] b, int off, int len, in defineClass()
DSignatureSpi.java105 protected abstract void engineUpdate(byte[] b, int off, int len) in engineUpdate()
/libcore/luni/src/main/java/libcore/net/url/
DFtpURLInputStream.java46 public int read(byte[] buf, int off, int nbytes) throws IOException { in read()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSignatureSpiTest.java172 public void engineUpdate(byte[] b, int off, int len) { in engineUpdate()
206 public void engineUpdate(byte[] b, int off, int len) { in engineUpdate()
260 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DMySignature2.java60 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate()
DMySignature1.java80 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate()
/libcore/luni/src/test/java/tests/java/security/
DSecureClassLoaderTest.java231 public Class define(String name, byte[] b, int off, int len, in define()
/libcore/luni/src/main/java/java/io/
DInputStreamReader.java243 int off = bytes.arrayOffset() + bytes.limit(); in read() local
/libcore/luni/src/test/java/tests/targets/security/
DSignatureTestMD2withRSA.java169 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate()

12