Home
last modified time | relevance | path

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

12

/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/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/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
Dbase_events.py568 def _do_shutdown(self, future): argument
605 def run_until_complete(self, future): argument
Dwindows_events.py568 async def accept_coro(future, conn): argument
Devents.py213 def run_until_complete(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/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
/third_party/python/Lib/test/test_asyncio/
Dtest_futures.py671 def bag_appender(future): argument
/third_party/libsnd/include/
Dsndfile.h505 int future [6] ; member
/third_party/python/Modules/
D_asynciomodule.c1583 FutureObj *future; member
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c2718 gboolean future = gap > 0; in handle_big_gap_buffer() local
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.cc1657 bool future = (future_access_mask & (1 << lane)) != 0; in Simulator() local

12