| /third_party/python/Lib/concurrent/futures/ |
| D | _base.py | 65 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 …]
|
| D | thread.py | 47 def __init__(self, future, fn, args, kwargs): argument
|
| D | process.py | 140 def __init__(self, future, fn, args, kwargs): argument
|
| /third_party/python/Lib/asyncio/ |
| D | base_futures.py | 45 def _future_repr_info(future): argument 66 def _future_repr(future): argument
|
| D | futures.py | 381 def _set_state(future, other): argument 409 def wrap_future(future, *, loop=None): argument
|
| D | tasks.py | 337 def __wakeup(self, future): argument
|
| D | base_events.py | 577 def _do_shutdown(self, future): argument 617 def run_until_complete(self, future): argument
|
| D | windows_events.py | 597 async def accept_coro(future, conn): argument
|
| D | events.py | 212 def run_until_complete(self, future): argument
|
| /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/rust/crates/regex/examples/ |
| D | shootout-regex-dna.rs | 42 let future = thread::spawn(move || variant.find_iter(&seq).count()); in main() localVariable
|
| D | shootout-regex-dna-bytes.rs | 42 let future = thread::spawn(move || variant.find_iter(&seq).count()); in main() localVariable
|
| D | shootout-regex-dna-cheat.rs | 47 let future = thread::spawn(move || variant.find_iter(&seq).count()); in main() localVariable
|
| /third_party/mesa3d/src/util/ |
| D | cnd_monotonic.h | 117 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/ |
| D | WorkerThread.cpp | 103 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/ |
| D | simple_stmts.rst | 853 .. _future: target in The :keyword:`!import` statement
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| D | nouveau_video.h | 39 unsigned past, future, current; member
|
| /third_party/python/Lib/http/ |
| D | cookies.py | 246 def _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname): argument
|
| /third_party/python/Python/ |
| D | symtable.c | 275 _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/ |
| D | test_futures.py | 667 def bag_appender(future): argument
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.11.rst | 436 .. _whatsnew311-other-lang-changes:
|
| /third_party/libsnd/include/ |
| D | sndfile.h | 505 int future [6] ; member
|
| /third_party/python/Modules/ |
| D | _asynciomodule.c | 1561 FutureObj *future; member
|
| /third_party/vixl/src/aarch64/ |
| D | simulator-aarch64.cc | 1657 bool future = (future_access_mask & (1 << lane)) != 0; in Simulator() local
|