Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/external/apache-http/src/org/apache/http/io/
DSessionInputBuffer.java49 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/
Dbalsa_frame_test.cc96 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/
DTeeInputStream.java19 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/
DRandomAccessFileInputStream.java48 @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/
DLimitInputStreamTest.java36 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/
DContentLengthInputStream.java138 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
DIdentityInputStream.java74 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
DChunkedInputStream.java117 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/
DSupport_StringReader.java111 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/
DRecyclableBufferedInputStream.java214 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/
DLoggingSessionInputBuffer.java71 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/
DEofSensorInputStream.java135 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/
DObservableReader.java41 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/
DOpenSSLBIOSource.java62 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/
DMacInputStream.java22 public int read() in read() method in MacInputStream
34 public int read( in read() method in MacInputStream
DDigestInputStream.java22 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/
DMemoryDataStore.java57 @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/
DDefiniteLengthInputStream.java42 public int read() in read() method in DefiniteLengthInputStream
65 public int read(byte[] buf, int off, int len) in read() method in DefiniteLengthInputStream
DConstructedOctetStream.java20 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
DIndefiniteLengthInputStream.java51 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/
Dbitfield.cpp168 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/
DBlob.java99 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/
DMultiInputStream.java78 @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
DCountingInputStream.java51 @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
DLimitInputStream.java61 @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

12345678910>>...20