| /external/llvm-project/clang/test/CodeGenCoroutines/ |
| D | coro-gro-nrvo.cpp | 29 struct coro { struct 30 using promise_type = promise_type<coro>; argument 37 // CHECK-LABEL: define void @_Z1fi(%struct.coro* noalias sret(%struct.coro) align 8 %agg.result, i3… argument
|
| D | coro-dest-slot.cpp | 7 struct coro { struct 9 coro get_return_object(); argument
|
| D | coro-await-domination.cpp | 6 struct coro { struct 8 coro get_return_object(); argument
|
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_tasks.py | 111 def new_task(self, loop, coro, name='TestTask'): argument 124 async def coro(): function 137 async def coro(): function 264 def __init__(self, coro): argument 271 def coro(): function 614 async def coro(): function 648 async def coro(): function 672 async def coro(): function 849 async def coro(): function 883 async def coro(): function [all …]
|
| D | test_windows_events.py | 65 async def coro(): function
|
| D | test_sendfile.py | 126 def run_loop(self, coro): argument 493 async def coro(): function
|
| D | test_pep492.py | 175 async def coro(): function
|
| D | test_base_events.py | 730 async def coro(): function 733 factory = lambda loop, coro: MyTask(coro, loop=loop) argument 789 def create_task(self, coro): argument 816 def task_factory(loop, coro): argument 2011 def run_loop(self, coro): argument
|
| D | test_proactor_events.py | 949 def run_loop(self, coro): argument
|
| D | test_futures.py | 388 def coro(): function
|
| /external/python/cpython3/Lib/asyncio/ |
| D | coroutines.py | 123 def coro(*args, **kw): function 193 def _format_coroutine(coro): argument 198 def get_name(coro): argument 215 def is_running(coro): argument
|
| D | tasks.py | 116 def __init__(self, coro, *, loop=None, name=None): argument 355 def create_task(coro, *, name=None): argument 909 def run_coroutine_threadsafe(coro, loop): argument
|
| /external/python/cpython3/Lib/test/ |
| D | test_coroutines.py | 29 def run_async(coro): argument 43 def run_async__await__(coro): argument 729 async def coro(): function 745 async def reader(coro): argument 766 async def read(coro): argument 1064 async def coro(): function 1097 def __init__(self, coro): argument 1136 async def waiter(coro): argument
|
| D | test_contextlib_async.py | 285 def run_coroutine(coro): argument
|
| D | test_collections.py | 757 def coro(): function 807 def coro(): function 1250 def run_async(coro): argument
|
| D | test_asyncgen.py | 21 def run_until_complete(coro): argument
|
| /external/python/cpython3/Objects/ |
| D | genobject.c | 895 coro_repr(PyCoroObject *coro) in coro_repr() 902 coro_await(PyCoroObject *coro) in coro_await() 915 coro_get_cr_await(PyCoroObject *coro, void *Py_UNUSED(ignored)) in coro_get_cr_await() 1141 PyObject *coro = gen_new_with_qualname(&PyCoro_Type, f, name, qualname); in PyCoro_New() local
|
| /external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/ |
| D | AsyncToLLVM.cpp | 418 static void addSuspensionPoint(CoroMachinery coro, Value coroState, in addSuspensionPoint() 499 CoroMachinery coro = setupCoroMachinery(func); in outlineExecuteOp() local 745 const CoroMachinery &coro = outlined->getSecond(); in matchAndRewrite() local
|
| /external/python/cpython3/Lib/ |
| D | warnings.py | 487 def _warn_unawaited_coroutine(coro): argument
|
| /external/python/cpython3/Modules/ |
| D | _asynciomodule.c | 138 _is_coroutine(PyObject *coro) in _is_coroutine() 172 is_coroutine(PyObject *coro) in is_coroutine() 2058 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop, in _asyncio_Task___init___impl() 2629 PyObject *coro; in task_step_impl() local
|
| /external/clang/test/SemaCXX/ |
| D | coroutines.cpp | 29 template<typename Promise> struct coro {}; struct
|
| /external/python/jinja/tests/ |
| D | test_async.py | 14 def run(coro): argument
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_tgsi.h | 284 const struct lp_build_coro_suspend_info *coro; member 537 const struct lp_build_coro_suspend_info *coro; member
|
| D | lp_bld_nir.h | 224 const struct lp_build_coro_suspend_info *coro; member
|
| /external/python/cpython3/Modules/clinic/ |
| D | _asynciomodule.c.h | 332 PyObject *coro; in _asyncio_Task___init__() local
|