/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/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
|
D | AbstractSessionInputBuffer.java | 117 public int read() throws IOException { in read() method in AbstractSessionInputBuffer 128 public int read(final byte[] b, int off, int len) throws IOException { in read() method in AbstractSessionInputBuffer 148 public int read(final byte[] b) throws IOException { in read() method in AbstractSessionInputBuffer
|
/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/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/bouncycastle/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 | IndefiniteLengthInputStream.java | 50 public int read(byte[] b, int off, int len) in read() method in IndefiniteLengthInputStream 87 public int read() in read() method in IndefiniteLengthInputStream
|
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
|
/external/guava/src/com/google/common/io/ |
D | CountingInputStream.java | 48 @Override public int read() throws IOException { in read() method in CountingInputStream 56 @Override public int read(byte[] b, int off, int len) throws IOException { in read() method in CountingInputStream
|
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 | LimitInputStream.java | 59 @Override public int read() throws IOException { in read() method in LimitInputStream 71 @Override public int read(byte[] b, int off, int len) throws IOException { in read() method in LimitInputStream
|
D | LineReader.java | 74 int read = (reader != null) in readLine() local
|
/external/emma/core/java12/com/vladium/util/ |
D | ByteArrayIStream.java | 45 public final int read () in read() method in ByteArrayIStream 53 public final int read (final byte [] buf, final int offset, int length) in read() method in ByteArrayIStream
|
/external/proguard/src/proguard/io/ |
D | DataEntryReader.java | 37 public void read(DataEntry dataEntry) throws IOException; in read() method
|
D | JarReader.java | 48 public void read(DataEntry dataEntry) throws IOException in read() method in JarReader
|
D | ManifestRewriter.java | 75 public int read() throws IOException in read() method in ManifestRewriter.SplitLineReader 122 public int read(char[] cbuf, int off, int len) throws IOException in read() method in ManifestRewriter.SplitLineReader
|
D | FilteredDataEntryReader.java | 78 public void read(DataEntry dataEntry) in read() method in FilteredDataEntryReader
|
D | ClassRewriter.java | 51 public void read(DataEntry dataEntry) throws IOException in read() method in ClassRewriter
|
/external/oauth/core/src/main/java/net/oauth/client/ |
D | ExcerptInputStream.java | 23 int read; in ExcerptInputStream() local
|
/external/webkit/WebCore/platform/network/curl/ |
D | FormDataStreamCurl.cpp | 46 size_t FormDataStream::read(void* ptr, size_t blockSize, size_t numberOfBlocks) in read() function in WebCore::FormDataStream
|
/external/skia/src/images/ |
D | SkFDStream.cpp | 29 size_t SkFDStream::read(void* buffer, size_t size) { in read() function in SkFDStream
|