Home
last modified time | relevance | path

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

12345678910>>...27

/external/opencv3/3rdparty/openexr/IlmImf/
DImfXdr.h607 read (T &in, bool &v) in read() function
618 read (T &in, char &v) in read() function
626 read (T &in, signed char &v) in read() function
634 read (T &in, unsigned char &v) in read() function
642 read (T &in, signed short &v) in read() function
655 read (T &in, unsigned short &v) in read() function
668 read (T &in, signed int &v) in read() function
683 read (T &in, unsigned int &v) in read() function
698 read (T &in, signed long &v) in read() function
739 read (T &in, unsigned long &v) in read() function
[all …]
/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/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/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/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
/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/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/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
/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/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/okhttp/okio/okio/src/main/java/okio/
DRealBufferedSource.java44 @Override public long read(Buffer sink, long byteCount) throws IOException { in read() method in RealBufferedSource
50 long read = source.read(buffer, Segment.SIZE); in read() local
101 @Override public int read(byte[] sink) throws IOException { in read() method in RealBufferedSource
121 @Override public int read(byte[] sink, int offset, int byteCount) throws IOException { in read() method in RealBufferedSource
125 long read = source.read(buffer, Segment.SIZE); in read() local
366 @Override public int read(byte[] data, int offset, int byteCount) throws IOException { in inputStream() method in RealBufferedSource
/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/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
DByteSource.java200 long read; in countByReading() local
254 public byte[] read() throws IOException { in read() method in ByteSource
276 public <T> T read(ByteProcessor<T> processor) throws IOException { in read() method in ByteSource
519 public byte[] read() { in read() method in ByteSource.ByteArrayByteSource
530 public <T> T read(ByteProcessor<T> processor) throws IOException { in read() method in ByteSource.ByteArrayByteSource
564 public byte[] read() { in read() method in ByteSource.EmptyByteSource
/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/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/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/fonttools/Lib/fontTools/ttLib/tables/
DotConverters.py67 def read(self, reader, font, tableDict): member in BaseConverter
96 def read(self, reader, font, tableDict): member in Long
102 def read(self, reader, font, tableDict): member in Version
128 def read(self, reader, font, tableDict): member in Short
134 def read(self, reader, font, tableDict): member in UShort
140 def read(self, reader, font, tableDict): member in UInt24
151 def read(self, reader, font, tableDict): member in Tag
157 def read(self, reader, font, tableDict): member in GlyphID
171 def read(self, reader, font, tableDict): member in DeciPoints
180 def read(self, reader, font, tableDict): member in Struct
[all …]
/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/sl4a/Utils/src/com/trilead/ssh2/
DStreamGobbler.java144 public int read() throws IOException { in read() method in StreamGobbler
183 public int read(byte[] b) throws IOException { in read() method in StreamGobbler
201 public int read(byte[] b, int off, int len) throws IOException { in read() method in StreamGobbler
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpConnection.java413 @Override public long read(Buffer sink, long byteCount) throws IOException { in read() method in HttpConnection.FixedLengthSource
418 long read = source.read(sink, Math.min(bytesRemaining, byteCount)); in read() local
454 @Override public long read(Buffer sink, long byteCount) throws IOException { in read() method in HttpConnection.ChunkedSource
464 long read = source.read(sink, Math.min(byteCount, bytesRemainingInChunk)); in read() local
510 @Override public long read(Buffer sink, long byteCount) in read() method in HttpConnection.UnknownLengthSource
516 long read = source.read(sink, byteCount); in read() local
/external/opencv3/modules/core/include/opencv2/core/
Dpersistence.hpp684 template<typename _Tp> static inline void read(const FileNode& node, Point_<_Tp>& value, const Poin… in read() function
690 template<typename _Tp> static inline void read(const FileNode& node, Point3_<_Tp>& value, const Poi… in read() function
697 template<typename _Tp> static inline void read(const FileNode& node, Size_<_Tp>& value, const Size_… in read() function
703 template<typename _Tp> static inline void read(const FileNode& node, Complex<_Tp>& value, const Com… in read() function
709 template<typename _Tp> static inline void read(const FileNode& node, Rect_<_Tp>& value, const Rect_… in read() function
716 template<typename _Tp, int cn> static inline void read(const FileNode& node, Vec<_Tp, cn>& value, c… in read() function
722 template<typename _Tp> static inline void read(const FileNode& node, Scalar_<_Tp>& value, const Sca… in read() function
729 static inline void read(const FileNode& node, Range& value, const Range& default_value) in read() function
993 void read(const FileNode& node, bool& value, bool default_value) in read() function
1001 void read(const FileNode& node, uchar& value, uchar default_value) in read() function
[all …]

12345678910>>...27