Searched defs:Write (Results 1 - 25 of 331) 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/chrome/browser/extensions/api/image_writer_private/
H A Doperation_nonchromeos.cc18 void Operation::Write(const base::Closure& continuation) { function in class:extensions::image_writer::Operation
37 &ImageWriterUtilityClient::Write,
/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_org/build/android/gyp/util/
H A Dmd5_check.py31 md5_checker.Write()
84 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/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
62 void ParamTraits<gpu::MailboxHolder>::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
H A Dipc_channel_proxy_unittest_messages.h20 static void Write(Message* m, const BadType& p) {} function in struct:IPC::ParamTraits
/external/compiler-rt/test/profile/
H A Dinstrprof-without-libc.c31 int Write = __llvm_profile_write_buffer(Buffer); local
33 return Write;
/external/lldb/source/Core/
H A DStreamAsynchronousIO.cpp48 StreamAsynchronousIO::Write (const void *s, size_t length) function in class:StreamAsynchronousIO
50 m_accumulated_data.Write (s, length);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.cpp75 // Write Fst magic number and Fst header.
76 bool FstHeader::Write(ostream &strm, const string &source) const { function in class:fst::FstHeader
87 LOG(ERROR) << "FstHeader::Write: write failed: " << source;
/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/components/bookmarks/browser/
H A Dbookmark_node_data_views.cc29 void BookmarkNodeData::Write(const base::FilePath& profile_path, function in class:BookmarkNodeData
/external/chromium_org/content/common/
H A Dcontent_param_traits.cc14 void ParamTraits<gfx::Range>::Write(Message* m, const gfx::Range& r) { function in class:IPC::ParamTraits
34 void ParamTraits<WebInputEventPointer>::Write(Message* m, const param_type& p) { 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) { function in struct:IPC::ParamTraits
57 static void Write(Message* m, const param_type& p);
H A Dgamepad_param_traits.cc33 void ParamTraits<WebGamepad>::Write( function in class:IPC::ParamTraits
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_param_traits.cc33 void ParamTraits<IndexedDBKey>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
133 void ParamTraits<IndexedDBKeyPath>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
198 void ParamTraits<IndexedDBKeyRange>::Write(Message* m, const param_type& p) { function in class:IPC::ParamTraits
/external/chromium_org/content/common/input/
H A Dinput_param_traits.cc28 void ParamTraits<content::ScopedWebInputEvent>::Write(Message* m, function in class:IPC::ParamTraits
56 void ParamTraits<content::SyntheticGesturePacket>::Write(Message* m, function in class:IPC::ParamTraits
/external/chromium_org/content/public/common/
H A Dcommon_param_traits.h52 static void Write(Message* m, const param_type& p);
60 static void Write(Message* m, const param_type& p);
68 static void Write(Message* m, const param_type& p);
76 static void Write(Message* m, const param_type& p);
84 static void Write(Message* m, const param_type& p);
92 static void Write(Message* m, const param_type& p);
100 static void Write(Message* m, const param_type& p);
108 static void Write(Message* m, const param_type& p);
116 static void Write(Message* m, const param_type& p);
124 static void Write(Messag
156 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
189 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/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs_node.cc54 Error MemFsNode::Write(const HandleAttr& attr, function in class:nacl_io::MemFsNode
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
H A Dpipe_node.cc47 Error PipeNode::Write(const HandleAttr& attr, function in class:nacl_io::PipeNode
/external/chromium_org/third_party/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_org/tools/clang/blink_gc_plugin/
H A DJsonWriter.h25 Write(key);
42 void Write(const size_t val) { function in class:JsonWriter
46 void Write(const std::string val) { function in class:JsonWriter
50 void Write(const std::string key, const size_t val) { function in class:JsonWriter
54 void Write(const std::string key, const std::string val) { function in class:JsonWriter

Completed in 594 milliseconds

1234567891011>>