| /external/opencv3/3rdparty/openexr/IlmImf/ |
| D | ImfXdr.h | 328 write (T &out, bool v) in write() function 337 write (T &out, char v) in write() function 345 write (T &out, signed char v) in write() function 353 write (T &out, unsigned char v) in write() function 361 write (T &out, signed short v) in write() function 374 write (T &out, unsigned short v) in write() function 387 write (T &out, signed int v) in write() function 402 write (T &out, unsigned int v) in write() function 417 write (T &out, signed long v) in write() function 462 write (T &out, unsigned long v) in write() function [all …]
|
| /external/opencv3/modules/core/include/opencv2/core/ |
| D | persistence.hpp | 684 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 826 void write(FileStorage& fs, const _Tp& value) in write() function 832 void write( FileStorage& fs, const int& value ) in write() function [all …]
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/ |
| D | MemoryDataStore.java | 27 @Override public void write(int b) throws IOException { in outputAt() method 32 @Override public void write(byte[] b) throws IOException { in outputAt() method 38 @Override public void write(byte[] b, int off, int len) throws IOException { in outputAt() method 57 @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/clang/test/CodeGenCXX/ |
| D | bitfield.cpp | 168 unsigned read(S* s) { in read() function 183 void write(S* s, unsigned x) { in write() function 212 unsigned read(S* s) { in read() function 225 void write(S* s, unsigned x) { in write() function 251 unsigned read(S* s) { in read() function 264 void write(S* s, unsigned x) { in write() function 299 unsigned read(Base* s) { in read() function 317 void write(Base* s, unsigned x) { in write() function 344 unsigned read(U* u) { in read() function 357 void write(U* u, unsigned x) { in write() function [all …]
|
| /external/jetty/src/java/org/eclipse/jetty/util/ |
| D | IO.java | 74 Reader read; field in IO.Job 75 Writer write; field in IO.Job 84 Job(Reader read,Writer write) in Job() 501 public int read() throws IOException in read() method in IO.ClosedIS 535 public void write(char[]b){} in write() method in IO.NullWrite 537 public void write(char[]b,int o,int l){} in write() method in IO.NullWrite 539 public void write(int b){} in write() method in IO.NullWrite 541 public void write(String s){} in write() method in IO.NullWrite 543 public void write(String s,int o,int l){} in write() method in IO.NullWrite
|
| /external/javasqlite/src/main/java/SQLite/ |
| D | Blob.java | 99 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 201 public void write(int v) throws IOException { in write() method in BlobW 212 public void write(byte[] b) throws IOException { in write() method in BlobW 225 public void write(byte[] b, int off, int len) throws IOException { in write() method in BlobW 295 native int write(byte[] b, int off, int pos, int len) throws IOException; in write() method in Blob 306 native int read(byte[] b, int off, int pos, int len) throws IOException; in read() method in Blob
|
| /external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
| D | AtomicQueue.java | 45 int write = writeIndex.get(); in put() local 46 int read = readIndex.get(); in put() local 55 int read = readIndex.get(); in poll() local 56 int write = writeIndex.get(); in poll() local
|
| /external/webrtc/webrtc/system_wrappers/source/ |
| D | file_impl.cc | 50 WriteLockScoped write(*rw_lock_); in CloseFile() local 55 WriteLockScoped write(*rw_lock_); in Rewind() local 66 WriteLockScoped write(*rw_lock_); in SetMaxFileSize() local 72 WriteLockScoped write(*rw_lock_); in Flush() local 77 ReadLockScoped read(*rw_lock_); in FileName() local 97 ReadLockScoped read(*rw_lock_); in Open() local 103 WriteLockScoped write(*rw_lock_); in OpenFile() local 172 WriteLockScoped write(*rw_lock_); in OpenFromFileHandle() local 192 WriteLockScoped write(*rw_lock_); in Read() local 204 WriteLockScoped write(*rw_lock_); in WriteText() local [all …]
|
| /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 78 void write(byte b) throws IOException; in write() method 87 void write(char c) throws IOException; in write() method
|
| /external/fonttools/Lib/fontTools/ttLib/tables/ |
| D | otConverters.py | 67 def read(self, reader, font, tableDict): member in BaseConverter 71 def write(self, writer, font, tableDict, value, repeatIndex=None): member in BaseConverter 96 def read(self, reader, font, tableDict): member in Long 98 def write(self, writer, font, tableDict, value, repeatIndex=None): member in Long 102 def read(self, reader, font, tableDict): member in Version 106 def write(self, writer, font, tableDict, value, repeatIndex=None): member in Version 128 def read(self, reader, font, tableDict): member in Short 130 def write(self, writer, font, tableDict, value, repeatIndex=None): member in Short 134 def read(self, reader, font, tableDict): member in UShort 136 def write(self, writer, font, tableDict, value, repeatIndex=None): member in UShort [all …]
|
| /external/proguard/src/proguard/io/ |
| D | ManifestRewriter.java | 76 public int read() throws IOException in read() method in ManifestRewriter.SplitLineReader 117 public int read(char[] cbuf, int off, int len) throws IOException in read() method in ManifestRewriter.SplitLineReader 172 public void write(int c) throws IOException in write() method in ManifestRewriter.SplitLineWriter 197 public void write(char[] cbuf, int off, int len) throws IOException in write() method in ManifestRewriter.SplitLineWriter 206 public void write(String str, int off, int len) throws IOException in write() method in ManifestRewriter.SplitLineWriter
|
| /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/ |
| D | RandomAccessFile.java | 76 public int read () throws IOException { in read() method in RandomAccessFile 80 public int read (byte b[], int off, int len) throws IOException { in read() method in RandomAccessFile 84 public int read (byte b[]) throws IOException { in read() method in RandomAccessFile 100 public void write (int b) throws IOException { in write() method in RandomAccessFile 104 public void write (byte b[]) throws IOException { in write() method in RandomAccessFile 108 public void write (byte b[], int off, int len) throws IOException { in write() method in RandomAccessFile 276 public int read () throws IOException { in read() method in RandomAccessFile.RafInputStream 293 public void write (int b) throws IOException { in write() method in RandomAccessFile.RafOutputStream
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
| D | InputOutputExceptionTest.java | 49 public int read() throws IOException { in read() method in InputOutputExceptionTest.BrokenInputStream 54 public int read(byte[] bytes, int i, int i1) throws IOException { in read() method in InputOutputExceptionTest.BrokenInputStream 76 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in InputOutputExceptionTest.BrokenWriter
|
| /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/ |
| D | ResourceData.java | 81 public void write (Json json) { in write() method in ResourceData.SaveData 87 public void read (Json json, JsonValue jsonData) { in read() method in ResourceData.SaveData 103 public void write (Json json) { in write() method in ResourceData.AssetData 108 public void read (Json json, JsonValue jsonData) { in read() method in ResourceData.AssetData 193 public void write (Json json) { in write() method in ResourceData 201 public void read (Json json, JsonValue jsonData) { in read() method in ResourceData
|
| /external/opencv3/samples/cpp/tutorial_code/core/file_input_output/ |
| D | file_input_output.cpp | 28 void write(FileStorage& fs) const //Write serialization for this class in write() function in MyData 32 void read(const FileNode& node) //Read serialization for this class in read() function in MyData 45 static void write(FileStorage& fs, const std::string&, const MyData& x) in write() function 49 static void read(const FileNode& node, MyData& x, const MyData& default_value = MyData()){ in read() function
|
| /external/opencv3/modules/imgproc/test/ |
| D | test_cvtyuv.cpp | 59 virtual void write(Mat& gray, int row, int col, const uchar& val) in write() function in GRAYwriter 86 void write(Mat& rgb, int row, int col, const RGB& val) in write() function in RGB888Writer 96 void write(Mat& rgb, int row, int col, const RGB& val) in write() function in BGR888Writer 107 void write(Mat& rgb, int row, int col, const RGB& val) in write() function in RGBA8888Writer 118 void write(Mat& rgb, int row, int col, const RGB& val) in write() function in BGRA8888Writer 135 void write(Mat& yuv, int row, int col, const YUV& val) in write() function in YV12Writer 150 void write(Mat& yuv, int row, int col, const YUV& val) in write() function in I420Writer 178 YUV read(const Mat& yuv, int row, int col) in read() function in NV21Reader 191 YUV read(const Mat& yuv, int row, int col) in read() function 203 YUV read(const Mat& yuv, int row, int col) in read() function in YV12Reader [all …]
|
| /external/caliper/caliper/src/main/java/com/google/caliper/json/ |
| D | InstantTypeAdapter.java | 32 @Override public void write(JsonWriter out, Instant value) throws IOException { in write() method in InstantTypeAdapter 36 @Override public Instant read(JsonReader in) throws IOException { in read() method in InstantTypeAdapter
|
| /external/clang/test/OpenMP/ |
| D | atomic_messages.cpp | 39 T read() { in read() function 71 int read() { in read() function 102 T write() { in write() function 128 int write() { in write() function
|
| /external/opencv/cxcore/src/ |
| D | cximage.cpp | 147 bool CvImage::read( CvFileStorage* fs, const char* mapname, const char* imgname ) in read() function in CvImage 167 bool CvImage::read( CvFileStorage* fs, const char* seqname, int idx ) in read() function in CvImage 205 void CvImage::write( CvFileStorage* fs, const char* imgname ) in write() function in CvImage 300 bool CvMatrix::read( CvFileStorage* fs, const char* mapname, const char* matname ) in read() function in CvMatrix 320 bool CvMatrix::read( CvFileStorage* fs, const char* seqname, int idx ) in read() function in CvMatrix 358 void CvMatrix::write( CvFileStorage* fs, const char* matname ) in write() function in CvMatrix
|
| /external/libbrillo/brillo/streams/ |
| D | stream_utils.h | 74 inline Stream::AccessMode MakeAccessMode(bool read, bool write) { in MakeAccessMode()
|
| /external/v8/test/mjsunit/wasm/ |
| D | module-memory.js | 166 function read() { return module.geti(0, offset); } function 167 function write() { return module.geti(offset, 0); } function
|
| /external/caliper/caliper/src/main/java/com/google/caliper/bridge/ |
| D | OpenedSocket.java | 89 public Serializable read() throws IOException { in read() method in OpenedSocket.Reader 115 public void write(Serializable serializable) throws IOException { in write() method in OpenedSocket.Writer 148 @Override public void write(int b) throws IOException { in getOutputStream() method in OpenedSocket 152 @Override public void write(byte[] b) throws IOException { in getOutputStream() method in OpenedSocket 156 @Override public void write(byte[] b, int off, int len) throws IOException { in getOutputStream() method in OpenedSocket
|
| /external/opencv3/samples/cpp/ |
| D | filestorage.cpp | 41 void write(FileStorage& fs) const //Write serialization for this class in write() function 45 void read(const FileNode& node) //Read serialization for this class in read() function 55 static void write(FileStorage& fs, const std::string&, const MyData& x){ in write() function 58 static void read(const FileNode& node, MyData& x, const MyData& default_value = MyData()){ in read() function
|
| /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/ |
| D | AbsTransport.java | 56 public abstract int read(byte[] buffer, int offset, int length) throws IOException; in read() method in AbsTransport 67 public abstract void write(byte[] buffer) throws IOException; in write() method in AbsTransport 77 public abstract void write(int c) throws IOException; in write() method in AbsTransport
|
| D | ProcessTransport.java | 70 public int read(byte[] buffer, int start, int len) throws IOException { in read() method in ProcessTransport 95 public void write(byte[] buffer) throws IOException { in write() method in ProcessTransport 102 public void write(int c) throws IOException { in write() method in ProcessTransport
|