/dalvik/dx/src/com/android/dx/util/ |
D | ByteArray.java | 125 public int getByte(int off) { in getByte() 136 public int getShort(int off) { in getShort() 147 public int getInt(int off) { in getInt() 161 public long getLong(int off) { in getLong() 181 public int getUnsignedByte(int off) { in getUnsignedByte() 192 public int getUnsignedShort(int off) { in getUnsignedShort() 235 private int getByte0(int off) { in getByte0() 246 private int getUnsignedByte0(int off) { in getUnsignedByte0()
|
D | IndentingWriter.java | 139 public void write(char[] cbuf, int off, int len) throws IOException { in write() 151 public void write(String str, int off, int len) throws IOException { in write()
|
/dalvik/libcore/archive/src/main/java/java/util/zip/ |
D | Inflater.java | 248 public synchronized int inflate(byte[] buf, int off, int nbytes) in inflate() 281 private native synchronized int inflateImpl(byte[] buf, int off, in inflateImpl() 355 public synchronized void setDictionary(byte[] buf, int off, int nbytes) { in setDictionary() 368 private native synchronized void setDictionaryImpl(byte[] buf, int off, in setDictionaryImpl() 397 public synchronized void setInput(byte[] buf, int off, int nbytes) { in setInput() 433 synchronized int setFileInput(FileDescriptor fd, long off, int nbytes) { in setFileInput() 443 private native synchronized void setInputImpl(byte[] buf, int off, in setInputImpl() 447 private native synchronized int setFileInputImpl(FileDescriptor fd, long off, in setFileInputImpl()
|
D | Adler32.java | 82 public void update(byte[] buf, int off, int nbytes) { in update() 92 private native long updateImpl(byte[] buf, int off, int nbytes, long adler1); in updateImpl()
|
D | CRC32.java | 78 public void update(byte[] buf, int off, int nbytes) { in update() 89 private native long updateImpl(byte[] buf, int off, int nbytes, long crc1); in updateImpl()
|
D | Deflater.java | 181 public synchronized int deflate(byte[] buf, int off, int nbytes) { in deflate() 197 private synchronized native int deflateImpl(byte[] buf, int off, in deflateImpl() 361 public synchronized void setDictionary(byte[] buf, int off, int nbytes) { in setDictionary() 374 private synchronized native void setDictionaryImpl(byte[] buf, int off, in setDictionaryImpl() 400 public synchronized void setInput(byte[] buf, int off, int nbytes) { in setInput() 422 private synchronized native void setInputImpl(byte[] buf, int off, in setInputImpl()
|
D | GZIPInputStream.java | 135 private long getLong(byte[] buffer, int off) { in getLong() 144 private int getShort(byte[] buffer, int off) { in getShort() 160 public int read(byte[] buffer, int off, int nbytes) throws IOException { in read()
|
D | Checksum.java | 49 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()
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/ |
D | Encoder.java | 12 int encode(byte[] data, int off, int length, OutputStream out) throws IOException; in encode() 14 int decode(byte[] data, int off, int length, OutputStream out) throws IOException; in decode()
|
D | Hex.java | 29 int off, in encode() 66 int off, in encode()
|
D | HexEncoder.java | 47 int off, in encode() 77 int off, in decode()
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
D | Blob.java | 132 public int read(byte b[], int off, int len) throws IOException { in read() 225 public void write(byte[] b, int off, int len) throws IOException { in write() 295 native int write(byte[] b, int off, int pos, int len) throws IOException; in write() 306 native int read(byte[] b, int off, int pos, int len) throws IOException; in read()
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/ |
D | MGFParameters.java | 21 int off, in MGFParameters()
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/ |
D | TargetDataLine.java | 27 int read(byte[] b, int off, int len); in read()
|
D | SourceDataLine.java | 27 int write(byte[] b, int off, int len); in write()
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/io/ |
D | DigestOutputStream.java | 31 int off, in write()
|
D | MacOutputStream.java | 31 int off, in write()
|
D | MacInputStream.java | 36 int off, in read()
|
D | DigestInputStream.java | 36 int off, in read()
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
D | SHAOutputStream.java | 149 private void copyToInternalBuffer(byte[] buffer, int off, int len) { in copyToInternalBuffer() 397 private static String toStringBlock(byte[] block, int off, int len) { in toStringBlock() 423 public void write(byte[] buffer, int off, int len) { in write()
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
D | X509NameEntryConverter.java | 60 int off) in convertHexEncoded()
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/signers/ |
D | ISO9796d2PSSSigner.java | 227 int off, in update() 304 int off = block.length - messageLength - salt.length - hLen - tLength - 1; in generateSignature() local 481 int off = block.length - tLength - hash.length; in verifySignature() local
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/ |
D | Signer.java | 24 public void update(byte[] in, int off, int len); in update()
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
D | CharSequenceAdapter.java | 73 public final CharBuffer get(char[] dest, int off, int len) { in get() 119 public final CharBuffer put(char[] src, int off, int len) { in put()
|