Searched refs:Read (Results 476 - 500 of 1395) sorted by last modified time

<<11121314151617181920>>

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc195 int bytes = Read(junk, min(count - skipped,
239 // Read new data into the buffer.
240 buffer_used_ = copying_stream_->Read(buffer_.get(), buffer_size_);
244 // Read error (not EOF).
H A Dzero_copy_stream_impl_lite.h173 // bytes read. Read() waits until at least one byte is available, or
176 virtual int Read(void* buffer, int size) = 0;
182 // The default implementation just repeatedly calls Read() into a scratch
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure1587 --with-hints=FILE Read configuration options from FILE
H A Dconfigure.ac191 AC_HELP_STRING([--with-hints=FILE],[Read configuration options from FILE]),
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc150 // Read corresponding physical page.
152 // TODO(dmikurube): Read pagemap in bulk for speed.
154 if (Read(&state, pageframe_type_ != DUMP_NO_PAGEFRAME) == false) {
244 bool DeepHeapProfile::MemoryInfoGetterLinux::Read( function in class:DeepHeapProfile::MemoryInfoGetterLinux
H A Ddeep-heap-profile.h228 bool Read(State* state, bool get_pfn) const;
H A Dpprof182 --add_lib=<file> Read additional symbols and line info from the given library
583 # Read one profile, pick the last item on the list
1833 # Read all lines from the file
3517 # Read the first two slots to figure out bitsize and endianness.
3718 # Read the symbol section of the symbolized profile file.
3720 # Read the next line to get the header for the remaining profile.
3805 # Read header. The current header version is a 5-element structure
3977 # Read the /proc/self/maps data
3986 # Read /proc/self/maps data as formatted by DumpAddressMap()
4003 # Read entr
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof182 --add_lib=<file> Read additional symbols and line info from the given library
583 # Read one profile, pick the last item on the list
1833 # Read all lines from the file
3517 # Read the first two slots to figure out bitsize and endianness.
3718 # Read the symbol section of the symbolized profile file.
3720 # Read the next line to get the header for the remaining profile.
3805 # Read header. The current header version is a 5-element structure
3977 # Read the /proc/self/maps data
3986 # Read /proc/self/maps data as formatted by DumpAddressMap()
4003 # Read entr
[all...]
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
H A Dfile_io.cc123 // Read the rest of the message as the file text
227 // FileIO.Read() can only handle int32 sizes
238 bytes_read = file.Read(offset,
/external/chromium_org/native_client_sdk/src/examples/api/socket/
H A Decho_server.cc121 status << "server: Read failed: " << result;
132 status << "server: Read " << result << " bytes";
163 incoming_socket_.Read(receive_buffer_, kBufferSize, callback);
H A Dsocket.cc271 tcp_socket_.Read(receive_buffer_, kBufferSize, callback);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.cc41 virtual Error Read(const HandleAttr& attr,
68 virtual Error Read(const HandleAttr& attr,
82 virtual Error Read(const HandleAttr& attr,
111 Error NullNode::Read(const HandleAttr& attr, function in class:nacl_io::__anon8913::NullNode
161 Error ZeroNode::Read(const HandleAttr& attr, function in class:nacl_io::__anon8913::ZeroNode
187 Error UrandomNode::Read(const HandleAttr& attr, function in class:nacl_io::__anon8913::UrandomNode
H A Djspipe_event_emitter.cc101 *out_bytes = input_fifo_.Read(data, len);
H A Djspipe_node.cc35 Error JSPipeNode::Read(const HandleAttr& attr, function in class:nacl_io::JSPipeNode
H A Djspipe_node.h55 virtual Error Read(const HandleAttr& attr,
H A Dtty_node.cc110 Error TtyNode::Read(const HandleAttr& attr, function in class:nacl_io::TtyNode
293 // Wake up any thread waiting on Read with POLLERR then immediate
H A Dtty_node.h29 virtual Error Read(const HandleAttr& attr,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Ddir_node.cc40 Error DirNode::Read(const HandleAttr& attr, function in class:nacl_io::DirNode
H A Ddir_node.h38 virtual Error Read(const HandleAttr& attr,
H A Dfifo_char.cc81 size_t FIFOChar::Read(void* buf, size_t len) { function in class:nacl_io::FIFOChar
H A Dfifo_char.h37 size_t Read(void* buf, size_t len);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.cc347 Error FileFuseFsNode::Read(const HandleAttr& attr, function in class:nacl_io::FileFuseFsNode
H A Dfuse_fs.h79 virtual Error Read(const HandleAttr& attr,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs_node.cc179 Error Html5FsNode::Read(const HandleAttr& attr, function in class:nacl_io::Html5FsNode
188 int32_t result = file_io_iface_->Read(fileio_resource_,
H A Dhtml5_fs_node.h30 virtual Error Read(const HandleAttr& attr,

Completed in 343 milliseconds

<<11121314151617181920>>