Home
last modified time | relevance | path

Searched refs:async_write (Results 1 – 25 of 120) sorted by relevance

12345

/external/sdv/vsomeip/third_party/boost/asio/test/
Dwrite.cpp2191 boost::asio::async_write(s, buffers, in test_3_arg_const_buffer_async_write()
2202 boost::asio::async_write(s, buffers, in test_3_arg_const_buffer_async_write()
2213 boost::asio::async_write(s, buffers, in test_3_arg_const_buffer_async_write()
2222 int i = boost::asio::async_write(s, buffers, archetypes::lazy_handler()); in test_3_arg_const_buffer_async_write()
2246 boost::asio::async_write(s, buffers, in test_3_arg_mutable_buffer_async_write()
2257 boost::asio::async_write(s, buffers, in test_3_arg_mutable_buffer_async_write()
2268 boost::asio::async_write(s, buffers, in test_3_arg_mutable_buffer_async_write()
2277 int i = boost::asio::async_write(s, buffers, archetypes::lazy_handler()); in test_3_arg_mutable_buffer_async_write()
2303 boost::asio::async_write(s, buffers, in test_3_arg_boost_array_buffers_async_write()
2314 boost::asio::async_write(s, buffers, in test_3_arg_boost_array_buffers_async_write()
[all …]
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dwrite.hpp772 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers,
853 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers,
912 async_write(AsyncWriteStream& s,
987 async_write(AsyncWriteStream& s,
1049 async_write(AsyncWriteStream& s, basic_streambuf<Allocator>& b,
1115 async_write(AsyncWriteStream& s, basic_streambuf<Allocator>& b,
1173 async_write(AsyncWriteStream& s, DynamicBuffer_v2 buffers,
1244 async_write(AsyncWriteStream& s, DynamicBuffer_v2 buffers,
/external/ltp/testcases/kernel/syscalls/eventfd/
Deventfd06.c54 static void async_write(void) in async_write() function
95 async_write(); in test_select()
118 async_write(); in test_poll()
/external/sdv/vsomeip/third_party/boost/asio/doc/requirements/
DWriteHandler.qbk42 socket.async_write(...
59 socket.async_write(...,
74 socket.async_write(...,
DCompletionCondition.qbk13 boost_asio.reference.async_write `async_write`] to determine when the algorithm has
/external/parameter-framework/asio-1.10.6/include/asio/
Dwrite.hpp272 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers,
346 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers,
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/
Dwrite.hpp538 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
557 async_write(AsyncWriteStream& s, const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
616 async_write(stream_, buffers_.data(), in operator ()()
789 async_write(AsyncWriteStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
799 return async_write(s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
810 async_write(AsyncWriteStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
836 async_write(AsyncWriteStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
840 return async_write(s, basic_streambuf_ref<Allocator>(b), in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
850 async_write(AsyncWriteStream& s, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
855 return async_write(s, basic_streambuf_ref<Allocator>(b), in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
[all …]
/external/rust/android-crates-io/crates/tokio/src/io/
Dmod.rs206 mod async_write; module
207 pub use self::async_write::AsyncWrite;
/external/sdv/vsomeip/third_party/boost/asio/doc/overview/
Dstreams.qbk40 `write()` and `async_write()`.
54 [link boost_asio.reference.async_write async_write()],
Dserial_ports.qbk21 [link boost_asio.reference.write write()], [link boost_asio.reference.async_write
22 async_write()], [link boost_asio.reference.read_until read_until()] or [link
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/chat/
Dposix_chat_client.cpp84 boost::asio::async_write(output_, buffers, in handle_read_body()
120 boost::asio::async_write(socket_, in handle_read_input()
131 boost::asio::async_write(socket_, in handle_read_input()
Dchat_client.cpp99 boost::asio::async_write(socket_, in do_write()
114 boost::asio::async_write(socket_, in handle_write()
Dchat_server.cpp109 boost::asio::async_write(socket_, in deliver()
155 boost::asio::async_write(socket_, in handle_write()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server2/
Dconnection.cpp51 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
58 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server3/
Dconnection.cpp52 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
59 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server/
Dconnection.cpp58 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
65 boost::asio::async_write(socket_, reply_.to_buffers(), in handle_read()
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/windows/
Dasync_in.hpp63 boost::asio::async_write(*pipe_, buf, in on_success()
75 boost::asio::async_write(*pipe_, buf, in on_success()
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/detail/posix/
Dasync_in.hpp53 boost::asio::async_write(*pipe_, buf, in on_success()
66 boost::asio::async_write(*pipe_, buf, in on_success()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/serialization/
Dconnection.hpp52 void async_write(const T& t, Handler handler) in async_write() function in s11n_example::connection
78 boost::asio::async_write(socket_, buffers, handler); in async_write()
/external/crosvm/src/crosvm/plugin/
Dvcpu.rs196 async_write: bool, in reserve_range()
226 space.insert(Range(start, length, async_write)); in reserve_range()
437 Some(Range(start, len, async_write)) => { in process()
442 if async_write && !data.is_write() { in process()
456 io.no_resume = async_write; in process()
457 if !async_write && vcpu_state_lock.matches_hint(io_space, addr, io.is_write) { in process()
478 if async_write { in process()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/operations/
Dcomposed_6.cpp130 boost::asio::async_write(socket_, in operator ()()
184 boost::asio::async_write(socket, encoded_message_buffer, in operator ()()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/operations/
Dcomposed_6.cpp141 boost::asio::async_write(socket_, in async_write_messages()
195 boost::asio::async_write(socket, encoded_message_buffer, in async_write_messages()
Dcomposed_1.cpp47 return boost::asio::async_write(socket, in async_write_message()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp17/coroutines_ts/
Decho_server_with_default.cpp36 co_await async_write(socket, boost::asio::buffer(data, n)); in echo() local
Decho_server.cpp39 co_await async_write(socket, boost::asio::buffer(data, n), use_awaitable); in echo() local

12345