Home
last modified time | relevance | path

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

12345678910>>...32

/external/glide/library/src/main/java/com/bumptech/glide/util/
DExceptionCatchingInputStream.java71 public int read(byte[] buffer) throws IOException { in read() method in ExceptionCatchingInputStream
72 int read; in read() local
83 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in ExceptionCatchingInputStream
84 int read; in read() local
112 public int read() throws IOException { in read() method in ExceptionCatchingInputStream
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
DInputStream.java20 public abstract int read () throws IOException; in read() method in InputStream
22 public int read (byte[] buf, int start, int len) throws IOException { in read() method in InputStream
35 public int read (byte[] buf) throws IOException { in read() method in InputStream
DFilterInputStream.java26 public int read () throws IOException { in read() method in FilterInputStream
30 public int read (byte b[]) throws IOException { in read() method in FilterInputStream
34 public int read (byte b[], int off, int len) throws IOException { in read() method in FilterInputStream
DReader.java87 public int read () throws IOException { in read() method in Reader
103 public int read (char buf[]) throws IOException { in read() method in Reader
115 public abstract int read (char buf[], int offset, int count) throws IOException; in read() method in Reader
/external/apache-http/src/org/apache/http/io/
DSessionInputBuffer.java54 int read(byte[] b, int off, int len) throws IOException; in read() method
56 int read(byte[] b) throws IOException; in read() method
58 int read() throws IOException; in read() method
/external/jetty/src/java/org/eclipse/jetty/server/
DHttpInput.java46 public int read() throws IOException in read() method in HttpInput
49 int read = read(bytes, 0, 1); in read() local
58 public int read(byte[] b, int off, int len) throws IOException in read() method in HttpInput
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/
DLimitedInputStream.java49 public int read() throws IOException { in read() method in LimitedInputStream
57 public int read(byte[] b) throws IOException { in read() method in LimitedInputStream
62 public int read(byte[] b, int off, int len) throws IOException { in read() method in LimitedInputStream
/external/archive-patcher/applier/src/test/java/com/google/archivepatcher/applier/
DLimitedInputStreamTest.java36 public int read() throws IOException { in read() method in LimitedInputStreamTest.ForeverInputStream
41 public int read(byte[] b) throws IOException { in read() method in LimitedInputStreamTest.ForeverInputStream
46 public int read(byte[] b, int off, int len) throws IOException { in read() method in LimitedInputStreamTest.ForeverInputStream
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
DTeeInputStream.java28 public int read(byte[] buf) in read() method in TeeInputStream
34 public int read(byte[] buf, int off, int len) in read() method in TeeInputStream
47 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/lzma/Java/Tukaani/src/org/tukaani/xz/
DSeekableFileInputStream.java54 public int read() throws IOException { in read() method in SeekableFileInputStream
61 public int read(byte[] buf) throws IOException { in read() method in SeekableFileInputStream
70 public int read(byte[] buf, int off, int len) throws IOException { in read() method in SeekableFileInputStream
DCountingInputStream.java26 public int read() throws IOException { in read() method in CountingInputStream
34 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountingInputStream
/external/apache-http/src/org/apache/http/impl/io/
DContentLengthInputStream.java143 public int read() throws IOException { in read() method in ContentLengthInputStream
167 public int read (byte[] b, int off, int len) throws java.io.IOException { in read() method in ContentLengthInputStream
192 public int read(byte[] b) throws IOException { in read() method in ContentLengthInputStream
DChunkedInputStream.java122 public int read() throws IOException { in read() method in ChunkedInputStream
150 public int read (byte[] b, int off, int len) throws IOException { in read() method in ChunkedInputStream
179 public int read (byte[] b) throws IOException { in read() method in ChunkedInputStream
DIdentityInputStream.java79 public int read() throws IOException { in read() method in IdentityInputStream
87 public int read(final byte[] b, int off, int len) throws IOException { in read() method in IdentityInputStream
/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.java219 public synchronized int read() throws IOException { in read() method in RecyclableBufferedInputStream
269 public synchronized int read(byte[] buffer, int offset, int byteCount) throws IOException { in read() method in RecyclableBufferedInputStream
300 int read; in read() local
386 long read = count - pos; in skip() local
/external/apache-http/src/org/apache/http/impl/conn/
DLoggingSessionInputBuffer.java76 public int read(byte[] b, int off, int len) throws IOException { in read() method in LoggingSessionInputBuffer
84 public int read() throws IOException { in read() method in LoggingSessionInputBuffer
92 public int read(byte[] b) throws IOException { in read() method in LoggingSessionInputBuffer
/external/apache-http/src/org/apache/http/conn/
DEofSensorInputStream.java140 public int read() throws IOException { in read() method in EofSensorInputStream
159 public int read(byte[] b, int off, int len) throws IOException { in read() method in EofSensorInputStream
178 public int read(byte[] b) throws IOException { in read() method in EofSensorInputStream
/external/guava/guava/src/com/google/common/io/
DCharSequenceReader.java62 public synchronized int read(CharBuffer target) throws IOException { in read() method in CharSequenceReader
76 public synchronized int read() throws IOException { in read() method in CharSequenceReader
82 public synchronized int read(char[] cbuf, int off, int len) throws IOException { in read() method in CharSequenceReader
/external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/
DGwtWorkarounds.java38 int read() throws IOException; in read() method
51 public int read() { in asCharInput() method
70 int read() throws IOException; in read() method
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLBIOSource.java63 public int read() throws IOException { in read() method in OpenSSLBIOSource.ByteBufferInputStream
77 public int read(byte[] buffer) throws IOException { in read() method in OpenSSLBIOSource.ByteBufferInputStream
84 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in OpenSSLBIOSource.ByteBufferInputStream
/external/marisa-trie/lib/marisa/
Dreader.h22 void read(T *obj) { in read() function
28 void read(T *objs, std::size_t num_objs) { in read() function
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dreader.h22 void read(T *obj) { in read() function
28 void read(T *objs, std::size_t num_objs) { in read() function
/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

12345678910>>...32