Searched defs:Write (Results 1 - 25 of 326) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/Archive/Common/
H A DOutStreamWithCRC.cpp7 STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:COutStreamWithCRC
11 result = _stream->Write(data, size, &size);
H A DDummyOutStream.cpp7 STDMETHODIMP CDummyOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:CDummyOutStream
17 result = _stream->Write(data, size, &realProcessedSize);
/external/chromium_org/tools/gn/
H A Doutput_stream.h16 // Write a literal.
18 template<size_t size> OutputStream& Write(const char (&buf)[size]) { function in class:OutputStream
22 // Write a literal string.
23 OutputStream& Write(const std::string& str) { function in class:OutputStream
/external/ceres-solver/internal/ceres/
H A Dblock_jacobian_writer.h32 // misleading, since the Write() operation on the block jacobian writer does not
60 // This makes the final Write() a nop.
65 void Write(int /* residual_id */, function in class:ceres::internal::BlockJacobianWriter
/external/chromium/chrome/common/
H A Drender_messages.cc9 void ParamTraits<ContentSettings>::Write( function in class:IPC::ParamTraits
H A Dcommon_param_traits.cc12 void ParamTraits<ContentSetting>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
50 void ParamTraits<ContentSettingsType>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
H A Drender_messages.h60 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
80 static void Write(Message* m, const param_type& p);
/external/chromium_org/build/android/gyp/util/
H A Dmd5_check.py26 md5_checker.Write()
74 def Write(self): member in class:_Md5Checker
/external/chromium_org/chrome/common/
H A Drender_messages.cc9 void ParamTraits<ContentSettingsPattern>::Write( function in class:IPC::ParamTraits
/external/chromium_org/content/common/
H A Dclipboard_messages.cc11 void ParamTraits<ui::Clipboard::FormatType>::Write( function in class:IPC::ParamTraits
H A Dcontent_param_traits.h34 static void Write(Message* m, const param_type& p);
42 static void Write(Message* m, const param_type& p);
50 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
65 static void Write(Message* m, const param_type& p);
/external/chromium_org/gpu/ipc/
H A Dgpu_command_buffer_traits.cc10 void ParamTraits<gpu::CommandBuffer::State> ::Write(Message* m, function in class:IPC::ParamTraits
42 void ParamTraits<gpu::Mailbox>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
/external/chromium_org/ipc/
H A Dipc_message_utils_impl.h15 void MessageSchema<ParamType>::Write(Message* msg, const RefParam& p) { function in class:IPC::MessageSchema
29 void SyncMessageSchema<SendParamType, ReplyParamType>::Write( function in class:IPC::SyncMessageSchema
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.cpp73 // Write Fst magic number and Fst header.
74 bool FstHeader::Write(ostream &strm, const string &source) const { function in class:fst::FstHeader
85 LOG(ERROR) << "FstHeader::Write: write failed: " << source;
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_node_data_views.cc24 void BookmarkNodeData::Write(Profile* profile, ui::OSExchangeData* data) const { function in class:BookmarkNodeData
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.cc30 void BrowserActionDragData::Write( function in class:BrowserActionDragData
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_param_traits.cc32 void ParamTraits<IndexedDBKey>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
120 void ParamTraits<IndexedDBKeyPath>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
182 void ParamTraits<IndexedDBKeyRange>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
/external/chromium_org/content/public/common/
H A Dcommon_param_traits.h49 static void Write(Message* m, const param_type& p);
57 static void Write(Message* m, const param_type& p);
65 static void Write(Message* m, const param_type& p);
73 static void Write(Message* m, const param_type& p);
81 static void Write(Message* m, const param_type& p);
89 static void Write(Message* m, const param_type& p);
97 static void Write(Message* m, const param_type& p);
105 static void Write(Message* m, const param_type& p);
113 static void Write(Message* m, const param_type& p);
121 static void Write(Messag
145 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
178 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
200 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer_shared.h37 void Write(const T& state) { function in class:gpu::SharedState
/external/chromium_org/net/disk_cache/flash/
H A Dstorage.cc55 bool Storage::Write(const void* buffer, int32 size, int32 offset) { function in class:disk_cache::Storage
/external/lzma/CPP/7zip/Common/
H A DOffsetStream.cpp15 STDMETHODIMP COffsetOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) function in class:COffsetOutStream
17 return _stream->Write(data, size, processedSize);
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc27 void MemoryOutputStream::Write(ByteVector* buffer) { function in class:sfntly::MemoryOutputStream
31 void MemoryOutputStream::Write(ByteVector* buffer, function in class:sfntly::MemoryOutputStream
46 void MemoryOutputStream::Write(byte_t* buffer, int32_t offset, int32_t length) { function in class:sfntly::MemoryOutputStream
57 void MemoryOutputStream::Write(byte_t b) { function in class:sfntly::MemoryOutputStream
/external/chromium/base/
H A Dtracked.cc29 void Location::Write(bool display_filename, bool display_function_name, function in class:tracked_objects::Location
/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.cc29 void BrowserActionDragData::Write( function in class:BrowserActionDragData
/external/chromium/net/socket/
H A Dssl_server_socket_openssl.cc30 virtual int Write(IOBuffer* buf, int buf_len, function in class:net::__anon3212::SSLServerSocketOpenSSL

Completed in 599 milliseconds

1234567891011>>