| /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/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/chromium_org/third_party/webrtc/system_wrappers/source/ |
| D | file_impl.cc | 49 WriteLockScoped write(*rw_lock_); in CloseFile() local 54 WriteLockScoped write(*rw_lock_); in Rewind() local 65 WriteLockScoped write(*rw_lock_); in SetMaxFileSize() local 71 WriteLockScoped write(*rw_lock_); in Flush() local 76 ReadLockScoped read(*rw_lock_); in FileName() local 96 ReadLockScoped read(*rw_lock_); in Open() local 102 WriteLockScoped write(*rw_lock_); in OpenFile() local 171 WriteLockScoped write(*rw_lock_); in OpenFromFileHandle() local 191 WriteLockScoped write(*rw_lock_); in Read() local 206 WriteLockScoped write(*rw_lock_); in WriteText() local [all …]
|
| /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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
| D | ByteBufferByteChannel.java | 33 public int read(ByteBuffer dst) throws IOException { in read() method in ByteBufferByteChannel 51 public int write(ByteBuffer src) throws IOException { in write() method in ByteBufferByteChannel
|
| /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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
| D | ScalingList.java | 40 public void write(CAVLCWriter out) throws IOException { in write() method in ScalingList 57 public static ScalingList read(CAVLCReader is, int sizeOfScalingList) in read() method in ScalingList
|
| D | PictureParameterSet.java | 82 public static PictureParameterSet read(byte[] b) throws IOException { in read() method in PictureParameterSet 86 public static PictureParameterSet read(InputStream is) throws IOException { in read() method in PictureParameterSet 189 public void write(OutputStream out) throws IOException { in write() method in PictureParameterSet
|
| /external/lldb/source/Plugins/Process/POSIX/ |
| D | RegisterContextPOSIX.h | 63 bool read, bool write, in SetHardwareWatchpointWithIndex()
|
| /external/lldb/source/Utility/ |
| D | KQueue.cpp | 63 KQueue::AddFDEvent (int fd, bool read, bool write, bool vnode) in AddFDEvent()
|
| /external/zlib/src/contrib/iostream2/ |
| D | zstream.h | 87 int read(void* buf, size_t len) { in read() function 115 inline int read(izstream& zs, T* x, Items items) { in read() function 208 int write(const void* buf, size_t len) { in write() function 264 inline int write(ozstream& zs, const T* x, Items items) { in write() function
|
| /external/flac/include/FLAC/ |
| D | callback.h | 170 FLAC__IOCallback_Read read; member 171 FLAC__IOCallback_Write write; member
|
| /external/nist-sip/java/gov/nist/javax/sip/parser/ |
| D | Pipeline.java | 131 public void write(byte[] bytes, int start, int length) throws IOException { in write() method in Pipeline 142 public void write(byte[] bytes) throws IOException { in write() method in Pipeline 162 public int read() throws IOException { in read() method in Pipeline
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
| D | HttpConnection.java | 280 @Override public void write(OkBuffer source, long byteCount) throws IOException { in write() method in HttpConnection.FixedLengthSink 325 @Override public void write(OkBuffer source, long byteCount) throws IOException { in write() method in HttpConnection.ChunkedSink 436 @Override public long read(OkBuffer sink, long byteCount) in read() method in HttpConnection.FixedLengthSource 442 long read = source.read(sink, Math.min(bytesRemaining, byteCount)); in read() local 484 @Override public long read( in read() method in HttpConnection.ChunkedSource 495 long read = source.read(sink, Math.min(byteCount, bytesRemainingInChunk)); in read() local 551 @Override public long read(OkBuffer sink, long byteCount) in read() method in HttpConnection.UnknownLengthSource 557 long read = source.read(sink, byteCount); in read() local
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
| D | IOExtensions.cs | 73 public static void write<T>( this TextWriter writer, T value ) in write() method in Antlr.Runtime.JavaExtensions.IOExtensions 79 public static int read( this TextReader reader, char[] buffer, int index, int count ) in read() method in Antlr.Runtime.JavaExtensions.IOExtensions
|
| /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
| D | IOExtensions.cs | 75 public static void write<T>( this TextWriter writer, T value ) in write() method in Antlr.Runtime.JavaExtensions.IOExtensions 81 public static int read( this TextReader reader, char[] buffer, int index, int count ) in read() method in Antlr.Runtime.JavaExtensions.IOExtensions
|
| /external/e2fsprogs/include/nonunix/ |
| D | unistd.h | 22 #define read _read macro 23 #define write _write macro
|
| /external/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationServer.cpp | 788 const bool read = false; in Handle_QSetSTDIN() local 789 const bool write = true; in Handle_QSetSTDIN() local 805 const bool read = true; in Handle_QSetSTDOUT() local 806 const bool write = false; in Handle_QSetSTDOUT() local 822 const bool read = true; in Handle_QSetSTDERR() local 823 const bool write = false; in Handle_QSetSTDERR() local
|
| /external/chromium_org/third_party/angle/src/libGLESv2/ |
| D | BinaryStream.h | 122 void read(T *v, size_t num) in read() function 139 void read(T *v) in read() function 188 void write(const T *v, size_t num) in write() function
|
| /external/libnfc-nxp/Linux_x86/ |
| D | phDal4Nfc_link.h | 55 phDal4Nfc_link_read_CB_t read; member 56 phDal4Nfc_link_write_CB_t write; member
|
| /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
| D | ByteStringTest.java | 310 @Override public int read() throws IOException { in read() method in ByteStringTest.FailStream 325 @Override public int read() { in read() method in ByteStringTest.ReluctantStream 333 @Override public int read(byte[] buf) { in read() method in ByteStringTest.ReluctantStream 337 @Override public int read(byte[] buf, int offset, int size) { in read() method in ByteStringTest.ReluctantStream 364 public int read(byte[] buf, int off, int len) { in read() method in ByteStringTest.EvilInputStream 377 public int read() { in read() method in ByteStringTest.EvilInputStream 388 public void write(byte[] buf, int off, int len) { in write() method in ByteStringTest.EvilOutputStream 395 public void write(int ignored) { in write() method in ByteStringTest.EvilOutputStream
|
| /external/chromium_org/chrome/test/ext_auto/auto_provider/ |
| D | server.js | 24 read: function(callback) { method in Stream 30 write: function(output) { method in Stream
|
| /external/emma/core/java12/com/vladium/emma/data/ |
| D | DataFactory.java | 302 public final int read () throws IOException in read() method in DataFactory.RandomAccessFileInputStream 310 public final int read (final byte [] b, final int off, final int len) in read() method in DataFactory.RandomAccessFileInputStream 319 public final int read (final byte [] b) throws IOException in read() method in DataFactory.RandomAccessFileInputStream 349 public final void write (final byte [] b, final int off, final int len) throws IOException in write() method in DataFactory.RandomAccessFileOutputStream 355 public final void write (final byte [] b) throws IOException in write() method in DataFactory.RandomAccessFileOutputStream 361 public final void write (final int b) throws IOException in write() method in DataFactory.RandomAccessFileOutputStream
|