Searched defs:Read (Results 201 - 225 of 381) sorted by relevance

1234567891011>>

/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_,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs_node.cc172 Error JsFsNode::Read(const HandleAttr& attr, function in class:nacl_io::JsFsNode
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_handle.cc98 Error KernelHandle::Read(void* buf, size_t nbytes, int* cnt) { function in class:nacl_io::KernelHandle
102 Error error = node_->Read(handle_attr_, buf, nbytes, cnt);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_url_loader.cc142 // Read the RFC on byte ranges for more info:
202 size_t FakeURLLoaderEntity::Read(void* buffer, size_t count, off_t offset) { function in class:FakeURLLoaderEntity
443 size_t bytes_read = loader_resource->entity->Read(
/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_ios.cc41 // Read and Write are the operations that can be performed asynchronously.
46 void Read();
92 void FileBackgroundIO::Read() { function in class:__anon9150::FileBackgroundIO
93 if (file_->Read(const_cast<void*>(buf_), buf_len_, offset_)) {
118 base::Bind(&FileBackgroundIO::Read, operation.get()), true);
189 bool File::Read(void* buffer, size_t buffer_len, size_t offset) { function in class:disk_cache::File
196 int ret = base_file_.Read(offset, static_cast<char*>(buffer), buffer_len);
215 bool File::Read(void* buffer, size_t buffer_len, size_t offset, function in class:disk_cache::File
221 return Read(buffer, buffer_len, offset);
H A Dfile_win.cc112 bool File::Read(void* buffer, size_t buffer_len, size_t offset) { function in class:disk_cache::File
117 int ret = sync_base_file_.Read(offset, static_cast<char*>(buffer),
135 bool File::Read(void* buffer, size_t buffer_len, size_t offset, function in class:disk_cache::File
141 return Read(buffer, buffer_len, offset);
/external/chromium_org/net/http/
H A Dfailing_http_transaction_factory.cc47 virtual int Read(IOBuffer* buf, int buf_len,
109 int FailingHttpTransaction::Read(IOBuffer* buf, int buf_len, function in class:net::__anon9250::FailingHttpTransaction
/external/chromium_org/net/socket/
H A Dsocket_libevent.cc227 int SocketLibevent::Read(IOBuffer* buf, function in class:net::SocketLibevent
H A Dsocks5_client_socket.cc150 // Read is called by the transport layer above to read. This can only be done
152 int SOCKS5ClientSocket::Read(IOBuffer* buf, int buf_len, function in class:net::SOCKS5ClientSocket
159 int rv = transport_->socket()->Read(
198 // Since Run() may result in Read being called,
321 ->Read(handshake_buf_.get(), handshake_buf_len, io_callback_);
430 ->Read(handshake_buf_.get(), handshake_buf_len, io_callback_);
H A Dstream_listen_socket.cc171 void StreamListenSocket::Read() { function in class:net::StreamListenSocket
255 // If both FD_CLOSE and FD_READ are set we only call Read().
257 // unless this socket is destroyed in Read().
278 Read();
279 // Read might have deleted this object. We should return immediately.
293 Read();
297 // Close() is called by Read() in the Linux case.
321 Read();
H A Dtcp_client_socket.cc244 int TCPClientSocket::Read(IOBuffer* buf, function in class:net::TCPClientSocket
253 int result = socket_->Read(buf, buf_len, read_callback);
/external/chromium_org/net/websockets/
H A Dwebsocket_inflater.cc97 output_buffer_.Read(&buffer->data()[num_bytes_copied], num_bytes_to_copy);
187 void WebSocketInflater::OutputBuffer::Read(char* dest, size_t size) { function in class:net::WebSocketInflater::OutputBuffer
/external/chromium_org/remoting/protocol/
H A Dfake_stream_socket.cc64 int FakeStreamSocket::Read(net::IOBuffer* buf, int buf_len, function in class:remoting::protocol::FakeStreamSocket
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_usage_cache.cc40 // Pickle::{Read,Write}Bool treat bool as int
54 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
68 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
82 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
98 if (!Read(usage_file_path, &is_valid, &dirty, &usage) || dirty <= 0)
113 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
125 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
137 if (!Read(usage_file_path, &is_valid, &dirty, &usage))
169 bool FileSystemUsageCache::Read(const base::FilePath& usage_file_path, function in class:storage::FileSystemUsageCache
173 TRACE_EVENT0("FileSystem", "UsageCache::Read");
[all...]
H A Dfile_writer_delegate.cc98 Read();
111 void FileWriterDelegate::Read() { function in class:storage::FileWriterDelegate
114 if (request_->Read(io_buffer_.get(), io_buffer_->size(), &bytes_read_)) {
161 Read();
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc137 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) { function in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
146 // Read error (not EOF).
302 int IstreamInputStream::CopyingIstreamInputStream::Read( function in class:google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkIStream.cpp54 HRESULT STDMETHODCALLTYPE SkBaseIStream::Read(void* pv function in class:SkBaseIStream
133 HRESULT STDMETHODCALLTYPE SkIStream::Read(void* pv, ULONG cb, ULONG* pcbRead) { function in class:SkIStream
/external/chromium_org/third_party/webrtc/base/
H A Dmultipart.cc138 StreamResult MultipartStream::Read(void* buffer, size_t buffer_len, function in class:rtc::MultipartStream
146 StreamResult result = parts_[current_]->Read(buffer, buffer_len, read,
H A Dstream_unittest.cc26 virtual StreamResult Read(void* buffer, size_t buffer_len, function in class:rtc::TestStream
81 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_SUCCESS);
89 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_SUCCESS);
116 // Read a lot of bytes
117 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_SUCCESS);
124 // Read a bunch more bytes
125 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_SUCCESS);
137 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_SUCCESS);
140 EXPECT_EQ(stream->Read(buffer, kBufSize, &bytes, NULL), SR_EOS);
148 EXPECT_EQ(stream->Read(buffe
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DRTPFile.cc98 uint16_t RTPBuffer::Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData, function in class:webrtc::RTPBuffer
210 uint16_t RTPFile::Read(WebRtcRTPHeader* rtpInfo, uint8_t* payloadData, function in class:webrtc::RTPFile
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmaptools.cc35 bool Read() { function in struct:Box
80 bool Read() { function in struct:Bitmap
100 if (!box.Read()) {
244 if (!bmp.Read()) return -1;
/external/chromium_org/v8/samples/
H A Dshell.cc60 void Read(const v8::FunctionCallbackInfo<v8::Value>& args);
126 // Bind the global 'read' function to the C++ Read callback.
128 v8::FunctionTemplate::New(isolate, Read));
167 void Read(const v8::FunctionCallbackInfo<v8::Value>& args) { function
/external/lldb/source/Core/
H A DCommunication.cpp136 Communication::Read (void *dst, size_t dst_len, uint32_t timeout_usec, ConnectionStatus &status, Error *error_ptr) function in class:Communication
139 "%p Communication::Read (dst = %p, dst_len = %" PRIu64 ", timeout = %u usec) connection = %p",
171 Listener listener ("Communication::Read");
196 return connection_sp->Read (dst, dst_len, timeout_usec, status, error_ptr);
326 return connection_sp->Read (dst, dst_len, timeout_usec, status, error_ptr);
H A DConnectionFileDescriptor.cpp389 ConnectionFileDescriptor::Read (void *dst, function in class:ConnectionFileDescriptor
397 log->Printf ("%p ConnectionFileDescriptor::Read () ::read (fd = %i, dst = %p, dst_len = %" PRIu64 ")...",
405 log->Printf ("%p ConnectionFileDescriptor::Read () failed to get the connection lock.",
446 log->Printf ("%p ConnectionFileDescriptor::Read () ::read (fd = %i, dst = %p, dst_len = %" PRIu64 ") => %" PRIi64 ", error = %s",
642 // Don't need to take the mutex here separately since we are only called from Read. If we
750 // We got a command to exit. Read the data from that pipe:
792 // Don't need to take the mutex here separately since we are only called from Read. If we
904 // We got a command to exit. Read the data from that pipe:
949 // Don't need to take the mutex here separately since we are only called from Read. If we
1053 // We got a command to exit. Read th
[all...]
/external/lldb/source/Host/common/
H A DFile.cpp472 File::Read (void *buf, size_t &num_bytes) function in class:File
560 File::Read (void *buf, size_t &num_bytes, off_t &offset) function in class:File
592 File::Read (size_t &num_bytes, off_t &offset, bool null_terminate, DataBufferSP &data_buffer_sp) function in class:File
615 error = Read (data_heap_ap->GetBytes(), num_bytes, offset);

Completed in 2149 milliseconds

1234567891011>>