/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/chromium_org/net/tools/balsa/ |
D | balsa_frame_test.cc | 96 size_t read = frame_->ProcessInput(input, strlen(input)); in TEST_F() local 142 size_t read = frame_->ProcessInput(input, strlen(input)); in TEST_F() local 192 size_t read = frame_->ProcessInput(input, strlen(input)); in TEST_F() local 256 size_t read = frame_->ProcessInput(input, strlen(input)); in TEST_F() local 293 size_t read = frame_->ProcessInput(input, strlen(input)); in TEST_F() local 320 size_t read = frame_->ProcessInput(input, strlen(input)); in TEST_F() local 344 size_t read = frame_->ProcessInput(input, strlen(input)); in TEST_F() local 371 size_t read = frame_->ProcessInput(input, strlen(input)); in TEST_F() local 391 size_t read = frame_->ProcessInput(input, strlen(input)); in TEST_F() local 433 size_t read = frame_->ProcessInput(input, strlen(input)); in TEST_F() local [all …]
|
/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/smali/util/src/main/java/org/jf/util/ |
D | RandomAccessFileInputStream.java | 48 @Override public int read() throws IOException { in read() method in RandomAccessFileInputStream 54 @Override public int read(byte[] bytes) throws IOException { in read() method in RandomAccessFileInputStream 61 @Override public int read(byte[] bytes, int offset, int length) throws IOException { in read() method in RandomAccessFileInputStream
|
/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/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 | 111 public int read() throws IOException { in read() method in Support_StringReader 136 public int read(char buf[], int offset, int count) throws IOException { in read() method in Support_StringReader 148 int read = end - pos; in read() local
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | RecyclableBufferedInputStream.java | 214 public synchronized int read() throws IOException { in read() method in RecyclableBufferedInputStream 263 public synchronized int read(byte[] buffer, int offset, int byteCount) throws IOException { in read() method in RecyclableBufferedInputStream 295 int read; in read() local 384 long read = count - pos; in skip() 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/smack/src/org/jivesoftware/smack/util/ |
D | ObservableReader.java | 41 public int read(char[] cbuf, int off, int len) throws IOException { in read() method in ObservableReader 62 public int read() throws IOException { in read() method in ObservableReader 66 public int read(char cbuf[]) throws IOException { in read() method in ObservableReader
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLBIOSource.java | 62 public int read() throws IOException { in read() method in OpenSSLBIOSource.ByteBufferInputStream 76 public int read(byte[] buffer) throws IOException { in read() method in OpenSSLBIOSource.ByteBufferInputStream 83 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in OpenSSLBIOSource.ByteBufferInputStream
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/ |
D | MacInputStream.java | 22 public int read() in read() method in MacInputStream 34 public int read( in read() method in MacInputStream
|
D | DigestInputStream.java | 22 public int read() in read() method in DigestInputStream 34 public int read( in read() method in DigestInputStream
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/ |
D | MemoryDataStore.java | 57 @Override public int read() throws IOException { in readAt() method 64 @Override public int read(byte[] b) throws IOException { in readAt() method 77 @Override public int read(byte[] b, int off, int len) throws IOException { in readAt() method
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | DefiniteLengthInputStream.java | 42 public int read() in read() method in DefiniteLengthInputStream 65 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/clang/test/CodeGenCXX/ |
D | bitfield.cpp | 168 unsigned read(S* s) { in read() function 212 unsigned read(S* s) { in read() function 251 unsigned read(S* s) { in read() function 299 unsigned read(Base* s) { in read() function 344 unsigned read(U* u) { in read() function 389 unsigned read(S* s) { in read() function 449 unsigned read(B2* s) { in read() function
|
/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
|
/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
|
D | LimitInputStream.java | 61 @Override public int read() throws IOException { in read() method in LimitInputStream 73 @Override public int read(byte[] b, int off, int len) throws IOException { in read() method in LimitInputStream
|