| /external/glide/library/src/main/java/com/bumptech/glide/util/ |
| D | ExceptionCatchingInputStream.java | 71 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/apache-http/src/org/apache/http/io/ |
| D | SessionInputBuffer.java | 54 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/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/ |
| D | LimitedInputStream.java | 49 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/ |
| D | LimitedInputStreamTest.java | 36 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/conscrypt/common/src/jni/main/include/conscrypt/ |
| D | bio_input_stream.h | 32 int read(char *buf, int len) { in read() function 41 int read = read_internal(buf, len - 1, jniutil::openSslInputStream_readLineMethod); in gets() local 72 jint read = env->CallIntMethod(getStream(), method, javaBytes.get()); in read_internal() local
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/ |
| D | TeeInputStream.java | 28 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/ |
| 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/lzma/Java/Tukaani/src/org/tukaani/xz/ |
| D | SeekableFileInputStream.java | 54 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
|
| D | CountingInputStream.java | 26 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/brotli/java/org/brotli/wrapper/dec/ |
| D | BrotliInputStream.java | 48 public int read() throws IOException { in read() method in BrotliInputStream 59 public int read(byte[] b) throws IOException { in read() method in BrotliInputStream 64 public int read(byte[] b, int off, int len) throws IOException { in read() method in BrotliInputStream
|
| /external/apache-http/src/org/apache/http/impl/io/ |
| D | ContentLengthInputStream.java | 143 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
|
| D | IdentityInputStream.java | 79 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
|
| D | ChunkedInputStream.java | 122 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
|
| /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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowAssetInputStream.java | 36 protected int read() throws IOException { in read() method in ShadowAssetInputStream 41 protected int read(byte[] b) throws IOException { in read() method in ShadowAssetInputStream 46 protected int read(byte[] b, int off, int len) throws IOException { in read() method in ShadowAssetInputStream
|
| /external/apache-http/src/org/apache/http/impl/conn/ |
| D | LoggingSessionInputBuffer.java | 76 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/tensorflow/tensorflow/core/lib/io/ |
| D | random_inputstream_test.cc | 33 string read; in TEST() local 62 string read; in TEST() local 93 string read; in TEST() local
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
| D | RecyclableBufferedInputStream.java | 219 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/conn/ |
| D | EofSensorInputStream.java | 140 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/ |
| D | CharSequenceReader.java | 62 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/conscrypt/common/src/main/java/org/conscrypt/ |
| D | OpenSSLBIOSource.java | 66 public int read() throws IOException { in read() method in OpenSSLBIOSource.ByteBufferInputStream 80 public int read(byte[] buffer) throws IOException { in read() method in OpenSSLBIOSource.ByteBufferInputStream 87 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in OpenSSLBIOSource.ByteBufferInputStream
|
| /external/guava/guava-gwt/src-super/com/google/common/io/super/com/google/common/io/ |
| D | GwtWorkarounds.java | 38 int read() throws IOException; in read() method 51 public int read() { in asCharInput() method 70 int read() throws IOException; in read() method
|
| /external/annotation-tools/scene-lib/src/annotations/io/classfile/ |
| D | ClassFileReader.java | 168 public static void read(AScene scene, String fileName) in read() method in ClassFileReader 196 public static void read(AScene scene, InputStream in) in read() method in ClassFileReader 201 public static void read(AScene scene, ClassReader cr) { in read() method in ClassFileReader
|
| /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
|