Searched defs:Write (Results 201 - 225 of 326) sorted by relevance

1234567891011>>

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_tcp_socket.cc195 void PepperTCPSocket::Write(const std::string& data) { function in class:content::PepperTCPSocket
517 int net_result = socket_->Write(
/external/chromium_org/content/renderer/pepper/
H A Dquota_file_io.cc243 bool QuotaFileIO::Write( function in class:content::QuotaFileIO
/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.h92 ParamTraits<Type>::Write(m, static_cast<const Type& >(p));
114 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
126 static void Write(Message* m, const param_type& p);
134 static void Write(Message* m, const param_type& p);
142 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
154 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
166 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
190 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
203 static void Write(Messag function in struct:IPC::ParamTraits
237 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
250 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
266 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
304 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
337 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
364 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
395 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
519 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
531 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
545 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
563 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
585 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
611 static void Write(Message* m, const param_type& p) { function in struct:IPC::ParamTraits
641 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/
H A Dmount_node_http.cc238 Error MountNodeHttp::Write(size_t offs, function in class:nacl_io::MountNodeHttp
/external/chromium_org/net/http/
H A Dhttp_proxy_client_socket.cc232 int HttpProxyClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::HttpProxyClientSocket
237 return transport_->socket()->Write(buf, buf_len, callback);
/external/chromium_org/net/socket/
H A Dsocks_client_socket.cc203 // Write is called by the transport layer. This can only be done if the
205 int SOCKSClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::SOCKSClientSocket
211 return transport_->socket()->Write(buf, buf_len, callback);
345 return transport_->socket()->Write(
355 // We ignore the case when result is 0, since the underlying Write
H A Dssl_server_socket_unittest.cc76 int Write(IOBuffer* buf, int buf_len, const CompletionCallback& callback) { function in class:net::__anon8979::FakeDataChannel
95 // indicating EOF, and Write() fails with ERR_CONNECTION_RESET. Note that
96 // after the FakeDataChannel is closed, the first Write() call completes
148 // Controls the completion of Write() after the FakeDataChannel is closed.
149 // After the FakeDataChannel is closed, the first Write() call completes
174 virtual int Write(IOBuffer* buf, int buf_len,
176 // Write random number of bytes.
178 return outgoing_->Write(buf, buf_len, callback);
270 // Write then read.
272 server.Write(write_bu
[all...]
H A Dtcp_client_socket_libevent.cc477 int TCPClientSocketLibevent::Write(IOBuffer* buf, function in class:net::TCPClientSocketLibevent
646 // since Run may result in Write being called, clear write_callback_ up front.
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket.cc225 int SpdyProxyClientSocket::Write(IOBuffer* buf, int buf_len, function in class:net::SpdyProxyClientSocket
/external/chromium_org/net/udp/
H A Dudp_socket_libevent.cc171 int UDPSocketLibevent::Write(IOBuffer* buf, function in class:net::UDPSocketLibevent
337 // since Run may result in Write being called, clear write_callback_ up front.
/external/chromium_org/ppapi/proxy/
H A Dfile_io_resource.cc208 int32_t FileIOResource::Write(int64_t offset, function in class:ppapi::proxy::FileIOResource
H A Draw_var_data.cc175 void RawVarDataGraph::Write(IPC::Message* m, function in class:ppapi::proxy::RawVarDataGraph
177 // Write the size, followed by each node in the graph.
181 data_[i]->Write(m, handle_writer);
283 void BasicRawVarData::Write( function in class:ppapi::proxy::BasicRawVarData
299 IPC::ParamTraits<double>::Write(m, var_.value.as_double);
377 void StringRawVarData::Write(IPC::Message* m, function in class:ppapi::proxy::StringRawVarData
482 void ArrayBufferRawVarData::Write( function in class:ppapi::proxy::ArrayBufferRawVarData
573 void ArrayRawVarData::Write(IPC::Message* m, function in class:ppapi::proxy::ArrayRawVarData
636 void DictionaryRawVarData::Write( function in class:ppapi::proxy::DictionaryRawVarData
/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
515 return writer_.Write(SerializeAndFrameMessage(*packet), done_task);
H A Dfake_session.cc85 int FakeSocket::Write(net::IOBuffer* buf, int buf_len, function in class:remoting::protocol::FakeSocket
258 int FakeUdpSocket::Write(net::IOBuffer* buf, int buf_len, function in class:remoting::protocol::FakeUdpSocket
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorHeapProfilerAgent.cpp217 void Write(const String& chunk) { m_frontend->addHeapSnapshotChunk(m_uid, chunk); } function in class:WebCore::OutputStream
/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/media/webrtc/
H A Dwebrtcvoiceengine.h74 virtual bool Write(const void *buf, int len) { function in class:cricket::WebRtcMonitorStream
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.cc66 talk_base::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
581 StreamResult PseudoTcpChannel::InternalStream::Write( function in class:cricket::PseudoTcpChannel::InternalStream
588 return parent_->Write(data, data_len, written, error);
/external/chromium_org/third_party/lzma_sdk/
H A DTypes.h134 void (*Write)(void *p, Byte b); member in struct:__anon11765
151 size_t (*Write)(void *p, const void *buf, size_t size); member in struct:__anon11767
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h135 void (*Write)(void *p, Byte b); member in struct:__anon13340
152 size_t (*Write)(void *p, const void *buf, size_t size); member in struct:__anon13342
/external/chromium_org/tools/android/forwarder/
H A Dforwarder.cc64 int Write(int fd) { function in class:__anon14055::Buffer
239 if (buffer2.Write(socket1) <= 0)
243 if (buffer1.Write(socket2) <= 0)
/external/chromium_org/tools/android/forwarder2/
H A Dsocket.cc321 int Socket::Write(const void* buffer, size_t count) { function in class:forwarder2::Socket
357 ret = Write(static_cast<const char*>(buffer) + bytes_written,

Completed in 631 milliseconds

1234567891011>>