Searched defs:Write (Results 226 - 250 of 347) sorted by relevance

1234567891011>>

/external/chromium_org/courgette/
H A Dstreams.cc114 // Write the base-128 digits in little-endian order. All except the last digit
184 CheckBool SinkStream::Write(const void* data, size_t byte_count) { function in class:courgette::SinkStream
191 return Write(buffer, end - buffer);
215 bool ret = Write(other->buffer_.data(), other->buffer_.size());
/external/chromium_org/ipc/
H A Dipc_message_utils.h94 ParamTraits<Type>::Write(m, static_cast<const Type& >(p));
116 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
128 static void Write(Message* m, const param_type& p);
136 static void Write(Message* m, const param_type& p);
144 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
156 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
168 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
180 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
192 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
205 static void Write(Messag function in struct:IPC::ParamTraits
221 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
243 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
256 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
272 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
310 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
343 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
370 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
401 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
525 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
537 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
551 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
569 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
591 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
617 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
647 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
683 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
713 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.cc370 Error FileFuseFsNode::Write(const HandleAttr& attr, function in class:nacl_io::FileFuseFsNode
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dnode.cc121 Error Node::Write(const HandleAttr& attr, function in class:nacl_io::Node
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dsocket_node.cc79 Error SocketNode::Write(const HandleAttr& attr, function in class:nacl_io::SocketNode
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket.cc236 int HttpProxyClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::HttpProxyClientSocket
241 return transport_->socket()->Write(buf, buf_len, callback);
/external/chromium_org/net/server/
H A Dhttp_server_unittest.cc95 Write();
132 void Write() { function in class:net::__anon9512::TestHttpClient
133 int result = socket_->Write(
145 Write();
525 virtual int Write(IOBuffer* buf, int buf_len,
/external/chromium_org/net/socket/
H A Dsocks_client_socket.cc196 // Write is called by the transport layer. This can only be done if the
198 int SOCKSClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::SOCKSClientSocket
205 int rv = transport_->socket()->Write(
355 return transport_->socket()->Write(
365 // We ignore the case when result is 0, since the underlying Write
H A Dssl_server_socket_unittest.cc78 int Write(IOBuffer* buf, int buf_len, const CompletionCallback& callback) { function in class:net::__anon9540::FakeDataChannel
101 // indicating EOF, and Write() fails with ERR_CONNECTION_RESET. Note that
102 // after the FakeDataChannel is closed, the first Write() call completes
152 // Controls the completion of Write() after the FakeDataChannel is closed.
153 // After the FakeDataChannel is closed, the first Write() call completes
180 virtual int Write(IOBuffer* buf, int buf_len,
182 // Write random number of bytes.
184 return outgoing_->Write(buf, buf_len, callback);
276 // Write then read.
278 server.Write(write_bu
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket.cc226 int SpdyProxyClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::SpdyProxyClientSocket
/external/chromium_org/net/udp/
H A Dudp_socket_libevent.cc198 int UDPSocketLibevent::Write(IOBuffer* buf, function in class:net::UDPSocketLibevent
374 // since Run may result in Write being called, clear write_callback_ up front.
/external/chromium_org/ppapi/proxy/
H A Draw_var_data.cc176 void RawVarDataGraph::Write(IPC::Message* m, function in class:ppapi::proxy::RawVarDataGraph
178 // Write the size, followed by each node in the graph.
182 data_[i]->Write(m, handle_writer);
286 void BasicRawVarData::Write( function in class:ppapi::proxy::BasicRawVarData
302 IPC::ParamTraits<double>::Write(m, var_.value.as_double);
380 void StringRawVarData::Write(IPC::Message* m, function in class:ppapi::proxy::StringRawVarData
485 void ArrayBufferRawVarData::Write( function in class:ppapi::proxy::ArrayBufferRawVarData
576 void ArrayRawVarData::Write(IPC::Message* m, function in class:ppapi::proxy::ArrayRawVarData
639 void DictionaryRawVarData::Write( function in class:ppapi::proxy::DictionaryRawVarData
716 void ResourceRawVarData::Write(IP function in class:ppapi::proxy::ResourceRawVarData
[all...]
/external/chromium_org/remoting/protocol/
H A Dchannel_multiplexer.cc116 virtual int Write(net::IOBuffer* buffer, int buffer_len,
299 int ChannelMultiplexer::MuxSocket::Write( function in class:remoting::protocol::ChannelMultiplexer::MuxSocket
508 return writer_.Write(SerializeAndFrameMessage(*packet), done_task);
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation_impl.cc165 void FileSystemOperationImpl::Write( function in class:storage::FileSystemOperationImpl
H A Dfile_system_operation_runner.cc238 OperationID FileSystemOperationRunner::Write( function in class:storage::FileSystemOperationRunner
258 // Write is not supported.
275 operation->Write(
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_test.cc121 void Write(const std::string& msg) { function in class:leveldb::log::LogTest
122 ASSERT_TRUE(!reading_) << "Write() after starting to read";
188 Write(record);
243 Write("foo");
244 Write("bar");
245 Write("");
246 Write("xxxx");
257 Write(NumberString(i));
266 Write("small");
267 Write(BigStrin
[all...]
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_tree_db.cc340 Write(write_sync, SEQUENTIAL, FRESH, num_, FLAGS_value_size, 1);
343 Write(write_sync, RANDOM, FRESH, num_, FLAGS_value_size, 1);
346 Write(write_sync, RANDOM, EXISTING, num_, FLAGS_value_size, 1);
350 Write(write_sync, RANDOM, FRESH, num_ / 100, FLAGS_value_size, 1);
354 Write(write_sync, SEQUENTIAL, FRESH, num_ / 100, FLAGS_value_size, 1);
357 Write(write_sync, RANDOM, FRESH, num_ / 1000, 100 * 1000, 1);
360 Write(write_sync, SEQUENTIAL, FRESH, num_ / 1000, 100 * 1000, 1);
424 void Write(bool sync, Order order, DBState state, function
444 // Write to database
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.cc67 rtc::StreamResult StreamInterfaceChannel::Write(const void* data, function in class:cricket::StreamInterfaceChannel
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc73 virtual StreamResult Write(const void* data, size_t data_len,
281 StreamResult PseudoTcpChannel::Write(const void* data, size_t data_len, function in class:cricket::PseudoTcpChannel
584 StreamResult PseudoTcpChannel::InternalStream::Write( function in class:cricket::PseudoTcpChannel::InternalStream
591 return parent_->Write(data, data_len, written, error);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dhangoutpubsubclient.cc51 virtual XmlElement* Write(const QName& state_name, const bool& state) { function in class:buzz::BoolStateSerializer
/external/chromium_org/third_party/lzma_sdk/
H A DTypes.h134 void (*Write)(void *p, Byte b); member in struct:__anon13444
151 size_t (*Write)(void *p, const void *buf, size_t size); member in struct:__anon13446
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h135 void (*Write)(void *p, Byte b); member in struct:__anon14775
152 size_t (*Write)(void *p, const void *buf, size_t size); member in struct:__anon14777
/external/chromium_org/third_party/skia/tests/
H A DSerializationTest.cpp37 static void Write(SkWriteBuffer& writer, const T* flattenable) { function in struct:SerializationUtils
46 static void Write(SkWriteBuffer& writer, const SkMatrix* matrix) { function in struct:SerializationUtils
55 static void Write(SkWriteBuffer& writer, const SkPath* path) { function in struct:SerializationUtils
64 static void Write(SkWriteBuffer& writer, const SkRegion* region) { function in struct:SerializationUtils
73 static void Write(SkWriteBuffer& writer, const SkString* string) { function in struct:SerializationUtils
82 static void Write(SkWriteBuffer& writer, unsigned char* data, uint32_t arraySize) { function in struct:SerializationUtils
91 static void Write(SkWriteBuffer& writer, SkColor* data, uint32_t arraySize) { function in struct:SerializationUtils
100 static void Write(SkWriteBuffer& writer, int32_t* data, uint32_t arraySize) { function in struct:SerializationUtils
109 static void Write(SkWriteBuffer& writer, SkPoint* data, uint32_t arraySize) { function in struct:SerializationUtils
118 static void Write(SkWriteBuffe function in struct:SerializationUtils
[all...]
/external/chromium_org/tools/android/forwarder/
H A Dforwarder.cc64 int Write(int fd) { function in class:__anon16410::Buffer
239 if (buffer2.Write(socket1) <= 0)
243 if (buffer1.Write(socket2) <= 0)
/external/chromium_org/tools/android/forwarder2/
H A Dsocket.cc334 int Socket::Write(const void* buffer, size_t count) { function in class:forwarder2::Socket
386 ret = Write(static_cast<const char*>(buffer) + bytes_written,

Completed in 6045 milliseconds

1234567891011>>