/external/sdv/vsomeip/third_party/boost/asio/test/ |
D | write.cpp | 2191 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/ |
D | write.hpp | 772 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/ |
D | eventfd06.c | 54 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/ |
D | WriteHandler.qbk | 42 socket.async_write(... 59 socket.async_write(..., 74 socket.async_write(...,
|
D | CompletionCondition.qbk | 13 boost_asio.reference.async_write `async_write`] to determine when the algorithm has
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | write.hpp | 272 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/ |
D | write.hpp | 538 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/ |
D | mod.rs | 206 mod async_write; module 207 pub use self::async_write::AsyncWrite;
|
/external/sdv/vsomeip/third_party/boost/asio/doc/overview/ |
D | streams.qbk | 40 `write()` and `async_write()`. 54 [link boost_asio.reference.async_write async_write()],
|
D | serial_ports.qbk | 21 [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/ |
D | posix_chat_client.cpp | 84 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()
|
D | chat_client.cpp | 99 boost::asio::async_write(socket_, in do_write() 114 boost::asio::async_write(socket_, in handle_write()
|
D | chat_server.cpp | 109 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/ |
D | connection.cpp | 51 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/ |
D | connection.cpp | 52 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/ |
D | connection.cpp | 58 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/ |
D | async_in.hpp | 63 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/ |
D | async_in.hpp | 53 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/ |
D | connection.hpp | 52 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/ |
D | vcpu.rs | 196 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/ |
D | composed_6.cpp | 130 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/ |
D | composed_6.cpp | 141 boost::asio::async_write(socket_, in async_write_messages() 195 boost::asio::async_write(socket, encoded_message_buffer, in async_write_messages()
|
D | composed_1.cpp | 47 return boost::asio::async_write(socket, in async_write_message()
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp17/coroutines_ts/ |
D | echo_server_with_default.cpp | 36 co_await async_write(socket, boost::asio::buffer(data, n)); in echo() local
|
D | echo_server.cpp | 39 co_await async_write(socket, boost::asio::buffer(data, n), use_awaitable); in echo() local
|