/external/qemu/android/utils/ |
lineinput.h | 17 /* A LineInput is used to read input text, one line at a time, 25 /* Read next line from input. The result is zero-terminated with 41 /* Returns the number of the last line read by lineInput_getLine */
|
/external/qemu/hw/ |
goldfish_pipe.h | 34 * now read()/write() to communicate with <pipeName> service in the 84 /* Same as sendBuffers when the guest is read()-ing from the pipe. */ 87 /* Called when guest wants to poll the read/write status for the pipe. 128 * further attempts to read or write to it will fail. This will not 151 #define PIPE_REG_STATUS 0x04 /* read */ 152 #define PIPE_REG_CHANNEL 0x08 /* read/write: channel id */ 153 #define PIPE_REG_SIZE 0x0c /* read/write: buffer size */ 155 #define PIPE_REG_WAKES 0x14 /* read: wake flags */ 156 /* read/write: parameter buffer address */ 165 #define PIPE_CMD_POLL 3 /* poll read/write status * [all...] |
/external/qemu/ |
hxtool | 6 while read -r str; do 23 while read -r str; do 63 while read -r str; do
|
/external/skia/include/utils/ |
SkFrontBufferedStream.h | 14 * stream APIs, once more than those bytes are read, no more buffering 31 virtual size_t read(void* buffer, size_t size) SK_OVERRIDE; 51 // Amount that has been buffered by calls to read. Will always be less than
|
/external/skia/include/utils/win/ |
SkIStream.h | 40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead); 78 * A minimal read-only IStream implementation which wraps an SkIStream. 94 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
|
/external/valgrind/main/memcheck/tests/ |
partial_load_ok.stderr.exp | 2 Invalid read of size 4 8 Invalid read of size 2 14 Invalid read of size 4
|
partial_load_ok.stderr.exp64 | 2 Invalid read of size 8 8 Invalid read of size 2 14 Invalid read of size 8
|
/frameworks/av/drm/libdrmframework/include/ |
ReadWriteUtils.h | 46 * @return Data read from the file 53 * @param[out] buffer Data read from the file 54 * @return Length of the data read from the file
|
/frameworks/base/docs/html/distribute/ |
index.jd | 24 <a href="{@docRoot}distribute/googleplay/about/visibility.html">Read More ?</a> 26 <a href="{@docRoot}distribute/googleplay/about/monetizing.html">Read More ?</a></li> 28 <a href="{@docRoot}distribute/googleplay/about/distribution.html">Read More ?</a></li>
|
/frameworks/base/docs/html/training/basics/data-storage/ |
index.jd | 20 <h2>You should also read</h2> 51 are generally read in order.</dd> 54 <dd>Learn to use a SQLite database to read and write structured data.</dd>
|
/hardware/qcom/msm8960/original-kernel-headers/media/ |
msm_gemini.h | 98 /* repeat n times for READ/WRITE */ 104 uint32_t data; /* for single READ/WRITE/WAIT, n = 1 */ 105 uint32_t *pdata; /* for multiple READ/WRITE/WAIT, n > 1 */
|
msm_mercury.h | 102 /* repeat n times for READ/WRITE */ 108 /* for single READ/WRITE/WAIT, n = 1 */ 110 uint32_t *pdata;/* for multiple READ/WRITE/WAIT, n > 1 */
|
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
msm_gemini.h | 107 /* repeat n times for READ/WRITE */ 113 uint32_t data; /* for single READ/WRITE/WAIT, n = 1 */ 114 uint32_t *pdata; /* for multiple READ/WRITE/WAIT, n > 1 */
|
msm_jpeg.h | 105 /* repeat n times for READ/WRITE */ 111 uint32_t data; /* for single READ/WRITE/WAIT, n = 1 */ 112 uint32_t *pdata; /* for multiple READ/WRITE/WAIT, n > 1 */
|
msm_mercury.h | 102 /* repeat n times for READ/WRITE */ 108 /* for single READ/WRITE/WAIT, n = 1 */ 110 uint32_t *pdata;/* for multiple READ/WRITE/WAIT, n > 1 */
|
/libcore/crypto/src/main/java/org/conscrypt/ |
OpenSSLBIOInputStream.java | 25 * InputStream. It allows an OpenSSL API to read directly from something more 53 inputByte = read(); 60 // If we haven't read anything yet, ignore CRLF.
|
/libcore/luni/src/main/java/java/nio/ |
NioUtils.java | 51 * Exposes the array backing a non-direct ByteBuffer, even if the ByteBuffer is read-only. 52 * Normally, attempting to access the array backing a read-only buffer throws. 60 * even if the ByteBuffer is read-only.
|
/libcore/luni/src/main/java/java/util/zip/ |
Checksum.java | 42 * the byte array from which to read the bytes. 44 * the initial position in {@code buf} to read the bytes from. 46 * the number of bytes to read from {@code buf}.
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldBufferedInputStreamTest.java | 43 is.read(); 45 fail("Test 1: Read failed on a freshly constructed buffer."); 108 is.read(); 141 is.read(buf1, 0, buf1.length); 143 is.read(buf2, 0, buf2.length); 156 is.read(buf2, 0, buf2.length); 172 int c = is.read(); 173 assertTrue("Test 1: Incorrect character read.", 184 // Read more bytes than are buffered. 186 assertEquals("Test 2: Incorrect byte read;", bytes[i], in.read()) [all...] |
OldStringReaderTest.java | 42 sr.read(buf, 0, -1); 48 sr.read(buf, -1, 1); 54 sr.read(buf, 1, testString.length());
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
ChannelsTest.java | 32 Channels.newInputStream(sourceChannel).read(); 40 * read in non-blocking mode. 45 Channels.newReader(sourceChannel, "UTF-8").read();
|
DatagramChannelTest.java | 30 dc.read(readOnly); 35 dc.read(new ByteBuffer[] { readOnly }); 40 dc.read(new ByteBuffer[] { readOnly }, 0, 1);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stropts.h | 41 #define I_SRDOPT (__SID | 6) /* Sets the read mode. */ 42 #define I_GRDOPT (__SID | 7) /* Returns the current read mode setting. */ 56 in the first message on the STREAM head read 77 band exists on the STREAM head read 80 message on the STREAM head read queue. */ 82 head read queue is "marked" by some module 95 #define FLUSHR 0x01 /* Flush read queues. */ 97 #define FLUSHRW 0x03 /* Flush read and write queues. */ 110 STREAM head read queue. */ 122 STREAM head read queue. * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stropts.h | 41 #define I_SRDOPT (__SID | 6) /* Sets the read mode. */ 42 #define I_GRDOPT (__SID | 7) /* Returns the current read mode setting. */ 56 in the first message on the STREAM head read 77 band exists on the STREAM head read 80 message on the STREAM head read queue. */ 82 head read queue is "marked" by some module 95 #define FLUSHR 0x01 /* Flush read queues. */ 97 #define FLUSHRW 0x03 /* Flush read and write queues. */ 110 STREAM head read queue. */ 122 STREAM head read queue. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stropts.h | 41 #define I_SRDOPT (__SID | 6) /* Sets the read mode. */ 42 #define I_GRDOPT (__SID | 7) /* Returns the current read mode setting. */ 56 in the first message on the STREAM head read 77 band exists on the STREAM head read 80 message on the STREAM head read queue. */ 82 head read queue is "marked" by some module 95 #define FLUSHR 0x01 /* Flush read queues. */ 97 #define FLUSHRW 0x03 /* Flush read and write queues. */ 110 STREAM head read queue. */ 122 STREAM head read queue. * [all...] |