Home
last modified time | relevance | path

Searched +defs:read +defs:write (Results 1 – 25 of 172) sorted by relevance

1234567

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
DMemoryDataStore.java27 @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/
Dbitfield.cpp168 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/
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
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/
Dfile_impl.cc49 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/
DotConverters.py67 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/
DManifestRewriter.java76 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/
DByteBufferByteChannel.java33 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/
Dcximage.cpp147 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/
DScalingList.java40 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
DPictureParameterSet.java82 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/
DRegisterContextPOSIX.h63 bool read, bool write, in SetHardwareWatchpointWithIndex()
/external/lldb/source/Utility/
DKQueue.cpp63 KQueue::AddFDEvent (int fd, bool read, bool write, bool vnode) in AddFDEvent()
/external/zlib/src/contrib/iostream2/
Dzstream.h87 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/
Dcallback.h170 FLAC__IOCallback_Read read; member
171 FLAC__IOCallback_Write write; member
/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipeline.java131 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/
DHttpConnection.java280 @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/
DIOExtensions.cs73 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/
DIOExtensions.cs75 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/
Dunistd.h22 #define read _read macro
23 #define write _write macro
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp788 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/
DBinaryStream.h122 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/
DphDal4Nfc_link.h55 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/
DByteStringTest.java310 @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/
Dserver.js24 read: function(callback) { method in Stream
30 write: function(output) { method in Stream
/external/emma/core/java12/com/vladium/emma/data/
DDataFactory.java302 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

1234567