/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ssl/ |
D | stream.hpp | 86 typedef typename lowest_layer_type::executor_type executor_type; typedef in boost::asio::ssl::stream 144 executor_type get_executor() BOOST_ASIO_NOEXCEPT in get_executor() 452 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 457 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 488 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 493 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 542 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 547 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 629 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 634 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() [all …]
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | handler_work.hpp | 85 : executor_(BOOST_ASIO_MOVE_CAST(executor_type)(other.executor_)) in handler_work_base() 110 >::type executor_type; typedef in boost::asio::detail::handler_work_base 112 executor_type executor_; 196 typename IoContext::executor_type 227 ex.target_type() == typeid(typename IoContext::executor_type) in handler_work_base() 312 executor_type; typedef in boost::asio::detail::handler_work_base 315 const executor_type& ex) BOOST_ASIO_NOEXCEPT in handler_work_base() 318 ex.target_type() == typeid(typename IoContext::executor_type) in handler_work_base() 319 ? executor_type() in handler_work_base() 327 handler_work_base(const executor_type& ex, in handler_work_base() [all …]
|
D | io_object_impl.hpp | 33 typename Executor = io_context::executor_type> 44 typedef Executor executor_type; typedef in boost::asio::detail::io_object_impl 47 explicit io_object_impl(int, const executor_type& ex) in io_object_impl() 99 executor_.~executor_type(); in operator =() 100 new (&executor_) executor_type(other.executor_); in operator =() 108 const executor_type& get_executor() BOOST_ASIO_NOEXCEPT in get_executor() 165 executor_type executor_;
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | basic_socket_acceptor.hpp | 88 typedef Executor executor_type; typedef in boost::asio::basic_socket_acceptor 128 explicit basic_socket_acceptor(const executor_type& ex) in basic_socket_acceptor() 164 basic_socket_acceptor(const executor_type& ex, const protocol_type& protocol) in basic_socket_acceptor() 225 basic_socket_acceptor(const executor_type& ex, in basic_socket_acceptor() 313 basic_socket_acceptor(const executor_type& ex, in basic_socket_acceptor() 448 executor_type get_executor() BOOST_ASIO_NOEXCEPT in get_executor() 1231 WaitHandler BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 1236 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 1348 AcceptHandler BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 1353 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type), in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() [all …]
|
D | executor_work_guard.hpp | 51 typedef Executor executor_type; typedef in boost::asio::executor_work_guard 57 explicit executor_work_guard(const executor_type& e) BOOST_ASIO_NOEXCEPT in executor_work_guard() 95 executor_type get_executor() const BOOST_ASIO_NOEXCEPT in get_executor() 124 executor_type executor_; 140 typedef Executor executor_type; typedef in boost::asio::executor_work_guard 142 explicit executor_work_guard(const executor_type& e) BOOST_ASIO_NOEXCEPT in executor_work_guard() 183 executor_type get_executor() const BOOST_ASIO_NOEXCEPT in get_executor() 208 const executor_type&, 213 executor_type executor_; 233 inline executor_work_guard<typename ExecutionContext::executor_type> [all …]
|
D | basic_datagram_socket.hpp | 63 typedef Executor executor_type; typedef in boost::asio::basic_datagram_socket 95 explicit basic_datagram_socket(const executor_type& ex) in basic_datagram_socket() 129 basic_datagram_socket(const executor_type& ex, const protocol_type& protocol) in basic_datagram_socket() 172 basic_datagram_socket(const executor_type& ex, const endpoint_type& endpoint) in basic_datagram_socket() 217 basic_datagram_socket(const executor_type& ex, in basic_datagram_socket() 462 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 467 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 506 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 512 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 647 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> [all …]
|
D | basic_raw_socket.hpp | 63 typedef Executor executor_type; typedef in boost::asio::basic_raw_socket 95 explicit basic_raw_socket(const executor_type& ex) in basic_raw_socket() 129 basic_raw_socket(const executor_type& ex, const protocol_type& protocol) in basic_raw_socket() 171 basic_raw_socket(const executor_type& ex, const endpoint_type& endpoint) in basic_raw_socket() 215 basic_raw_socket(const executor_type& ex, in basic_raw_socket() 454 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 459 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 498 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 504 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 639 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> [all …]
|
D | basic_stream_socket.hpp | 65 typedef Executor executor_type; typedef in boost::asio::basic_stream_socket 98 explicit basic_stream_socket(const executor_type& ex) in basic_stream_socket() 134 basic_stream_socket(const executor_type& ex, const protocol_type& protocol) in basic_stream_socket() 177 basic_stream_socket(const executor_type& ex, const endpoint_type& endpoint) in basic_stream_socket() 221 basic_stream_socket(const executor_type& ex, in basic_stream_socket() 477 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 482 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 530 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 536 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 688 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> [all …]
|
D | buffered_stream.hpp | 56 typedef typename lowest_layer_type::executor_type executor_type; typedef in boost::asio::buffered_stream 94 executor_type get_executor() BOOST_ASIO_NOEXCEPT in get_executor() 132 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 137 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 165 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 170 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 194 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 199 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 226 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 231 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
|
D | basic_seq_packet_socket.hpp | 60 typedef Executor executor_type; typedef in boost::asio::basic_seq_packet_socket 93 explicit basic_seq_packet_socket(const executor_type& ex) in basic_seq_packet_socket() 130 basic_seq_packet_socket(const executor_type& ex, in basic_seq_packet_socket() 176 basic_seq_packet_socket(const executor_type& ex, in basic_seq_packet_socket() 222 basic_seq_packet_socket(const executor_type& ex, in basic_seq_packet_socket() 442 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 448 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 615 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 621 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 674 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> [all …]
|
D | read.hpp | 775 typename AsyncReadStream::executor_type)> 781 typename AsyncReadStream::executor_type), 854 typename AsyncReadStream::executor_type)> 861 typename AsyncReadStream::executor_type), 922 typename AsyncReadStream::executor_type)> 929 typename AsyncReadStream::executor_type), 1000 typename AsyncReadStream::executor_type)> 1008 typename AsyncReadStream::executor_type), 1071 typename AsyncReadStream::executor_type)> 1077 typename AsyncReadStream::executor_type)); [all …]
|
D | buffered_write_stream.hpp | 59 typedef typename lowest_layer_type::executor_type executor_type; typedef in boost::asio::buffered_write_stream 103 executor_type get_executor() BOOST_ASIO_NOEXCEPT in get_executor() 135 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 140 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)); 158 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 163 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)); 187 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 192 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
|
D | read_until.hpp | 1630 typename AsyncReadStream::executor_type)> 1637 typename AsyncReadStream::executor_type), 1731 typename AsyncReadStream::executor_type)> 1739 typename AsyncReadStream::executor_type), 1840 typename AsyncReadStream::executor_type)> 1848 typename AsyncReadStream::executor_type), 1992 typename AsyncReadStream::executor_type)> 2000 typename AsyncReadStream::executor_type), 2095 typename AsyncReadStream::executor_type)> 2102 typename AsyncReadStream::executor_type)); [all …]
|
D | buffered_read_stream.hpp | 59 typedef typename lowest_layer_type::executor_type executor_type; typedef in boost::asio::buffered_read_stream 103 executor_type get_executor() BOOST_ASIO_NOEXCEPT in get_executor() 143 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 148 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 166 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 171 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)); 189 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 194 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type));
|
D | co_spawn.hpp | 224 typename ExecutionContext::executor_type)> 230 typename ExecutionContext::executor_type), 233 && is_convertible<typename ExecutionContext::executor_type, 283 typename ExecutionContext::executor_type)> 289 typename ExecutionContext::executor_type), 292 && is_convertible<typename ExecutionContext::executor_type, 453 typename ExecutionContext::executor_type)> 459 typename ExecutionContext::executor_type),
|
D | write_at.hpp | 463 typename AsyncRandomAccessWriteDevice::executor_type)> 470 typename AsyncRandomAccessWriteDevice::executor_type)); 548 typename AsyncRandomAccessWriteDevice::executor_type)> 556 typename AsyncRandomAccessWriteDevice::executor_type)); 610 typename AsyncRandomAccessWriteDevice::executor_type)> 617 typename AsyncRandomAccessWriteDevice::executor_type)); 683 typename AsyncRandomAccessWriteDevice::executor_type)> 690 typename AsyncRandomAccessWriteDevice::executor_type));
|
D | read_at.hpp | 466 typename AsyncRandomAccessReadDevice::executor_type)> 473 typename AsyncRandomAccessReadDevice::executor_type)); 545 typename AsyncRandomAccessReadDevice::executor_type)> 553 typename AsyncRandomAccessReadDevice::executor_type)); 607 typename AsyncRandomAccessReadDevice::executor_type)> 614 typename AsyncRandomAccessReadDevice::executor_type)); 674 typename AsyncRandomAccessReadDevice::executor_type)> 682 typename AsyncRandomAccessReadDevice::executor_type));
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor_factory.cc | 40 void ExecutorFactory::Register(const string& executor_type, in Register() argument 43 if (!executor_factories()->insert({executor_type, factory}).second) { in Register() 45 << "under" << executor_type; in Register() 61 Status ExecutorFactory::GetFactory(const string& executor_type, in GetFactory() argument 65 auto iter = executor_factories()->find(executor_type); in GetFactory() 69 executor_type, " ", RegisteredFactoriesErrorMessageLocked()); in GetFactory() 76 Status NewExecutor(const string& executor_type, in NewExecutor() argument 80 TF_RETURN_IF_ERROR(ExecutorFactory::GetFactory(executor_type, &factory)); in NewExecutor()
|
/external/sdv/vsomeip/third_party/boost/asio/test/execution/ |
D | prefer_only.cpp | 288 > executor_type; in prefer_only_executor_query_test() typedef 290 executor_type ex1 = possibly_blocking_executor(); in prefer_only_executor_query_test() 304 executor_type ex2 = boost::asio::prefer(ex1, execution::blocking.possibly); in prefer_only_executor_query_test() 318 executor_type ex3 = boost::asio::prefer(ex1, execution::blocking.never); in prefer_only_executor_query_test() 332 executor_type ex4 = never_blocking_executor(); in prefer_only_executor_query_test() 346 executor_type ex5 = boost::asio::prefer(ex4, execution::blocking.possibly); in prefer_only_executor_query_test() 360 executor_type ex6 = boost::asio::prefer(ex4, execution::blocking.never); in prefer_only_executor_query_test() 374 executor_type ex7 = either_blocking_executor(execution::blocking.possibly); in prefer_only_executor_query_test() 388 executor_type ex8 = boost::asio::prefer(ex7, execution::blocking.possibly); in prefer_only_executor_query_test() 402 executor_type ex9 = boost::asio::prefer(ex7, execution::blocking.never); in prefer_only_executor_query_test() [all …]
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/posix/ |
D | basic_stream_descriptor.hpp | 54 typedef Executor executor_type; typedef in boost::asio::posix::basic_stream_descriptor 78 explicit basic_stream_descriptor(const executor_type& ex) in basic_stream_descriptor() 116 basic_stream_descriptor(const executor_type& ex, in basic_stream_descriptor() 280 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 285 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 394 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 399 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 410 typedef Executor executor_type; typedef in boost::asio::posix::basic_stream_descriptor::initiate_async_write_some 417 executor_type get_executor() const BOOST_ASIO_NOEXCEPT in get_executor() 443 typedef Executor executor_type; typedef in boost::asio::posix::basic_stream_descriptor::initiate_async_read_some [all …]
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/windows/ |
D | basic_stream_handle.hpp | 48 typedef Executor executor_type; typedef in boost::asio::windows::basic_stream_handle 74 explicit basic_stream_handle(const executor_type& ex) in basic_stream_handle() 111 basic_stream_handle(const executor_type& ex, const native_handle_type& handle) in basic_stream_handle() 273 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 278 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 387 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 392 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 403 typedef Executor executor_type; typedef in boost::asio::windows::basic_stream_handle::initiate_async_write_some 410 executor_type get_executor() const BOOST_ASIO_NOEXCEPT in get_executor() 436 typedef Executor executor_type; typedef in boost::asio::windows::basic_stream_handle::initiate_async_read_some [all …]
|
D | basic_random_access_handle.hpp | 45 typedef Executor executor_type; typedef in boost::asio::windows::basic_random_access_handle 71 explicit basic_random_access_handle(const executor_type& ex) in basic_random_access_handle() 109 basic_random_access_handle(const executor_type& ex, in basic_random_access_handle() 280 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 286 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 402 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 408 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 419 typedef Executor executor_type; typedef in boost::asio::windows::basic_random_access_handle::initiate_async_write_some_at 426 executor_type get_executor() const BOOST_ASIO_NOEXCEPT in get_executor() 452 typedef Executor executor_type; typedef in boost::asio::windows::basic_random_access_handle::initiate_async_read_some_at [all …]
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/ |
D | basic_resolver.hpp | 73 typedef Executor executor_type; typedef in boost::asio::ip::basic_resolver 108 explicit basic_resolver(const executor_type& ex) in basic_resolver() 222 executor_type get_executor() BOOST_ASIO_NOEXCEPT in get_executor() 673 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 678 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 731 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 737 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 793 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> 800 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN(executor_type)) in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 858 BOOST_ASIO_DEFAULT_COMPLETION_TOKEN_TYPE(executor_type)> [all …]
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/ |
D | priority_scheduler.cpp | 38 class executor_type class in priority_scheduler 41 executor_type(priority_scheduler& ctx) noexcept in executor_type() function in priority_scheduler::executor_type 56 executor_type require(custom_props::priority pri) const in require() 58 executor_type new_ex(*this); in require() 72 friend bool operator==(const executor_type& a, in operator ==() 73 const executor_type& b) noexcept in operator ==() 78 friend bool operator!=(const executor_type& a, in operator !=() 79 const executor_type& b) noexcept in operator !=() 89 executor_type executor() noexcept in executor() 91 return executor_type(*const_cast<priority_scheduler*>(this)); in executor()
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/ |
D | priority_scheduler.cpp | 17 class executor_type class in priority_scheduler 20 executor_type(priority_scheduler& ctx, int pri) noexcept in executor_type() function in priority_scheduler::executor_type 39 friend bool operator==(const executor_type& a, in operator ==() 40 const executor_type& b) noexcept in operator ==() 45 friend bool operator!=(const executor_type& a, in operator !=() 46 const executor_type& b) noexcept in operator !=() 62 executor_type get_executor(int pri = 0) noexcept in get_executor() 64 return executor_type(*const_cast<priority_scheduler*>(this), pri); in get_executor()
|