Home
last modified time | relevance | path

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

12

/external/sdv/vsomeip/third_party/boost/asio/test/
Dcoroutine.cpp28 void yield_break_coro(boost::asio::coroutine& coro) in yield_break_coro()
39 boost::asio::coroutine coro; in yield_break_test() local
51 void return_coro(boost::asio::coroutine& coro) in return_coro()
61 boost::asio::coroutine coro; in return_test() local
70 void exception_coro(boost::asio::coroutine& coro) in exception_coro()
80 boost::asio::coroutine coro; in exception_test() local
89 void fall_off_end_coro(boost::asio::coroutine& coro) in fall_off_end_coro()
98 boost::asio::coroutine coro; in fall_off_end_test() local
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py92 def new_task(self, loop, coro, name='TestTask', context=None): argument
110 async def coro(): function
125 async def coro(): function
267 def __init__(self, coro): argument
272 async def coro(): function
701 async def coro(): function
735 async def coro(): function
761 async def coro(): function
787 async def coro(): function
962 async def coro(): function
[all …]
Dtest_locks.py955 async def coro(tag): function
1054 def make_tasks(self, n, coro): argument
1058 async def gather_tasks(self, n, coro): argument
1136 async def coro(): function
1201 async def coro(): function
1222 async def coro(): function
1245 async def coro(): function
1267 async def coro(): function
1293 async def coro(): function
1338 async def coro(): function
[all …]
Dtest_runners.py216 def __init__(self, loop, coro, **kwargs): argument
396 async def coro(): function
411 async def coro(fut): function
434 async def coro(): function
446 async def coro(): function
461 async def coro(): function
Dtest_windows_events.py65 async def coro(): function
Dtest_waitfor.py151 async def coro(): function
Dtest_taskgroups.py707 async def coro(): function
716 async def coro(val): function
Dtest_pep492.py159 async def coro(): function
Dtest_sendfile.py136 def run_loop(self, coro): argument
512 async def coro(): function
Dtest_base_events.py725 async def coro(): function
728 factory = lambda loop, coro: MyTask(coro, loop=loop) argument
784 def create_task(self, coro): argument
822 def task_factory(loop, coro): argument
1995 def run_loop(self, coro): argument
/external/python/cpython3/Lib/asyncio/
Dcoroutines.py50 def _format_coroutine(coro): argument
53 def get_name(coro): argument
67 def is_running(coro): argument
Dtasks.py96 def __init__(self, coro, *, loop=None, name=None, context=None): argument
366 def create_task(coro, *, name=None, context=None): argument
907 def run_coroutine_threadsafe(coro, loop): argument
Dtaskgroups.py151 def create_task(self, coro, *, name=None, context=None): argument
Drunners.py86 def run(self, coro, *, context=None): argument
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
Dcall_test.py119 async def coro(): function
134 async def coro(): function
148 async def coro(): function
163 async def coro(): function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.h78 static inline void lp_build_coro_add_presplit(LLVMValueRef coro) in lp_build_coro_add_presplit()
/external/python/cpython3/Objects/
Dgenobject.c940 PyObject *coro = make_gen(&PyCoro_Type, func); in _Py_MakeCoro() local
1084 coro_repr(PyCoroObject *coro) in coro_repr()
1091 coro_await(PyCoroObject *coro) in coro_await()
1104 coro_get_cr_await(PyCoroObject *coro, void *Py_UNUSED(ignored)) in coro_get_cr_await()
1113 cr_getsuspended(PyCoroObject *coro, void *Py_UNUSED(ignored)) in cr_getsuspended()
1122 cr_getrunning(PyCoroObject *coro, void *Py_UNUSED(ignored)) in cr_getrunning()
1131 cr_getframe(PyCoroObject *coro, void *Py_UNUSED(ignored)) in cr_getframe()
1362 PyObject *coro = gen_new_with_qualname(&PyCoro_Type, f, name, qualname); in PyCoro_New() local
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dspawn.hpp93 const detail::weak_ptr<callee_type>& coro, in basic_yield_context()
/external/pigweed/pw_async2/examples/
Dcoro.cc116 ExpectCoroTask(Coro<pw::Status>&& coro) : coro_(std::move(coro)) {} in ExpectCoroTask()
/external/python/cpython3/Lib/test/
Dtest_coroutines.py38 def run_async(coro): argument
52 def run_async__await__(coro): argument
750 async def coro(): function
766 async def reader(coro): argument
787 async def read(coro): argument
1085 async def coro(): function
1118 def __init__(self, coro): argument
1157 async def waiter(coro): argument
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcommon.pyx.pxi110 def schedule_coro_threadsafe(object coro, object loop):
/external/pigweed/pw_async2/
Dcoro_test.cc42 ExpectCoroTask(Coro<pw::Status>&& coro) : coro_(std::move(coro)) {} in ExpectCoroTask()
/external/python/cpython3/Lib/unittest/test/
Dtest_async_case.py381 async def coro(): function
429 async def coro(): function
/external/python/cpython3/Modules/
D_asynciomodule.c140 _is_coroutine(PyObject *coro) in _is_coroutine()
174 is_coroutine(PyObject *coro) in is_coroutine()
2005 _asyncio_Task___init___impl(TaskObj *self, PyObject *coro, PyObject *loop, in _asyncio_Task___init___impl()
2636 PyObject *coro; in task_step_impl() local
/external/python/cpython3/Lib/
Dwarnings.py518 def _warn_unawaited_coroutine(coro): argument

12