Home
last modified time | relevance | path

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

123456

/dalvik/dx/src/com/android/dx/util/
DByteArray.java125 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()
DIndentingWriter.java139 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/
DInflater.java248 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()
DAdler32.java82 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()
DCRC32.java78 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()
DDeflater.java181 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()
DGZIPInputStream.java135 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()
DChecksum.java49 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()
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/
DEncoder.java12 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()
DHex.java29 int off, in encode()
66 int off, in encode()
DHexEncoder.java47 int off, in encode()
77 int off, in decode()
/dalvik/libcore/sql/src/main/java/SQLite/
DBlob.java132 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/
DMGFParameters.java21 int off, in MGFParameters()
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
DTargetDataLine.java27 int read(byte[] b, int off, int len); in read()
DSourceDataLine.java27 int write(byte[] b, int off, int len); in write()
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/io/
DDigestOutputStream.java31 int off, in write()
DMacOutputStream.java31 int off, in write()
DMacInputStream.java36 int off, in read()
DDigestInputStream.java36 int off, in read()
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
DSHAOutputStream.java149 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/
DX509NameEntryConverter.java60 int off) in convertHexEncoded()
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/signers/
DISO9796d2PSSSigner.java227 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/
DSigner.java24 public void update(byte[] in, int off, int len); in update()
/dalvik/libcore/nio/src/main/java/java/nio/
DCharSequenceAdapter.java73 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()

123456