Searched refs:Read (Results 451 - 475 of 1395) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/net/http/
H A Dhttp_transaction_test_util.cc181 Read();
190 Read();
201 void TestTransactionConsumer::Read() { function in class:TestTransactionConsumer
204 int result = trans_->Read(read_buf_.get(),
284 int MockNetworkTransaction::Read(net::IOBuffer* buf, int buf_len, function in class:MockNetworkTransaction
495 rv = trans->Read(buf.get(), 256, callback.callback());
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/openfst/src/include/fst/
H A Dmutable-fst.h87 // Read an MutableFst from an input stream; return NULL on error.
88 static MutableFst<A> *Read(istream &strm, const FstReadOptions &opts) { function in class:fst::MutableFst
94 if (!hdr.Read(strm, opts.source))
99 LOG(ERROR) << "MutableFst::Read: Not an MutableFst: " << ropts.source;
106 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType()
116 // Read a MutableFst from a file; return NULL on error.
120 static MutableFst<A> *Read(const string &filename, bool convert = false, function in class:fst::MutableFst
126 LOG(ERROR) << "MutableFst::Read: Can't open file: " << filename;
129 return Read(strm, FstReadOptions(filename));
131 return Read(ci
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconst-fst.h68 static ConstFstImpl<A> *Read(istream &strm, const FstReadOptions &opts);
161 ConstFstImpl<A> *ConstFstImpl<A>::Read(istream &strm, function in class:fst::ConstFstImpl
180 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
189 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
277 // Read a ConstFst from an input stream; return NULL on error
278 static ConstFst<A> *Read(istream &strm, const FstReadOptions &opts) { function in class:fst::ConstFst
279 ConstFstImpl<A>* impl = ConstFstImpl<A>::Read(strm, opts);
283 // Read
284 static ConstFst<A> *Read(const string &filename) { function in class:fst::ConstFst
[all...]
H A Dencode.h147 bool Read(istream &strm, const string &source) { function in class:fst::EncodeTable
153 LOG(ERROR) << "EncodeTable::Read: Bad encode table header: " << source;
160 LOG(ERROR) << "EncodeTable::Read: read failed: " << source;
167 tuple->weight.Read(strm);
172 LOG(ERROR) << "EncodeTable::Read: read failed: " << source;
291 static EncodeMapper<A> *Read(istream &strm, function in class:fst::EncodeMapper
294 bool r = table->Read(strm, source);
298 static EncodeMapper<A> *Read(const string& filename, EncodeType type) { function in class:fst::EncodeMapper
304 return Read(strm, filename, type);
/external/chromium_org/base/win/
H A Dregistry.h181 // Read in the current values.
182 bool Read();
218 // Read in the current values.
219 bool Read();
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_message_filter_unittest.cc105 bool ok = SpellCheckMsg_RespondSpellingService::Read(
136 bool ok = SpellCheckMsg_RespondSpellingService::Read(
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dfile_system.py81 def Read(self, paths, skip_not_found=False): member in class:FileSystem
101 rules as Read(). If |path| is not found raise a FileNotFoundError on Get(),
105 read_single = self.Read([path], skip_not_found=skip_not_found)
111 the Read* methods, however it may still throw a FileSystemError.
135 # TODO(cduvall): Allow Stat to take a list of paths like Read.
H A Dmock_file_system.py15 - asserting how often Stat/Read calls are being made to it.
40 def Read(self, paths, skip_not_found=False): member in class:MockFileSystem
52 return self._file_system.Read(paths,
H A Dpatched_file_system.py18 def Read(self, paths, skip_not_found=False): member in class:PatchedFileSystem
48 return self._base_file_system.Read(unpatched_paths,
H A Dsubversion_file_system_test.py36 read_future = file_system.Read(['test1.txt', 'test2.txt', 'test3.txt'])
138 self.assertEqual({}, file_system.Read(('fakefile',),
/external/chromium_org/chromecast/media/cma/filters/
H A Ddemuxer_stream_adapter.cc83 void DemuxerStreamAdapter::Read(const ReadCB& read_cb) { function in class:chromecast::media::DemuxerStreamAdapter
148 demuxer_stream_->Read(::media::BindToCurrentLoop(
/external/chromium_org/chromecast/media/cma/ipc_streamer/
H A Ddecoder_buffer_base_marshaller.cc81 decrypt_config_.reset(DecryptConfigMarshaller::Read(msg_.get()).release());
152 scoped_refptr<DecoderBufferBase> DecoderBufferBaseMarshaller::Read( function in class:chromecast::media::DecoderBufferBaseMarshaller
/external/chromium_org/content/browser/renderer_host/media/
H A Dwebrtc_identity_service_host_unittest.cc121 WebRTCIdentityHostMsg_RequestFailed::Read(&ipc, &error_in_message);
133 WebRTCIdentityHostMsg_IdentityReady::Read(&ipc, &identity_in_message);
/external/chromium_org/content/child/
H A Dplugin_param_traits.cc64 bool ParamTraits<NPVariant_Param>::Read(const Message* m, function in class:IPC::ParamTraits
119 bool ParamTraits<NPIdentifier_Param>::Read(const Message* m, function in class:IPC::ParamTraits
/external/chromium_org/content/common/input/
H A Dinput_param_traits.cc36 bool ParamTraits<content::ScopedWebInputEvent>::Read(const Message* m, function in class:IPC::ParamTraits
76 bool ParamTraits<content::SyntheticGesturePacket>::Read(const Message* m, function in class:IPC::ParamTraits
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_chooser_host_unittest.cc93 ASSERT_TRUE(ViewHostMsg_RunFileChooser::Read(msg, &call_msg_param));
124 PpapiPluginMsg_FileChooser_ShowReply::Read(&reply_msg, &reply_msg_param));
/external/chromium_org/courgette/third_party/
H A Dbsdiff_apply.cc46 if (!stream->Read(header->tag, sizeof(header->tag))) return READ_ERROR;
117 if (!diff_bytes->Read(&diff_byte, 1))
/external/chromium_org/media/filters/
H A Daudio_file_reader_unittest.cc36 int actual_frames = reader_->Read(decoded_audio_data.get());
111 EXPECT_EQ(reader_->Read(decoded_audio_data.get()), 0);
/external/chromium_org/net/base/
H A Dmock_file_stream.cc46 int MockFileStream::Read(IOBuffer* buf, function in class:net::testing::MockFileStream
53 return FileStream::Read(buf, buf_len, wrapped_callback);
H A Dupload_file_element_reader.cc75 int UploadFileElementReader::Read(IOBuffer* buf, function in class:net::UploadFileElementReader
85 int result = file_stream_->Read(
90 // Even in async mode, FileStream::Read() may return the result synchronously.
/external/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file_unittest.cc72 EXPECT_TRUE(file->Read(buffer2, sizeof(buffer2), 8192));
98 EXPECT_TRUE(file->Read(buffer2, sizeof(buffer2), 1024 * 1024, &callback,
/external/chromium_org/ppapi/api/
H A Dppb_file_io.idl159 * Read() reads from an offset in the file. The size of the buffer must be
165 * ReadToArray() is preferred to Read() when doing asynchronous operations.
174 * completion of Read(). <code>buffer</code> must remain valid until after
176 * must remain valid until after Read() returns.
180 * reached. It is valid to call Read() multiple times with a completion
184 int32_t Read([in] PP_Resource file_io,
H A Dppb_tcp_socket.idl167 int32_t Read([in] PP_Resource tcp_socket,
234 * into previous <code>Read()</code> or <code>Accept()</code> calls will be
/external/chromium_org/ppapi/api/private/
H A Dppb_tcp_socket_private.idl123 int32_t Read([in] PP_Resource tcp_socket,

Completed in 6745 milliseconds

<<11121314151617181920>>