Home
last modified time | relevance | path

Searched defs:coro (Results 1 – 25 of 29) sorted by relevance

12

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py112 def new_task(self, loop, coro, name='TestTask'): argument
131 async def coro(): function
144 async def coro(): function
325 def __init__(self, coro): argument
332 def coro(): function
675 async def coro(): function
709 async def coro(): function
733 async def coro(): function
910 async def coro(): function
944 async def coro(): function
[all …]
Dtest_windows_events.py65 async def coro(): function
Dtest_sendfile.py135 def run_loop(self, coro): argument
502 async def coro(): function
Dtest_pep492.py173 async def coro(): function
Dtest_base_events.py731 async def coro(): function
734 factory = lambda loop, coro: MyTask(coro, loop=loop) argument
790 def create_task(self, coro): argument
828 def task_factory(loop, coro): argument
2031 def run_loop(self, coro): argument
Dtest_proactor_events.py974 def run_loop(self, coro): argument
Dtest_futures.py410 def coro(): function
/external/python/cpython3/Lib/asyncio/
Dcoroutines.py123 def coro(*args, **kw): function
193 def _format_coroutine(coro): argument
198 def get_name(coro): argument
215 def is_running(coro): argument
Dtasks.py93 def __init__(self, coro, *, loop=None, name=None): argument
331 def create_task(coro, *, name=None): argument
866 def run_coroutine_threadsafe(coro, loop): argument
Devents.py278 def create_task(self, coro, *, name=None): argument
/external/python/cpython3/Lib/unittest/test/
Dtest_async_case.py285 async def coro(): function
303 async def coro(): function
/external/python/cpython3/Lib/test/
Dtest_coroutines.py31 def run_async(coro): argument
45 def run_async__await__(coro): argument
731 async def coro(): function
747 async def reader(coro): argument
768 async def read(coro): argument
1066 async def coro(): function
1099 def __init__(self, coro): argument
1138 async def waiter(coro): argument
Dtest_contextlib_async.py385 def run_coroutine(coro): argument
Dtest_collections.py773 def coro(): function
823 def coro(): function
1266 def run_async(coro): argument
Dtest_asyncgen.py26 def run_until_complete(coro): argument
/external/python/cpython3/Objects/
Dgenobject.c944 coro_repr(PyCoroObject *coro) in coro_repr()
951 coro_await(PyCoroObject *coro) in coro_await()
964 coro_get_cr_await(PyCoroObject *coro, void *Py_UNUSED(ignored)) in coro_get_cr_await()
973 cr_getrunning(PyCoroObject *coro, void *Py_UNUSED(ignored)) in cr_getrunning()
1200 PyObject *coro = gen_new_with_qualname(&PyCoro_Type, f, name, qualname); in PyCoro_New() local
/external/python/cpython3/Modules/
D_asynciomodule.c132 _is_coroutine(PyObject *coro) in _is_coroutine()
166 is_coroutine(PyObject *coro) in is_coroutine()
2009 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop, in _asyncio_Task___init___impl()
2587 PyObject *coro; in task_step_impl() local
/external/python/cpython3/Lib/
Dwarnings.py487 def _warn_unawaited_coroutine(coro): argument
/external/clang/test/SemaCXX/
Dcoroutines.cpp29 template<typename Promise> struct coro {}; struct
/external/python/jinja/tests/
Dtest_async.py14 def run(coro): argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.h284 const struct lp_build_coro_suspend_info *coro; member
537 const struct lp_build_coro_suspend_info *coro; member
Dlp_bld_nir.h224 const struct lp_build_coro_suspend_info *coro; member
/external/python/cpython3/Modules/clinic/
D_asynciomodule.c.h332 PyObject *coro; in _asyncio_Task___init__() local
/external/python/cpython3/Python/
D_warnings.c1292 _PyErr_WarnUnawaitedCoroutine(PyObject *coro) in _PyErr_WarnUnawaitedCoroutine()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c84 LLVMValueRef function, coro; in generate_compute() local

12