Searched defs:Write (Results 126 - 150 of 347) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/protocol/
H A Dfake_datagram_socket.cc68 int FakeDatagramSocket::Write(net::IOBuffer* buf, int buf_len, function in class:remoting::protocol::FakeDatagramSocket
/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_stream_writer.cc45 int LocalFileStreamWriter::Write(net::IOBuffer* buf, int buf_len, function in class:storage::LocalFileStreamWriter
76 // Write() is not called yet, so there's nothing to flush.
208 return stream_impl_->Write(buf, buf_len,
H A Dsandbox_file_stream_writer.cc61 int SandboxFileStreamWriter::Write( function in class:storage::SandboxFileStreamWriter
103 const int result = local_file_writer_->Write(
240 // Write() is not called yet, so there's nothing to flush.
/external/chromium_org/sync/api/attachments/
H A Dfake_attachment_store.cc26 void Write(const AttachmentList& attachments, const WriteCallback& callback);
73 void FakeAttachmentStore::Backend::Write(const AttachmentList& attachments, function in class:syncer::FakeAttachmentStore::Backend
111 void FakeAttachmentStore::Write(const AttachmentList& attachments, function in class:syncer::FakeAttachmentStore
115 base::Bind(&FakeAttachmentStore::Backend::Write,
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppsocket.cc101 // Write bytes if there are any
151 // Write bytes if there are any
156 result = stream_->Write(buffer_.Data(), buffer_.Length(),
211 bool XmppSocket::Write(const char * data, size_t len) { function in class:buzz::XmppSocket
/external/chromium_org/third_party/webrtc/base/
H A Dproxyserver.cc86 Write(ext_socket_.get(), &out_buffer_);
90 Write(int_socket_.get(), &in_buffer_);
105 Write(int_socket_.get(), &in_buffer_);
109 Write(ext_socket_.get(), &out_buffer_);
131 void ProxyBinding::Write(AsyncSocket* socket, FifoBuffer* buffer) { function in class:rtc::ProxyBinding
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dfile_impl.cc229 bool FileWrapperImpl::Write(const void* buf, int length) { function in class:webrtc::FileWrapperImpl
/external/chromium_org/tools/ipc_fuzzer/message_lib/
H A Dmessage_file_writer.cc23 bool Write(const MessageVector& messages);
138 bool Writer::Write(const MessageVector& messages) { function in class:ipc_fuzzer::__anon16501::Writer
159 bool MessageFile::Write(const base::FilePath& path, function in class:ipc_fuzzer::MessageFile
162 return writer.Write(messages);
/external/chromium_org/ui/gfx/ipc/
H A Dgfx_param_traits.cc54 void ParamTraits<gfx::Point>::Write(Message* m, const gfx::Point& p) { function in class:IPC::ParamTraits
74 void ParamTraits<gfx::PointF>::Write(Message* m, const gfx::PointF& v) { function in class:IPC::ParamTraits
75 ParamTraits<float>::Write(m, v.x());
76 ParamTraits<float>::Write(m, v.y());
95 void ParamTraits<gfx::Size>::Write(Message* m, const gfx::Size& p) { function in class:IPC::ParamTraits
120 void ParamTraits<gfx::SizeF>::Write(Message* m, const gfx::SizeF& p) { function in class:IPC::ParamTraits
141 void ParamTraits<gfx::Vector2d>::Write(Message* m, const gfx::Vector2d& p) { function in class:IPC::ParamTraits
162 void ParamTraits<gfx::Vector2dF>::Write(Message* m, const gfx::Vector2dF& p) { function in class:IPC::ParamTraits
183 void ParamTraits<gfx::Rect>::Write(Message* m, const gfx::Rect& p) { function in class:IPC::ParamTraits
206 void ParamTraits<gfx::RectF>::Write(Messag function in class:IPC::ParamTraits
227 void ParamTraits<SkBitmap>::Write(Message* m, const SkBitmap& p) { function in class:IPC::ParamTraits
[all...]
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util.h70 void Write(const MemLoc &ml, int size, bool expect_race = false) { function in class:ScopedThread
82 Write(ml, 1, expect_race); }
84 Write(ml, 2, expect_race); }
86 Write(ml, 4, expect_race); }
88 Write(ml, 8, expect_race); }
/external/giflib/
H A Dgif_lib_private.h48 OutputFunc Write; /* function to write gif output (MRB) */ member in struct:GifFilePrivateType
/external/lldb/source/API/
H A DSBCommunication.cpp166 SBCommunication::Write (const void *src, size_t src_len, ConnectionStatus &status) function in class:SBCommunication
170 bytes_written = m_opaque->Write (src, src_len, status, NULL);
176 log->Printf ("SBCommunication(%p)::Write (src=%p, src_len=%" PRIu64 ", &status=%s) => %" PRIu64,
/external/lldb/source/Core/
H A DConnectionMachPort.cpp239 ConnectionMachPort::Write (const void *src, size_t src_len, ConnectionStatus &status, Error *error_ptr) function in class:ConnectionMachPort
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderOutStream.cpp84 STDMETHODIMP CFolderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:NArchive::N7z::CFolderOutStream
93 RINOK(_crcStream->Write(data, cur, &cur));
/external/lzma/CPP/7zip/Common/
H A DFileStreams.cpp306 STDMETHODIMP COutFileStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:COutFileStream
321 ssize_t res = File.Write(data, (size_t)size);
372 STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CStdOutFileStream
380 STDMETHODIMP CStdOutFileStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CStdOutFileStream
H A DFilterCoder.cpp98 STDMETHODIMP CFilterCoder::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CFilterCoder
H A DStreamObjects.cpp84 STDMETHODIMP CDynBufSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CDynBufSeqOutStream
100 STDMETHODIMP CBufPtrSeqOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CBufPtrSeqOutStream
112 STDMETHODIMP CSequentialOutStreamSizeCount::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CSequentialOutStreamSizeCount
115 HRESULT result = _stream->Write(data, size, &realProcessedSize);
/external/openfst/src/lib/
H A Dfst.cc50 DEFINE_bool(fst_align, false, "Write FST data aligned where appropriate");
156 // Write Fst magic number and Fst header.
157 bool FstHeader::Write(ostream &strm, const string &source) const { function in class:fst::FstHeader
H A Dsymbol-table.cc208 bool SymbolTableImpl::Write(ostream &strm) const { function in class:fst::SymbolTableImpl
230 LOG(ERROR) << "SymbolTable::Write: write failed";
235 LOG(ERROR) << "SymbolTable::Write: write failed";
/external/pdfium/core/src/fxcrt/
H A Dfxcrt_platforms.cpp115 size_t CFXCRT_FileAccess_CRT::Write(const void* pBuffer, size_t szBuffer) function in class:CFXCRT_FileAccess_CRT
184 if (dst.Write(pBuffer, num) != num) {
H A Dfxcrt_posix.cpp101 size_t CFXCRT_FileAccess_Posix::Write(const void* pBuffer, size_t szBuffer) function in class:CFXCRT_FileAccess_Posix
129 return Write(pBuffer, szBuffer);
181 if (dst.Write(pBuffer, num) != num) {
H A Dfxcrt_windows.cpp150 size_t CFXCRT_FileAccess_Win64::Write(const void* pBuffer, size_t szBuffer) function in class:CFXCRT_FileAccess_Win64
182 return Write(pBuffer, szBuffer);
/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_org/base/files/
H A Dfile_posix.cc348 int File::Write(int64 offset, const char* data, int size) { function in class:base::File
H A Dfile_proxy.cc214 bytes_written_ = file_.Write(offset, buffer_.get(), bytes_to_write_);
313 bool FileProxy::Write(int64 offset, function in class:base::FileProxy

Completed in 259 milliseconds

1234567891011>>