Searched defs:Write (Results 26 - 50 of 116) sorted by relevance

12345

/external/webkit/Source/WebKit/win/
H A DCOMPropertyBag.h54 virtual HRESULT STDMETHODCALLTYPE Write(LPCOLESTR pszPropName, VARIANT*);
58 virtual HRESULT STDMETHODCALLTYPE Write(ULONG cProperties, PROPBAG2*, VARIANT*);
157 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Write(LPCOLESTR pszPropName, VARIANT* pVar) function in class:COMPropertyBag
182 HRESULT STDMETHODCALLTYPE COMPropertyBag<ValueType, KeyType, HashType>::Write(ULONG cProperties, PROPBAG2*, VARIANT*) function in class:COMPropertyBag
H A DMemoryStream.cpp113 HRESULT STDMETHODCALLTYPE MemoryStream::Write( function in class:MemoryStream
197 HRESULT hr = pstm->Write(m_buffer->data()+m_pos, read, &written);
/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc233 bool FileWrapperImpl::Write(const void* buf, int length) function in class:webrtc::FileWrapperImpl
/external/chromium/base/files/
H A Dfile_path_watcher_browsertest.cc168 // Write |content| to |file|. Returns true on success.
493 Write, enumerator in enum:base::files::__anon1094::Permission
509 case Write:
540 case Write:
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_node_data.cc220 void BookmarkNodeData::Write(Profile* profile, ui::OSExchangeData* data) const { function in class:BookmarkNodeData
/external/chromium/chrome/browser/diagnostics/
H A Ddiagnostics_main.cc45 virtual bool Write(const std::wstring& text) = 0;
79 virtual bool Write(const std::wstring& txt) { function in class:__anon1506::WinConsole
148 virtual bool Write(const std::wstring& text) { function in class:__anon1506::PosixConsole
216 // Write an informational line of text in white over black.
219 return console_->Write(txt);
222 // Write a result block. It consist of two lines. The first line
229 console_->Write(L"[PASS] ");
232 console_->Write(L"[FAIL] ");
/external/chromium/chrome/browser/importer/
H A Dprofile_import_process_messages.h31 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
77 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
132 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
170 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
196 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
221 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
249 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
/external/chromium/net/base/
H A Dfile_stream_posix.cc153 // |result| is the result of the Read/Write task.
406 int FileStream::Write( function in class:net::FileStream
H A Dfile_stream_win.cc281 int FileStream::Write( function in class:net::FileStream
/external/chromium/net/disk_cache/
H A Dfile_posix.cc41 // Read and Write are the operations that can be performed asynchronously.
47 void Write();
102 void FileBackgroundIO::Write() { function in class:__anon2462::FileBackgroundIO
103 bool rv = file_->Write(buf_, buf_len_, offset_);
130 NewRunnableMethod(operation.get(), &FileBackgroundIO::Write), true);
212 bool File::Write(const void* buffer, size_t buffer_len, size_t offset) { function in class:disk_cache::File
242 bool File::Write(const void* buffer, size_t buffer_len, size_t offset, function in class:disk_cache::File
248 return Write(buffer, buffer_len, offset);
/external/chromium/net/http/
H A Dhttp_proxy_client_socket.cc197 int HttpProxyClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::HttpProxyClientSocket
202 return transport_->socket()->Write(buf, buf_len, callback);
/external/chromium/net/socket/
H A Dsocks5_client_socket.cc165 // Write is called by the transport layer. This can only be done if the
167 int SOCKS5ClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::SOCKS5ClientSocket
173 return transport_->socket()->Write(buf, buf_len, callback);
280 return transport_->socket()->Write(handshake_buf_, handshake_buf_len,
381 return transport_->socket()->Write(handshake_buf_, handshake_buf_len,
389 // We ignore the case when result is 0, since the underlying Write
/external/chromium/net/udp/
H A Dudp_socket_libevent.cc160 int UDPSocketLibevent::Write(IOBuffer* buf, function in class:net::UDPSocketLibevent
265 // since Run may result in Write being called, clear write_callback_ up front.
H A Dudp_socket_win.cc148 int UDPSocketWin::Write(IOBuffer* buf, function in class:net::UDPSocketWin
244 // since Run may result in Write being called, clear write_callback_ up front.
/external/openfst/src/include/fst/
H A Dadd-on.h51 bool Write(ostream &ostrm) const { return true; } function in class:fst::NullAddOn
108 bool Write(ostream &ostrm) const { function in class:fst::AddOnPair
112 a1_->Write(ostrm);
116 a2_->Write(ostrm);
140 // a 'bool Write(ostream &)' method, and 'int RecCount(), 'int IncrRefCount()'
240 bool Write(ostream &strm, const FstWriteOptions &opts) const { function in class:fst::AddOnImpl
249 if (!fst_.Write(strm, fopts))
253 if (have_addon) // Write add-on object if present.
254 t_->Write(strm);
H A Dfloat-weight.h73 ostream &Write(ostream &strm) const { function in class:fst::FloatWeightTpl
H A Dinterval-set.h68 ostream &Write(ostream &strm) const { function in struct:fst::IntervalSet::Interval
162 ostream &Write(ostream &strm) const { function in class:fst::IntervalSet
H A Dpair-weight.h76 ostream &Write(ostream &strm) const { function in class:fst::PairWeight
77 value1_.Write(strm);
78 return value2_.Write(strm);
H A Dtuple-weight.h89 ostream &Write(ostream &strm) const { function in class:fst::TupleWeight
91 values_[i].Write(strm);
/external/openfst/src/include/fst/script/
H A Dfst-class.h54 virtual void Write(const string& fname) const = 0;
113 virtual void Write(const string &fname) const { function in class:fst::script::FstClassImpl
114 impl_->Write(fname);
184 virtual void Write(const string &fname) const { function in class:fst::script::FstClass
185 impl_->Write(fname);
/external/openfst/src/test/
H A Dfst_test.cc86 bool Write(ostream &strm) const { return true; } function in class:fst::CustomCompactor
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc234 bool FileOutputStream::CopyingFileOutputStream::Write( function in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
248 // Write error.
342 bool OstreamOutputStream::CopyingOstreamOutputStream::Write( function in class:google::protobuf::io::OstreamOutputStream::CopyingOstreamOutputStream
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfloat-weight.h50 ostream &Write(ostream &strm) const { function in class:fst::FloatWeight
H A Dproduct-weight.h59 ostream &Write(ostream &strm) const { function in class:fst::ProductWeight
60 value1_.Write(strm);
61 return value2_.Write(strm);
H A Dsymbol-table.h65 bool Write(ostream &strm) const;
254 bool Write(ostream &strm) const { function in class:fst::SymbolTable
255 return impl_->Write(strm);
258 bool Write(const string& filename) const { function in class:fst::SymbolTable
261 LOG(ERROR) << "SymbolTable::Write: Can't open file " << filename;
264 return Write(strm);

Completed in 960 milliseconds

12345