| /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 …]
|
| D | thread.py | 47 def __init__(self, future, fn, args, kwargs): argument
|
| D | process.py | 138 def __init__(self, future, fn, args, kwargs): 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/python/Lib/asyncio/ |
| D | base_futures.py | 55 def _future_repr_info(future): argument
|
| D | futures.py | 378 def _set_state(future, other): argument 404 def wrap_future(future, *, loop=None): argument
|
| D | tasks.py | 302 def __wakeup(self, future): argument
|
| D | base_events.py | 568 def _do_shutdown(self, future): argument 605 def run_until_complete(self, future): argument
|
| D | windows_events.py | 568 async def accept_coro(future, conn): argument
|
| D | events.py | 213 def run_until_complete(self, future): argument
|
| /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 | 847 .. _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 | 282 _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/ |
| D | test_futures.py | 671 def bag_appender(future): argument
|
| /third_party/libsnd/include/ |
| D | sndfile.h | 505 int future [6] ; member
|
| /third_party/python/Modules/ |
| D | _asynciomodule.c | 1583 FutureObj *future; member
|
| /third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
| D | gstrtpjitterbuffer.c | 2718 gboolean future = gap > 0; in handle_big_gap_buffer() local
|
| /third_party/vixl/src/aarch64/ |
| D | simulator-aarch64.cc | 1657 bool future = (future_access_mask & (1 << lane)) != 0; in Simulator() local
|