/external/chromium_org/sandbox/win/src/ |
service_resolver_32.cc | 184 SIZE_T read; local 186 sizeof(function_code), &read)) 189 if (sizeof(function_code) != read) 204 &ki_system_call, sizeof(ki_system_call), &read)) 207 if (sizeof(ki_system_call) != read) 297 SIZE_T read; local 299 sizeof(function_code), &read)) 302 if (sizeof(function_code) != read) 332 SIZE_T read; local 334 sizeof(function_code), &read)) 358 SIZE_T read; local 379 SIZE_T read; local 399 SIZE_T read; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/ |
ReverbAccumulationBuffer.h | 37 // writing/accumulating to it at different delay offsets from the read position. The read operation will zero the memory 38 // just read from the buffer, so it will be ready for accumulation the next time around. 43 // This will read from, then clear-out numberOfFrames 46 // Each ReverbConvolverStage will accumulate its output at the appropriate delay from the read position.
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/ |
BinaryStream.h | 29 void read(T *v, size_t num) function in class:gl::BinaryInputStream 55 void read(T * v) function in class:gl::BinaryInputStream 57 read(v, 1); 60 void read(std::string *v) function in class:gl::BinaryInputStream 63 read(&length);
|
/external/chromium_org/webkit/browser/blob/ |
local_file_stream_reader.h | 33 // |initial_offset| specifies the offset in the file where the first read 35 // read operation may error out with net::ERR_REQUEST_RANGE_NOT_SATISFIABLE. 40 // it does any succeeding read operations should fail with 49 virtual int Read(net::IOBuffer* buf, int buf_len, 57 // Callbacks that are chained from Open for Read.
|
/external/clang/include/clang/Serialization/ |
ASTDeserializationListener.h | 1 //===- ASTDeserializationListener.h - Decl/Type PCH Read Events -*- C++ -*-===// 41 /// \brief A macro was read from the AST file. 49 /// \brief A selector was read from the AST file. 51 /// \brief A macro definition was read from the AST file. 54 /// \brief A module definition was read from the AST file.
|
/external/kernel-headers/original/linux/ |
rcupdate.h | 2 * Read-Copy Update mechanism for mutual exclusion 28 * For detailed explanation of Read-Copy Update mechanism see - 87 * Per-CPU data for Read-Copy UPdate. 138 * rcu_read_lock - mark the beginning of an RCU read-side critical section. 141 * are within RCU read-side critical sections, then the 144 * on one CPU while other CPUs are within RCU read-side critical 149 * with RCU read-side critical sections. One way that this can happen 151 * read-side critical section, (2) CPU 1 invokes call_rcu() to register 152 * an RCU callback, (3) CPU 0 exits the RCU read-side critical section, 153 * (4) CPU 2 enters a RCU read-side critical section, (5) the RC [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_nv_ci.h | 34 /* Read Ready Event */ 84 ** read in the requested amount of data specified in the 86 ** when the requested number of bytes has been read. 88 ** Parameters num_bytes_read - number of bytes read into the buffer 89 ** specified in the read callout-function.
|
/external/libvpx/libvpx/test/ |
ivf_video_source.h | 48 // Allocate a buffer for read in the compressed video frame. 59 // Read file header 62 << "File header read failed."; 78 // Check frame header and read a frame from input_file. 90 << "Failed to read complete frame";
|
/external/openssh/ |
msg.c | 72 if (atomicio(read, fd, buf, sizeof(buf)) != sizeof(buf)) { 74 error("ssh_msg_recv: read: header"); 79 error("ssh_msg_recv: read: bad msg_len %u", msg_len); 84 if (atomicio(read, fd, buffer_ptr(m), msg_len) != msg_len) { 85 error("ssh_msg_recv: read: %s", strerror(errno));
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
fst.cpp | 51 // Check Fst magic number and read in Fst header. 52 bool FstHeader::Read(istream &strm, const string &source) { 56 LOG(ERROR) << "FstHeader::Read: Bad FST header: " << source; 69 LOG(ERROR) << "FstHeader::Read: read failed: " << source;
|
/frameworks/av/media/libnbaio/ |
PipeReader.cpp | 49 // read() is not multi-thread safe w.r.t. itself, so no mutex or atomic op needed to read mFront 62 ssize_t PipeReader::read(void *buffer, size_t count, int64_t readPTS) function in class:android::PipeReader 69 // but it will be caught at next read() 80 // We could re-read the rear pointer here to detect the corruption, but why bother?
|
/frameworks/av/media/libstagefright/ |
MediaAdapter.cpp | 57 // While read() is still waiting, we should signal it to finish. 77 status_t MediaAdapter::read( function in class:android::MediaAdapter 81 ALOGV("Read before even started!"); 86 ALOGV("waiting @ read()"); 91 ALOGV("read interrupted after stop");
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifReader.java | 44 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, method in class:ExifReader 73 if (buf.length == parser.read(buf)) { 76 Log.w(TAG, "Failed to read the compressed thumbnail"); 81 if (buf.length == parser.read(buf)) { 84 Log.w(TAG, "Failed to read the strip bytes");
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
ELFReloc.hxx | 30 // Archiver is in bad state before calling read function. 38 // Unable to read the structure. Return NULL. 43 // Rel read from archiver is not valid. Return NULL. 58 // Archiver is in bad state before calling read function. 71 // Rel read from archiver is not valid. Return NULL.
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifReader.java | 44 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, method in class:ExifReader 73 if (buf.length == parser.read(buf)) { 76 Log.w(TAG, "Failed to read the compressed thumbnail"); 81 if (buf.length == parser.read(buf)) { 84 Log.w(TAG, "Failed to read the strip bytes");
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifReader.java | 44 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, method in class:ExifReader 73 if (buf.length == parser.read(buf)) { 76 Log.w(TAG, "Failed to read the compressed thumbnail"); 81 if (buf.length == parser.read(buf)) { 84 Log.w(TAG, "Failed to read the strip bytes");
|
/packages/apps/Launcher3/src/com/android/gallery3d/exif/ |
ExifReader.java | 44 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, method in class:ExifReader 73 if (buf.length == parser.read(buf)) { 76 Log.w(TAG, "Failed to read the compressed thumbnail"); 81 if (buf.length == parser.read(buf)) { 84 Log.w(TAG, "Failed to read the strip bytes");
|
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifReader.java | 44 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, method in class:ExifReader 73 if (buf.length == parser.read(buf)) { 76 Log.w(TAG, "Failed to read the compressed thumbnail"); 81 if (buf.length == parser.read(buf)) { 84 Log.w(TAG, "Failed to read the strip bytes");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pg.h | 13 of read and write operations to the appropriate /dev/pgN device. 18 immediately by a read operation, to obtain any returned data and 19 status information. A read will fail if there is no operation 23 and in this case, no following read is expected, or permitted. 32 read and write buffers contain a single character "magic" flag.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pg.h | 13 of read and write operations to the appropriate /dev/pgN device. 18 immediately by a read operation, to obtain any returned data and 19 status information. A read will fail if there is no operation 23 and in this case, no following read is expected, or permitted. 32 read and write buffers contain a single character "magic" flag.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pg.h | 13 of read and write operations to the appropriate /dev/pgN device. 18 immediately by a read operation, to obtain any returned data and 19 status information. A read will fail if there is no operation 23 and in this case, no following read is expected, or permitted. 32 read and write buffers contain a single character "magic" flag.
|
/system/core/adb/ |
log_service.c | 35 /* get the name of the log filepath to read */ 44 // temp buffer to read the entries 55 // perror("logcat read"); 59 // fprintf(stderr, "read: Unexpected EOF!\n"); 63 /* NOTE: driver guarantees we read exactly one full entry */
|
test_track_devices.c | 39 int len2 = read(fd, buf, len); 75 /* read the OKAY answer */ 77 panic( "could not read request" ); 86 panic("could not read length"); 92 panic("could not read data");
|
test_track_jdwp.c | 39 int len2 = read(fd, buf, len); 75 /* read the OKAY answer */ 77 panic( "could not read request" ); 86 panic("could not read length"); 92 panic("could not read data");
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
AbstractFsObject.java | 32 * Holds the read-only state of this object. 43 * and have the specified read-only state. 45 * @param readOnly if the new object will be read-only 90 * writable if it is both, valid and not read-only. 93 * @throws ReadOnlyException if this object was created with the read-only
|