/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
D | SFTPInputStream.java | 36 public int read(byte[] buffer, int offset, int len) throws IOException in read() method in SFTPInputStream 38 int read = handle.getClient().read(handle, readOffset, buffer, offset, len); in read() local 60 public int read() throws IOException { in read() method in SFTPInputStream 62 int read = handle.getClient().read(handle, readOffset, buffer, 0, 1); in read() local
|
D | SCPInputStream.java | 74 public int read() throws IOException in read() method in SCPInputStream 81 int read = super.read(); in read() local 93 public int read(byte b[], int off, int len) throws IOException in read() method in SCPInputStream 106 int read = super.read(b, off, trans); in read() local
|
D | StreamGobbler.java | 130 public int read() throws IOException in read() method in StreamGobbler 181 public int read(byte[] b) throws IOException in read() method in StreamGobbler 201 public int read(byte[] b, int off, int len) throws IOException in read() method in StreamGobbler
|
/external/apache-http/src/org/apache/http/io/ |
D | SessionInputBuffer.java | 49 int read(byte[] b, int off, int len) throws IOException; in read() method 51 int read(byte[] b) throws IOException; in read() method 53 int read() throws IOException; in read() method
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/ |
D | TeeInputStream.java | 19 public int read(byte[] buf) in read() method in TeeInputStream 25 public int read(byte[] buf, int off, int len) in read() method in TeeInputStream 38 public int read() in read() method in TeeInputStream
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | LimitInputStreamTest.java | 36 int read = lin.read(); in testLimit() local 64 int read = lin.read(); in testMark() local 124 public int read() throws IOException { in read() method in LimitInputStreamTest.UnmarkableInputStream
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
D | ChannelInputStream.java | 50 public int read(byte[] b, int off, int len) throws IOException in read() method in ChannelInputStream 75 public int read(byte[] b) throws IOException in read() method in ChannelInputStream 81 public int read() throws IOException in read() method in ChannelInputStream
|
/external/apache-http/src/org/apache/http/impl/io/ |
D | ContentLengthInputStream.java | 138 public int read() throws IOException { in read() method in ContentLengthInputStream 162 public int read (byte[] b, int off, int len) throws java.io.IOException { in read() method in ContentLengthInputStream 187 public int read(byte[] b) throws IOException { in read() method in ContentLengthInputStream
|
D | IdentityInputStream.java | 74 public int read() throws IOException { in read() method in IdentityInputStream 82 public int read(final byte[] b, int off, int len) throws IOException { in read() method in IdentityInputStream
|
D | ChunkedInputStream.java | 117 public int read() throws IOException { in read() method in ChunkedInputStream 145 public int read (byte[] b, int off, int len) throws IOException { in read() method in ChunkedInputStream 174 public int read (byte[] b) throws IOException { in read() method in ChunkedInputStream
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_StringReader.java | 118 public int read() throws IOException { in read() method in Support_StringReader 148 public int read(char buf[], int offset, int count) throws IOException { in read() method in Support_StringReader 160 int read = end - pos; in read() local
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | LoggingSessionInputBuffer.java | 71 public int read(byte[] b, int off, int len) throws IOException { in read() method in LoggingSessionInputBuffer 79 public int read() throws IOException { in read() method in LoggingSessionInputBuffer 87 public int read(byte[] b) throws IOException { in read() method in LoggingSessionInputBuffer
|
/external/apache-http/src/org/apache/http/conn/ |
D | EofSensorInputStream.java | 135 public int read() throws IOException { in read() method in EofSensorInputStream 154 public int read(byte[] b, int off, int len) throws IOException { in read() method in EofSensorInputStream 173 public int read(byte[] b) throws IOException { in read() method in EofSensorInputStream
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/ |
D | DigestInputStream.java | 22 public int read() in read() method in DigestInputStream 34 public int read( in read() method in DigestInputStream
|
D | MacInputStream.java | 22 public int read() in read() method in MacInputStream 34 public int read( in read() method in MacInputStream
|
D | CipherInputStream.java | 150 public int read() in read() method in CipherInputStream 164 public int read( in read() method in CipherInputStream 171 public int read( in read() method in CipherInputStream
|
/external/valgrind/tsan/ |
D | common_util.h | 36 #define read(fd, buf, size) __real_read(fd, buf, size) macro 41 #define read(fd, buf, size) fread(buf, 1, size, fd) macro
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | LittleEndien.java | 57 public int read() throws IOException { in read() method in LittleEndien 62 public int read(byte[] buf) throws IOException { in read() method in LittleEndien 67 public int read(byte[] buf, int off, int len) throws IOException { in read() method in LittleEndien
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | DefiniteLengthInputStream.java | 43 public int read() in read() method in DefiniteLengthInputStream 66 public int read(byte[] buf, int off, int len) in read() method in DefiniteLengthInputStream
|
D | ConstructedOctetStream.java | 20 public int read(byte[] b, int off, int len) throws IOException in read() method in ConstructedOctetStream 70 public int read() in read() method in ConstructedOctetStream
|
D | IndefiniteLengthInputStream.java | 51 public int read(byte[] b, int off, int len) in read() method in IndefiniteLengthInputStream 88 public int read() in read() method in IndefiniteLengthInputStream
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/ |
D | SavableSerializer.java | 82 public int read() throws IOException { in read() method in SavableSerializer.BufferInputStream 90 public int read(byte[] b){ in read() method in SavableSerializer.BufferInputStream 95 public int read(byte[] b, int off, int len){ in read() method in SavableSerializer.BufferInputStream
|
/external/guava/guava/src/com/google/common/io/ |
D | MultiInputStream.java | 78 @Override public int read() throws IOException { in read() method in MultiInputStream 90 @Override public int read(byte[] b, int off, int len) throws IOException { in read() method in MultiInputStream
|
D | CountingInputStream.java | 51 @Override public int read() throws IOException { in read() method in CountingInputStream 59 @Override public int read(byte[] b, int off, int len) throws IOException { in read() method in CountingInputStream
|
/external/javasqlite/src/main/java/SQLite/ |
D | Blob.java | 99 public int read() throws IOException { in read() method in BlobR 115 public int read(byte b[]) throws IOException { in read() method in BlobR 132 public int read(byte b[], int off, int len) throws IOException { in read() method in BlobR 306 native int read(byte[] b, int off, int pos, int len) throws IOException; in read() method in Blob
|