Home
last modified time | relevance | path

Searched defs:future (Results 1 – 25 of 37) sorted by relevance

12

/third_party/rust/crates/tracing/tracing-futures/src/executor/
Dfutures_01.rs11 let future = e.into_future().inner; localVariable
23 let future = future.instrument(self.span.clone()); in execute() localVariable
34 let future = self.with_dispatch(future); in execute() localVariable
61 let future = Box::new(future.instrument(self.span.clone())); in spawn() localVariable
92 let future = future.instrument(self.span.clone()); in spawn() localVariable
118 let future = future.instrument(self.span.clone()); in block_on() localVariable
143 let future = future.instrument(self.span.clone()); in spawn() localVariable
178 let future = future.instrument(self.span.clone()); in block_on() localVariable
205 let future = Box::new(self.with_dispatch(future)); in spawn() localVariable
237 let future = self.with_dispatch(future); in spawn() localVariable
[all …]
Dfutures_03.rs17 let future = future.instrument(self.span.clone()); in spawn_obj() localVariable
75 let future = future.instrument(self.span.clone()); in spawn_local_obj() localVariable
Dfutures_preview.rs21 let future = future.instrument(self.span.clone()); in spawn_obj() localVariable
78 let future = future.instrument(self.span.clone()); in spawn_local_obj() localVariable
/third_party/python/Lib/concurrent/futures/
D_base.py67 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 …]
Dthread.py47 def __init__(self, future, fn, args, kwargs): argument
Dprocess.py138 def __init__(self, future, fn, args, kwargs): argument
/third_party/rust/crates/tracing/tracing-futures/tests/
Dstd_future.rs16 let future = PollN::new_ok(2).instrument(tracing::span!(Level::TRACE, "foo")); in enter_exit_is_reasonable() localVariable
33 let future = PollN::new_err(2).instrument(tracing::span!(Level::TRACE, "foo")); in error_ends_span() localVariable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DPeriod.java148 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/
DPeriod.java150 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/rust/crates/tracing/tracing-attributes/tests/
Derr.rs39 let future = PollN::new_ok(polls); in err_async() localVariable
92 let future = PollN::new_ok(polls); in err_mut_async() localVariable
Dasync_fn.rs10 let future = PollN::new_ok(polls); in test_async_fn() localVariable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DWorkerThread.cpp101 void AsyncWaitableEvent::setFuture(std::future<void> &&future) in setFuture()
188 auto future = std::async(std::launch::async, [closure, this] { in checkToRunPendingTasks() local
/third_party/rust/crates/regex/examples/
Dshootout-regex-dna-bytes.rs42 let future = thread::spawn(move || variant.find_iter(&seq).count()); in main() localVariable
Dshootout-regex-dna.rs42 let future = thread::spawn(move || variant.find_iter(&seq).count()); in main() localVariable
Dshootout-regex-dna-cheat.rs47 let future = thread::spawn(move || variant.find_iter(&seq).count()); in main() localVariable
/third_party/python/Lib/asyncio/
Dbase_futures.py55 def _future_repr_info(future): argument
Dfutures.py378 def _set_state(future, other): argument
404 def wrap_future(future, *, loop=None): argument
Dtasks.py302 def __wakeup(self, future): argument
/third_party/mesa3d/src/util/
Dcnd_monotonic.h117 const uint64_t future = (abs_time->tv_sec * 1000) + (abs_time->tv_nsec / 1000000); in u_cnd_monotonic_timedwait() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DWorkerThread.cpp103 void AsyncWaitableEvent::setFuture(std::future<void> &&future) in setFuture()
191 auto future = std::async(std::launch::async, [closure, this] { in checkToRunPendingTasks() local
/third_party/python/Doc/reference/
Dsimple_stmts.rst847 .. _future: target in The :keyword:`!import` statement
/third_party/rust/crates/tracing/tracing/src/
Dinstrument.rs327 let future = this.inner; in poll() localVariable
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.h39 unsigned past, future, current; member
/third_party/python/Lib/http/
Dcookies.py246 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): argument
/third_party/python/Python/
Dsymtable.c282 _PySymtable_Build(mod_ty mod, PyObject *filename, PyFutureFeatures *future) in _PySymtable_Build()
2151 PyFutureFeatures *future = _PyFuture_FromAST(mod, filename); in _Py_SymtableStringObjectFlags() local

12