Searched defs:read (Results 226 - 250 of 531) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp70 # if defined(read) // read being defined as cma_read causes trouble with iostream::read
71 # undef read macro
/external/javassist/src/main/javassist/bytecode/
H A DMethodInfo.java86 read(in);
111 read(src, methodname, classnameMap);
499 private void read(MethodInfo src, String methodname, Map classnames) method in class:MethodInfo
520 private void read(DataInputStream in) throws IOException { method in class:MethodInfo
527 attribute.add(AttributeInfo.read(constPool, in));
/external/libvorbis/lib/
H A Dcodebook.c284 int read=book->dec_maxlength; local
302 lok = oggpack_look(b, read);
304 while(lok<0 && read>1)
305 lok = oggpack_look(b, --read);
319 if(book->dec_codelengths[lo]<=read){
325 oggpack_adv(b, read);
331 matches using different criteria; we simply read and map. There are
/external/libvpx/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h94 /** User supplied read callback.
95 @param buffer Buffer to read data into.
101 int (* read)(void * buffer, size_t length, void * userdata); member in struct:__anon24826
151 read forward in the stream processing all elements until the first
156 @param max_offset Optional maximum offset to be read. Set -1 to ignore.
191 @param max_offset Optional maximum offset to be read. Set -1 to ignore.
285 @retval 1 Additional packets may be read in subsequent calls.
/external/lldb/source/Host/common/
H A DFile.cpp194 const bool read = options & eOpenOptionRead; local
198 if (read)
215 else if (read)
480 bytes_read = ::read (m_descriptor, buf, num_bytes);
618 // Make sure we read exactly what we asked for and if we got
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp215 RegisterContextThreadMemory::SetHardwareWatchpoint (lldb::addr_t addr, size_t size, bool read, bool write) argument
219 return m_reg_ctx_sp->SetHardwareWatchpoint(addr, size, read, write);
/external/llvm/include/llvm/Support/
H A DEndian.h10 // This file declares generic functions to read and write endian specific data.
49 inline value_type read(const void *memory) { function in namespace:llvm::support::endian
63 value_type ret = read<value_type, endian, alignment>(memory);
87 return endian::read<value_type, endian, alignment>(
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dcompat.hpp220 read(char *p, size_t n) { function in class:clover::compat::istream
/external/mesa3d/src/glx/
H A Dindirect_glx.c65 GLXDrawable draw, GLXDrawable read,
72 if (draw == read) {
97 req->readdrawable = read;
113 req->readable = read;
129 GLXDrawable draw, GLXDrawable read)
144 SendMakeCurrentRequest(dpy, opcode, gc->xid, tag, draw, read, &reply);
63 SendMakeCurrentRequest(Display * dpy, CARD8 opcode, GLXContextID gc_id, GLXContextTag gc_tag, GLXDrawable draw, GLXDrawable read, xGLXMakeCurrentReply * reply) argument
128 indirect_bind_context(struct glx_context *gc, struct glx_context *old, GLXDrawable draw, GLXDrawable read) argument
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DReflectUtils.java280 public static Method[] getPropertyMethods(PropertyDescriptor[] properties, boolean read, boolean write) { argument
284 if (read) {
307 private static PropertyDescriptor[] getPropertiesHelper(Class type, boolean read, boolean write) { argument
311 if (read && write) {
317 if ((read && pd.getReadMethod() != null) ||
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DPictureParameterSet.java23 import com.googlecode.mp4parser.h264.read.CAVLCReader;
82 public static PictureParameterSet read(byte[] b) throws IOException { method in class:PictureParameterSet
83 return read(new ByteArrayInputStream(b));
86 public static PictureParameterSet read(InputStream is) throws IOException { method in class:PictureParameterSet
172 .read(reader, 16);
175 .read(reader, 64);
H A DSeqParameterSet.java23 import com.googlecode.mp4parser.h264.read.CAVLCReader;
77 public static SeqParameterSet read(InputStream is) throws IOException { method in class:SeqParameterSet
182 sps.scalingMatrix.ScalingList4x4[i] = ScalingList.read(
185 sps.scalingMatrix.ScalingList8x8[i - 6] = ScalingList.read(
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DSpdyTransport.java265 @Override public long read(OkBuffer sink, long byteCount) method in class:SpdyTransport.SpdySource
271 long read = source.read(sink, byteCount);
272 if (read == -1) {
281 Okio.copy(sink, sink.size() - read, read, cacheBody);
284 return read;
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyStream.java40 * SpdyDataSource#read}), but not yet acknowledged by sending a {@code
362 @Override public long read(OkBuffer sink, long byteCount) method in class:SpdyStream.SpdyDataSource
366 long read;
372 // Move bytes from the read buffer into the caller's buffer.
373 read = readBuffer.read(sink, Math.min(byteCount, readBuffer.size()));
376 unacknowledgedBytesRead += read;
386 connection.unacknowledgedBytesRead += read;
394 return read;
399 * a {@link SocketTimeoutException} if the read timeou
[all...]
/external/okhttp/okio/src/main/java/okio/
H A DOkBuffer.java99 @Override public int read() {
103 @Override public int read(byte[] sink, int offset, int byteCount) {
104 return OkBuffer.this.read(sink, offset, byteCount);
363 /** Like {@link InputStream#read}. */
364 int read(byte[] sink, int offset, int byteCount) { method in class:OkBuffer
607 @Override public long read(OkBuffer sink, long byteCount) { method in class:OkBuffer
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzguts.h42 # define read _read macro
196 int past; /* true if read requested past end */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshglob.c14 /* this file you indicate that you have read the license and */
142 FT_Short* read,
161 /* read blue zone entry, and select target top/bottom zone */
165 reference = read[1];
166 delta = read[0] - reference;
174 reference = read[0];
175 delta = read[1] - reference;
222 read += 2;
230 /* Re-read blue zones from the original fonts and store them into out */
257 /* read th
139 psh_blues_set_zones_0( PSH_Blues target, FT_Bool is_others, FT_UInt read_count, FT_Short* read, PSH_Blue_Table top_table, PSH_Blue_Table bot_table ) argument
664 FT_Short* read; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dsfobjs.c13 /* this file you indicate that you have read the license and */
55 FT_Byte* read = (FT_Byte*)entry->string; local
66 code = FT_NEXT_USHORT( read );
92 FT_Byte* read = (FT_Byte*)entry->string; local
103 code = *read++;
417 /* now read the offsets of each font in the file */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftsmooth.c13 /* this file you indicate that you have read the license and */
348 FT_Byte* read = bitmap->buffer + ( height - height_org ) * pitch; local
355 ft_memcpy( write, read, pitch );
358 ft_memcpy( write, read, pitch );
361 ft_memcpy( write, read, pitch );
363 read += pitch;
/external/qemu/distrib/zlib-1.2.8/
H A Dgzguts.h40 # define read _read macro
180 int past; /* true if read requested past end */
/external/skia/include/core/
H A DSkReader32.h96 void read(void* dst, size_t size) { function in class:SkReader32
/external/skia/src/core/
H A DSkFontStream.cpp39 static bool read(SkStream* stream, void* buffer, size_t amount) { function
40 return stream->read(buffer, amount) == amount;
60 if (!read(stream, header, sizeof(SkSharedTTHeader))) {
75 if (ttcIndex > 0) { // need to read more of the shared header
79 if (!read(stream, header, amount)) {
89 if (!read(stream, header, sizeof(SkSFNTHeader))) {
129 return read(stream, fDir, size);
142 if (!read(stream, &shared, sizeof(shared))) {
202 if (!read(stream, data, length)) {
/external/skia/src/utils/win/
H A DSkDWriteFontFileStream.cpp33 size_t SkDWriteFontFileStream::read(void* buffer, size_t size) { function in class:SkDWriteFontFileStream
59 //The read may have failed because we asked for too much data.
66 size_t read = fileSize - fPos; local
67 hr = fFontFileStream->ReadFileFragment(&start, fPos, read, &fragmentLock);
69 memcpy(buffer, start, read);
72 return read;
209 if (fStream->read(streamData.get(), static_cast<size_t>(fragmentSize)) != fragmentSize) {
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
H A DInBandBytestreamSession.java240 /* pointer to the next byte to read from buffer */
252 /* timeout for read operations */
278 public synchronized int read() throws IOException { method in class:InBandBytestreamSession.IBBInputStream
281 // if nothing read yet or whole buffer has been read fill buffer
293 public synchronized int read(byte[] b, int off, int len) throws IOException { method in class:InBandBytestreamSession.IBBInputStream
307 // if nothing read yet or whole buffer has been read fill buffer
326 public synchronized int read(byte[] b) throws IOException { method in class:InBandBytestreamSession.IBBInputStream
327 return read(
[all...]
/external/tcpdump/
H A Dtcpdump-stdinc.h66 #define read _read macro

Completed in 6442 milliseconds

1234567891011>>