/third_party/boost/libs/compute/include/boost/compute/async/ |
D | future.hpp | 24 class future class 27 future() in future() function in boost::compute::future 32 future(const T &result, const event &event) in future() function in boost::compute::future 38 future(const future<T> &other) in future() function in boost::compute::future 107 class future<void> class 110 future() in future() function in boost::compute::future 116 future(const future<T> &other) in future() function in boost::compute::future 121 explicit future(const event &event) in future() function in boost::compute::future
|
/third_party/boost/boost/compute/async/ |
D | future.hpp | 24 class future class 27 future() in future() function in boost::compute::future 32 future(const T &result, const event &event) in future() function in boost::compute::future 38 future(const future<T> &other) in future() function in boost::compute::future 107 class future<void> class 110 future() in future() function in boost::compute::future 116 future(const future<T> &other) in future() function in boost::compute::future 121 explicit future(const event &event) in future() function in boost::compute::future
|
/third_party/boost/libs/proto/example/ |
D | futures.cpp | 98 struct future struct 101 future(T const &t = T()) in future() argument 119 future<A> a; in main() argument
|
/third_party/python/Lib/concurrent/futures/ |
D | _base.py | 67 def add_result(self, future): argument 70 def add_exception(self, future): argument 73 def add_cancelled(self, future): argument 83 def add_result(self, future): argument 88 def add_exception(self, future): argument 93 def add_cancelled(self, future): argument 101 def add_result(self, future): argument 105 def add_exception(self, future): argument 109 def add_cancelled(self, future): argument 128 def add_result(self, future): argument [all …]
|
/third_party/boost/libs/yap/example/ |
D | future_group.cpp | 35 struct future : struct 38 future (T const & t = T()) : in future() function 49 // A transform that flattens future expressions into a tuple. argument
|
/third_party/boost/boost/fiber/future/ |
D | future.hpp | 111 class future : private detail::future_base< R > { class 120 explicit future( typename base_type::ptr_type const& p) noexcept : in future() function in boost::fibers::future 130 future( future && other) noexcept : in future() function in boost::fibers::future 160 class future< R & > : private detail::future_base< R & > { class 169 explicit future( typename base_type::ptr_type const& p) noexcept : in future() function in boost::fibers::future 179 future( future && other) noexcept : in future() function in boost::fibers::future 209 class future< void > : private detail::future_base< void > { class 218 explicit future( base_type::ptr_type const& p) noexcept : in future() function in boost::fibers::future 229 future( future && other) noexcept : in future() function in boost::fibers::future
|
/third_party/boost/libs/thread/test/ |
D | test_11818.cpp | 21 boost::future<int> future = promise.get_future(); in main() local 43 boost::shared_future<int> future = promise.get_future().share(); in main() local
|
D | test_12293.cpp | 32 auto waitFuture = future1.then([&tmpValue, &promise2](boost::future<void> future){ in main() 45 }).then([&value, &tmpValue](boost::future<boost::future<void>> future){ in main()
|
D | test_futures.cpp | 769 unsigned const future=boost::wait_for_any(f1,f2); in BOOST_AUTO_TEST_CASE() local 787 unsigned const future=boost::wait_for_any(f1,f2); in BOOST_AUTO_TEST_CASE() local 807 unsigned const future=boost::wait_for_any(f1,f2,f3); in BOOST_AUTO_TEST_CASE() local 828 unsigned const future=boost::wait_for_any(f1,f2,f3); in BOOST_AUTO_TEST_CASE() local 849 unsigned const future=boost::wait_for_any(f1,f2,f3); in BOOST_AUTO_TEST_CASE() local 872 unsigned const future=boost::wait_for_any(f1,f2,f3,f4); in BOOST_AUTO_TEST_CASE() local 896 unsigned const future=boost::wait_for_any(f1,f2,f3,f4); in BOOST_AUTO_TEST_CASE() local 920 unsigned const future=boost::wait_for_any(f1,f2,f3,f4); in BOOST_AUTO_TEST_CASE() local 944 unsigned const future=boost::wait_for_any(f1,f2,f3,f4); in BOOST_AUTO_TEST_CASE() local 970 unsigned const future=boost::wait_for_any(f1,f2,f3,f4,f5); in BOOST_AUTO_TEST_CASE() local [all …]
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | winrt_async_manager.hpp | 75 auto future = promise->get_future(); member in boost::asio::detail::winrt_async_manager 107 auto future = promise->get_future(); member in boost::asio::detail::winrt_async_manager 142 auto future = promise->get_future(); member in boost::asio::detail::winrt_async_manager
|
/third_party/boost/boost/asio/detail/ |
D | winrt_async_manager.hpp | 75 auto future = promise->get_future(); member in boost::asio::detail::winrt_async_manager 107 auto future = promise->get_future(); member in boost::asio::detail::winrt_async_manager 142 auto future = promise->get_future(); member in boost::asio::detail::winrt_async_manager
|
/third_party/boost/libs/compute/test/ |
D | test_copy_type_mismatch.cpp | 253 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local 279 compute::future<bc::vector<int_>::iterator > future = in BOOST_AUTO_TEST_CASE() local 556 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local 620 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local 652 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local 794 compute::future<bc::svm_ptr<int_> > future = in BOOST_AUTO_TEST_CASE() local 833 compute::future<bc::vector<int_>::iterator > future = in BOOST_AUTO_TEST_CASE() local 870 compute::future<bc::svm_ptr<int_> > future = in BOOST_AUTO_TEST_CASE() local 1151 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local 1183 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local
|
D | test_event.cpp | 95 boost::compute::future<void> future(queue.enqueue_marker()); in BOOST_AUTO_TEST_CASE() local 132 std::future<void> future = promise->get_future(); in BOOST_AUTO_TEST_CASE() local
|
D | test_copy.cpp | 126 bc::future<bc::vector<int>::iterator> future = in BOOST_AUTO_TEST_CASE() local 304 compute::future<void> future = in BOOST_AUTO_TEST_CASE() local 378 boost::compute::future<void> future = in BOOST_AUTO_TEST_CASE() local
|
/third_party/mindspore/mindspore/core/mindrt/include/async/ |
D | collect.h | 67 void Waited(const Future<T> &future) { in Waited() 101 Future<std::list<T>> future = promise->GetFuture(); in Collect() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | Period.java | 148 public Period inFuture(boolean future) { in inFuture() 295 private Period(int limit, boolean future, float count, TimeUnit unit) { in Period() 347 private Period setFuture(boolean future) { in setFuture()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
D | Period.java | 150 public Period inFuture(boolean future) { in inFuture() 297 private Period(int limit, boolean future, float count, TimeUnit unit) { in Period() 349 private Period setFuture(boolean future) { in setFuture()
|
/third_party/boost/libs/exception/test/ |
D | copy_exception_test.cpp | 43 future class 47 future (): in future() function in future
|
/third_party/boost/libs/compute/example/ |
D | time_copy.cpp | 46 compute::future<void> future = compute::copy_async( in main() local
|
/third_party/boost/libs/fiber/examples/ |
D | adapt_callbacks.cpp | 150 boost::fibers::future< AsyncAPI::errorcode > future( promise.get_future() ); in write_ec() local 193 boost::fibers::future< result_pair > future( promise.get_future() ); in read_ec() local 217 boost::fibers::future< std::string > future( promise.get_future() ); in read() local
|
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/ |
D | callback_common.pxd.pxi | 21 cdef handle(self, object future)
|
D | callback_common.pyx.pxi | 27 cdef handle(self, object future): 35 def __cinit__(self, object future, object loop, CallbackFailureHandler failure_handler):
|
/third_party/boost/libs/compute/perf/ |
D | perf_copy_to_device.cpp | 36 boost::compute::future<void> future = in main() local
|
/third_party/python/Lib/asyncio/ |
D | base_futures.py | 55 def _future_repr_info(future): argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | WorkerThread.cpp | 101 void AsyncWaitableEvent::setFuture(std::future<void> &&future) in setFuture() 188 auto future = std::async(std::launch::async, [closure, this] { in checkToRunPendingTasks() local
|