| /libcore/luni/src/main/native/ |
| D | ZipUtilities.cpp | 44 void NativeZipStream::setDictionary(JNIEnv* env, jbyteArray javaDictionary, int off, int len, in setDictionary() 66 void NativeZipStream::setInput(JNIEnv* env, jbyteArray buf, jint off, jint len) { in setInput()
|
| D | java_util_zip_Inflater.cpp | 51 static void Inflater_setInputImpl(JNIEnv* env, jobject, jbyteArray buf, jint off, jint len, jlong h… in Inflater_setInputImpl() 55 static jint Inflater_setFileInputImpl(JNIEnv* env, jobject, jobject javaFileDescriptor, jlong off, … in Inflater_setFileInputImpl() 91 static jint Inflater_inflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong… in Inflater_inflateImpl() 142 static void Inflater_setDictionaryImpl(JNIEnv* env, jobject, jbyteArray dict, int off, int len, jlo… in Inflater_setDictionaryImpl()
|
| D | java_util_zip_Deflater.cpp | 26 static void Deflater_setDictionaryImpl(JNIEnv* env, jobject, jbyteArray dict, int off, int len, jlo… in Deflater_setDictionaryImpl() 67 static void Deflater_setInputImpl(JNIEnv* env, jobject, jbyteArray buf, jint off, jint len, jlong h… in Deflater_setInputImpl() 71 static jint Deflater_deflateImpl(JNIEnv* env, jobject recv, jbyteArray buf, int off, int len, jlong… in Deflater_deflateImpl()
|
| D | java_util_zip_CRC32.cpp | 26 static jlong CRC32_updateImpl(JNIEnv* env, jobject, jbyteArray byteArray, int off, int len, jlong c… in CRC32_updateImpl()
|
| D | java_util_zip_Adler32.cpp | 26 static jlong Adler32_updateImpl(JNIEnv* env, jobject, jbyteArray byteArray, int off, int len, jlong… in Adler32_updateImpl()
|
| /libcore/luni/src/main/java/java/util/zip/ |
| D | Checksum.java | 48 public void update(byte[] buf, int off, int nbytes); in update()
|
| D | CheckedOutputStream.java | 87 public void write(byte[] buf, int off, int nbytes) throws IOException { in write()
|
| D | GZIPOutputStream.java | 109 public void write(byte[] buffer, int off, int nbytes) throws IOException { in write()
|
| /libcore/luni/src/main/java/javax/crypto/ |
| D | CipherOutputStream.java | 91 @Override public void write(byte[] b, int off, int len) throws IOException { in write()
|
| D | CipherInputStream.java | 151 public int read(byte[] buf, int off, int len) throws IOException { in read()
|
| /libcore/luni/src/main/java/java/security/ |
| D | DigestOutputStream.java | 104 public void write(byte[] b, int off, int len) throws IOException { in write()
|
| D | SecureClassLoader.java | 91 protected final Class<?> defineClass(String name, byte[] b, int off, int len, in defineClass()
|
| D | SignatureSpi.java | 105 protected abstract void engineUpdate(byte[] b, int off, int len) in engineUpdate()
|
| /libcore/luni/src/main/java/libcore/net/url/ |
| D | FtpURLInputStream.java | 46 public int read(byte[] buf, int off, int nbytes) throws IOException { in read()
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
| D | CRC32Test.java | 149 int off = 2;// accessing the 2nd element of byteArray in test_update$BII() local
|
| D | Adler32Test.java | 132 int off = 2;// accessing the 2nd element of byteArray in test_update$BII() local
|
| /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
| D | SignatureSpiTest.java | 172 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/ |
| D | MySignature2.java | 60 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate()
|
| D | MySignature1.java | 80 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate()
|
| /libcore/luni/src/test/java/libcore/java/security/ |
| D | MockSignatureSpi.java | 115 protected void engineUpdate(byte[] b, int off, int len) throws SignatureException { in engineUpdate()
|
| /libcore/luni/src/test/java/tests/java/security/ |
| D | SecureClassLoaderTest.java | 231 public Class define(String name, byte[] b, int off, int len, in define()
|
| /libcore/luni/src/main/java/java/io/ |
| D | InputStreamReader.java | 230 int off = bytes.arrayOffset() + bytes.limit(); in read() local
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
| D | BufferedWriterTest.java | 57 public void write(char[] buf, int off, int len) throws IOException { in write()
|
| /libcore/luni/src/test/java/tests/targets/security/ |
| D | SignatureTestMD2withRSA.java | 169 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate()
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
| D | SimpleTimeZoneTest.java | 604 int off = st1.getRawOffset(); in test_setRawOffsetI() local
|