Home
last modified time | relevance | path

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

12

/third_party/python/Lib/concurrent/futures/
D_base.py65 def add_result(self, future): argument
68 def add_exception(self, future): argument
71 def add_cancelled(self, future): argument
81 def add_result(self, future): argument
86 def add_exception(self, future): argument
91 def add_cancelled(self, future): argument
99 def add_result(self, future): argument
103 def add_exception(self, future): argument
107 def add_cancelled(self, future): argument
126 def add_result(self, future): argument
[all …]
Dthread.py47 def __init__(self, future, fn, args, kwargs): argument
Dprocess.py140 def __init__(self, future, fn, args, kwargs): argument
/third_party/python/Lib/asyncio/
Dbase_futures.py45 def _future_repr_info(future): argument
66 def _future_repr(future): argument
Dfutures.py381 def _set_state(future, other): argument
409 def wrap_future(future, *, loop=None): argument
Dtasks.py337 def __wakeup(self, future): argument
Dbase_events.py577 def _do_shutdown(self, future): argument
617 def run_until_complete(self, future): argument
Dwindows_events.py597 async def accept_coro(future, conn): argument
Devents.py212 def run_until_complete(self, future): argument
/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/regex/examples/
Dshootout-regex-dna.rs42 let future = thread::spawn(move || variant.find_iter(&seq).count()); in main() localVariable
Dshootout-regex-dna-bytes.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/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.rst853 .. _future: target in The :keyword:`!import` statement
/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.c275 _PySymtable_Build(mod_ty mod, PyObject *filename, PyFutureFeatures *future) in _PySymtable_Build()
2150 PyFutureFeatures *future = _PyFuture_FromAST(mod, filename); in _Py_SymtableStringObjectFlags() local
/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py667 def bag_appender(future): argument
/third_party/python/Doc/whatsnew/
D3.11.rst436 .. _whatsnew311-other-lang-changes:
/third_party/libsnd/include/
Dsndfile.h505 int future [6] ; member
/third_party/python/Modules/
D_asynciomodule.c1561 FutureObj *future; member
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.cc1657 bool future = (future_access_mask & (1 << lane)) != 0; in Simulator() local

12