Searched refs:Read (Results 301 - 325 of 1395) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ppapi/cpp/
H A Dtcp_socket.cc110 int32_t TCPSocket::Read(char* buffer, function in class:pp::TCPSocket
114 return get_interface<PPB_TCPSocket_1_1>()->Read(
119 return get_interface<PPB_TCPSocket_1_0>()->Read(
/external/chromium_org/remoting/host/
H A Dtoken_validator_base.cc86 request_->Read(buffer_.get(), kBufferSize, &bytes_read);
99 } while (request_->Read(buffer_.get(), kBufferSize, &bytes_read));
179 scoped_ptr<base::Value> value(base::JSONReader::Read(data_));
/external/chromium_org/storage/browser/blob/
H A Dlocal_file_stream_reader.cc38 int LocalFileStreamReader::Read(net::IOBuffer* buf, int buf_len, function in class:storage::LocalFileStreamReader
42 return stream_impl_->Read(buf, buf_len, callback);
145 const int read_result = stream_impl_->Read(buf, buf_len, callback);
/external/chromium_org/third_party/webrtc/base/
H A Dproxyserver.cc85 Read(int_socket_.get(), &out_buffer_);
104 Read(ext_socket_.get(), &in_buffer_);
119 void ProxyBinding::Read(AsyncSocket* socket, FifoBuffer* buffer) { function in class:rtc::ProxyBinding
/external/lldb/include/lldb/Host/
H A DFile.h234 /// Read bytes from a file from the current file position.
252 Read (void *buf, size_t &num_bytes);
282 /// @see File::Read (void *, size_t, off_t &)
305 /// @see File::Read (void *, size_t, off_t &)
328 /// @see File::Read (void *, size_t, off_t &)
347 /// Read bytes from a file from the specified file offset.
370 Read (void *dst, size_t &num_bytes, off_t &offset);
373 /// Read bytes from a file from the specified file offset.
402 Read (size_t &num_bytes,
/external/lzma/CPP/7zip/Common/
H A DLimitedStreams.h30 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
59 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
96 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
H A DFileStreams.h60 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
74 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize);
/external/oprofile/events/mips/sb1/
H A Devents40 event:0x1 counters:1,2,3 um:zero minimum:500 name:RQ_LENGTH :Read queue length
52 event:0x4 counters:1,2,3 um:zero minimum:500 name:READ_HITS_READ_Q :Read hits in read queue
59 event:0x14 counters:1,2,3 um:zero minimum:500 name:READ_RQ_NOPS_SENT_TO_ABUS :Read requests and NOPs sent to ZB Abus
60 event:0x15 counters:1,2,3 um:zero minimum:500 name:READ_RQ_SENT_TO_ABUS :Read requests sent to ZB Abus
67 event:0x18 counters:1,2,3 um:zero minimum:500 name:R_RESP_OTHER_CORE :Read response comes from the other core
68 event:0x19 counters:1,2,3 um:zero minimum:500 name:R_RESP_OTHER_CORE_D_MOD :Read response comes from the other core with D_MOD set
/external/chromium_org/components/autofill/content/browser/
H A Dcontent_autofill_driver_unittest.cc95 if (!AutofillMsg_FillForm::Read(message, &autofill_param))
116 if (!AutofillMsg_PreviewForm::Read(message, &autofill_param))
139 if (!AutofillMsg_FieldTypePredictionsAvailable::Read(message,
161 if (!AutofillMsg_FillFieldWithValue::Read(message, &autofill_param))
165 if (!AutofillMsg_PreviewFieldWithValue::Read(message, &autofill_param))
169 if (!AutofillMsg_AcceptDataListSuggestion::Read(message,
/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
/external/chromium_org/sync/api/attachments/
H A Dfake_attachment_store_unittest.cc109 // Read it back and see that it was not overwritten.
112 store->Read(some_attachment_ids, read_callback);
137 store->Read(some_attachment_ids, read_callback);
168 store->Read(ids, read_callback);
198 store->Read(ids, read_callback);
216 store->Read(ids, read_callback);
242 store->Read(ids, read_callback);
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs24 public override int Read(byte[] buffer, int offset, int count) method in class:SevenZip.CDoubleStream
31 int num = s1.Read(buffer, offset, count);
40 numTotal += s2.Read(buffer, offset, count);
220 inStream = new FileStream(inputName, FileMode.Open, FileAccess.Read);
238 trainStream = new FileStream(train, FileMode.Open, FileAccess.Read);
324 if (inStream.Read(properties, 0, 5) != 5)
338 throw (new Exception("Can't Read 1"));
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dlocal_file_reader_unittest.cc30 int Read(net::IOBuffer* buffer, function in class:drive::util::__anon3099::LocalFileReaderAdapter
33 reader_->Read(buffer, buffer_length, callback);
34 // As LocalFileReader::Read always works asynchronously,
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dreadahead_file_stream_reader.cc32 int ReadaheadFileStreamReader::Read( function in class:ReadaheadFileStreamReader
105 int result = source_->Read(
/external/chromium_org/chrome/tools/convert_dict/
H A Dconvert_dict.cc104 if (!aff_reader.Read()) {
114 if (!dic_reader.Read(&aff_reader)) {
/external/chromium_org/chromecast/media/cma/base/
H A Dbuffering_frame_provider.cc52 void BufferingFrameProvider::Read(const ReadCB& read_cb) { function in class:chromecast::media::BufferingFrameProvider
117 coded_frame_provider_->Read(BindToCurrentLoop(
/external/chromium_org/content/common/media/
H A Dmedia_param_traits.cc30 bool ParamTraits<AudioParameters>::Read(const Message* m, function in class:IPC::ParamTraits
68 bool ParamTraits<VideoCaptureFormat>::Read(const Message* m, function in class:IPC::ParamTraits
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmem_fs_node_test.cc104 EXPECT_EQ(0, file.Read(attr, buf2, sizeof(buf2), &result_bytes));
112 EXPECT_EQ(0, file.Read(attr, buf2, sizeof(buf2), &result_bytes));
173 // Read the first half of the file, it shouldn't have changed.
174 EXPECT_EQ(0, file.Read(attr, buffer, sizeof(buffer), &result_bytes));
178 // Read the second half of the file, it should be all zeroes.
180 EXPECT_EQ(0, file.Read(attr, buffer, sizeof(buffer), &result_bytes));
191 EXPECT_EQ(0, file.Read(attr, buffer, sizeof(buffer), &result_bytes));
248 EXPECT_EQ(EISDIR, root.Read(attr, buf1, sizeof(buf1), &result_bytes));
345 ASSERT_EQ(EACCES, handle.Read(read_buf, 10, &byte_count));
356 ASSERT_EQ(0, handle.Read(read_bu
[all...]
/external/chromium_org/net/socket/
H A Dunix_domain_client_socket_posix.cc140 int UnixDomainClientSocket::Read(IOBuffer* buf, int buf_len, function in class:net::UnixDomainClientSocket
143 return socket_->Read(buf, buf_len, callback);
/external/chromium_org/ppapi/c/
H A Dppb_file_io.h171 * Read() reads from an offset in the file. The size of the buffer must be
177 * ReadToArray() is preferred to Read() when doing asynchronous operations.
186 * completion of Read(). <code>buffer</code> must remain valid until after
188 * must remain valid until after Read() returns.
192 * reached. It is valid to call Read() multiple times with a completion
196 int32_t (*Read)(PP_Resource file_io, member in struct:PPB_FileIO_1_1
316 int32_t (*Read)(PP_Resource file_io, member in struct:PPB_FileIO_1_0
/external/chromium_org/third_party/skia/include/utils/win/
H A DSkIStream.h40 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
94 virtual HRESULT STDMETHODCALLTYPE Read(void* pv, ULONG cb, ULONG* pcbRead);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DPacketLossTest.cc44 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
60 _realPayloadSizeBytes = _rtpStream->Read(&_rtpInfo, _incomingPayload,
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutex_test.cc40 void Read() { function in class:__tsan::TestData
90 data->Read();
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.cpp79 STDMETHODIMP CFolderInStream::Read(void *data, UInt32 size, UInt32 *processedSize) function in class:NArchive::N7z::CFolderInStream
88 RINOK(_inStreamWithHash->Read(data, size, &processed2));
/external/openfst/src/include/fst/
H A Dsymbol-table.h103 static SymbolTableImpl* Read(istream &strm,
247 // Read an ascii representation of the symbol table from an istream. Pass a
273 static SymbolTable* Read(istream &strm, function in class:fst::SymbolTable
275 SymbolTableImpl* impl = SymbolTableImpl::Read(strm, opts);
283 static SymbolTable* Read(istream &strm, const string& source) { function in class:fst::SymbolTable
286 return Read(strm, opts);
290 static SymbolTable* Read(const string& filename) { function in class:fst::SymbolTable
293 LOG(ERROR) << "SymbolTable::Read: Can't open file " << filename;
296 return Read(strm, filename);
530 return SymbolTable::Read(istr
[all...]

Completed in 7441 milliseconds

<<11121314151617181920>>