/external/kernel-headers/original/linux/ |
ppdev.h | 19 /* Set mode for read/write (e.g. IEEE1284_MODE_EPP) */ 22 /* Read status */ 26 /* Read/write control */ 36 /* Read/write data */ 40 /* Read/write econtrol (not used) */ 44 /* Read/write FIFO (not used) */
|
/external/lzma/CPP/7zip/Common/ |
LimitedStreams.cpp | 8 STDMETHODIMP CLimitedSequentialInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
15 result = _stream->Read(data, sizeToRead, &realProcessedSize);
25 STDMETHODIMP CLimitedInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
40 HRESULT res = _stream->Read(data, size, &size);
62 STDMETHODIMP CClusterInStream::Read(void *data, UInt32 size, UInt32 *processedSize)
90 HRESULT res = Stream->Read(data, size, &size);
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
AbstractHttpInputStream.java | 28 * <p>Since a single socket's input stream may be used to read multiple HTTP 59 * read() is implemented using read(byte[], int, int) so subclasses only 62 @Override public final int read() throws IOException { method in class:AbstractHttpInputStream 94 * cannot be read to completion, subsequent messages cannot be read
|
/external/openfst/src/lib/ |
symbol-table-ops.cc | 107 if (!hdr.Read(in, filename)) { 108 LOG(ERROR) << "FstReadSymbols: Couldn't read header from " << filename; 112 SymbolTable *isymbols = SymbolTable::Read(in, filename); 114 LOG(ERROR) << "FstReadSymbols: Could not read input symbols from " 124 SymbolTable *osymbols = SymbolTable::Read(in, filename); 126 LOG(ERROR) << "FstReadSymbols: Could not read output symbols from "
|
/external/openfst/src/script/ |
fst-class.cc | 51 if (!hdr.Read(in, fname)) { 72 FstClass *FstClass::Read(const string &fname) { 81 FstClass *FstClass::Read(istream &istr, const string &source) { 89 MutableFstClass *MutableFstClass::Read(const string &fname, bool convert) { 98 FstClass *ifst = FstClass::Read(fname); 135 VectorFstClass *VectorFstClass::Read(const string &fname) {
|
/external/oprofile/events/avr32/ |
events | 13 event:0x0a counters:1,2 um:zero minimum:500 name:DCACHE_READ_MISS : data cache read miss 14 event:0x0b counters:1,2 um:zero minimum:500 name:CYCLES_DCACHE_READ_MISS : cycles stalled due to data cache read miss 17 event:0x0e counters:1,2 um:zero minimum:500 name:READ_ACCESS : read access 18 event:0x0f counters:1,2 um:zero minimum:500 name:CYCLES_READ_ACCESS : cycles when read access is ongoing 19 event:0x10 counters:1,2 um:zero minimum:500 name:CACHE_STALL : read or write access that stalled 20 event:0x11 counters:1,2 um:zero minimum:500 name:CYCLES_CACHE_STALL : cycles stalled doing read or write access
|
/external/oprofile/libutil++/ |
child_reader.h | 6 * @remark Read the file COPYING 21 * a class to read stdout / stderr from a child process. 23 * two interfaces are provided. read line by line: getline() or read all data 32 * child. in this case child stderr is acumulated in buf2 and can be read 101 // if caller read only stdout of the child.
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
FileUtils.java | 47 * @param fileName non-null; name of the file to read 60 * @param file non-null; the file to read 72 * @param file non-null; the file to read 74 * @param length the number of bytes to read, or -1 to read to the 130 int amt = in.read(result, at, length);
|
/frameworks/av/include/media/stagefright/ |
MediaSource.h | 39 // Any blocking read call returns immediately with a result of NO_INIT. 59 virtual status_t read( 62 // Options that modify read() behaviour. The default is to 97 // until a subsequent read-with-seek. Currently only supported by 104 // are to be returned exclusively in response to read calls. 106 // first read() call.
|
/libcore/crypto/src/main/java/org/conscrypt/ |
ServerHello.java | 88 server_version[0] = (byte) in.read(); 89 server_version[1] = (byte) in.read(); 93 in.read(session_id, 0, size); 94 byte b0 = (byte) in.read(); 95 byte b1 = (byte) in.read(); 97 compression_method = (byte) in.read();
|
/libcore/luni/src/main/java/java/nio/ |
PipeImpl.java | 78 public int read(ByteBuffer buffer) throws IOException { method in class:PipeImpl.PipeSourceChannel 79 return channel.read(buffer); 82 public long read(ByteBuffer[] buffers) throws IOException { method in class:PipeImpl.PipeSourceChannel 83 return channel.read(buffers); 86 public long read(ByteBuffer[] buffers, int offset, int length) throws IOException { method in class:PipeImpl.PipeSourceChannel 87 return channel.read(buffers, offset, length);
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldUnixSocketTest.java | 34 // Simple read/write test over the IO streams 49 in.read(); 55 clientIn.read(new byte[42]); 58 int i = clientIn.read(); 66 clientIn.read(); 72 clientIn.read(new byte[5]);
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
JPEGInputStream.java | 91 public int read() throws IOException { method in class:JPEGInputStream 92 read(mTmpBuffer, 0, 1); method 97 public int read(byte[] buffer) throws IOException { method in class:JPEGInputStream 98 return read(buffer, 0, buffer.length); 102 public int read(byte[] buffer, int offset, int count) throws IOException { method in class:JPEGInputStream 172 throw new IllegalArgumentException("Bad arguments to read");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ppdev.h | 19 /* Set mode for read/write (e.g. IEEE1284_MODE_EPP) */ 22 /* Read status */ 26 /* Read/write control */ 36 /* Read/write data */ 40 /* Read/write econtrol (not used) */ 44 /* Read/write FIFO (not used) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ppdev.h | 19 /* Set mode for read/write (e.g. IEEE1284_MODE_EPP) */ 22 /* Read status */ 26 /* Read/write control */ 36 /* Read/write data */ 40 /* Read/write econtrol (not used) */ 44 /* Read/write FIFO (not used) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ppdev.h | 19 /* Set mode for read/write (e.g. IEEE1284_MODE_EPP) */ 22 /* Read status */ 26 /* Read/write control */ 36 /* Read/write data */ 40 /* Read/write econtrol (not used) */ 44 /* Read/write FIFO (not used) */
|
/system/core/libcutils/ |
android_reboot.c | 45 /* If we can't read /proc/mounts, just give up */ 68 /* Remounting filesystems read-only is difficult when there are files 71 * 'u' command does an emergency remount read-only on all writable filesystems 73 * emergency_remount(), which knows how to force the remount to read-only. 75 * returns. The best way to determine if it is done is to read /proc/mounts 83 /* Trigger the remount of the filesystems as read-only,
|
/external/proguard/src/proguard/classfile/io/ |
ProgramClassReader.java | 75 // Read and check the magic number. 80 // Read and check the version numbers. 89 // Read the constant pool. Note that the first entry is not used. 109 // Read the general class information. 114 // Read the interfaces. 123 // Read the fields. 134 // Read the methods. 145 // Read the class attributes. 167 // Read the general field information. 172 // Read the field attributes [all...] |
/cts/suite/audio_quality/lib/src/ |
SignalProcessingImpl.cpp | 159 if (!read((char*)header, sizeof(header))) { 160 LOGE("read failed"); 181 if (!read((char*)&type, sizeof(type))) { 182 LOGE("read failed"); 187 if (!read((char*)&dataLen, sizeof(dataLen))) { 188 LOGE("read failed"); 213 if (!read((*buffer)->getData(), dataLen)) { 214 LOGE("read failed"); 223 if (!read((char*)val->getPtr(), sizeof(int64_t))) { 224 LOGE("read failed") 247 bool SignalProcessingImpl::read(char* data, int len) function in class:SignalProcessingImpl [all...] |
/cts/tests/tests/content/src/android/content/res/cts/ |
RawResourceTest.java | 48 while ((readCount = is.read(buffer, 0, buffer.length)) > 0) { 58 readCount = is.read(buffer, 0, buffer.length); 62 readCount = is.read(buffer, buffer.length, 0);
|
/device/asus/deb/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 */
|
/device/asus/flo/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 */
|
/device/asus/grouper/ |
releasetools.py | 22 bootloader_bin = info.input_zip.read("RADIO/bootloader.raw") 31 target_bootloader_bin = info.target_zip.read("RADIO/bootloader.raw") 33 source_bootloader_bin = info.source_zip.read("RADIO/bootloader.raw")
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t018llstar.py | 16 cStream = antlr3.StringStream(open(inputPath).read()) 25 testOutput = open(outputPath).read() 44 ## input = open(inputPath).read()
|
/external/chromium/net/base/ |
static_cookie_policy.h | 33 // Block all cookies (third-party or not) from begin set or read. 35 // Prevent only third-party cookies from being set or read. 55 // whether the URL's cookies can be read.
|