Searched defs:coroutine (Results 1 – 11 of 11) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/tests/ReactorBenchmarks/ |
| D | ReactorBenchmarks.cpp | 56 auto coroutine = function(); in BENCHMARK_DEFINE_F() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| D | ComputeProgram.cpp | 278 …auto coroutine = (*this)(device, &data, groupX, groupY, groupZ, workgroupMemory.data(), subgroupIn… in run() local 284 …auto coroutine = (*this)(device, &data, groupX, groupY, groupZ, workgroupMemory.data(), 0, subgrou… in run() local 290 auto coroutine = std::move(coroutines.front()); in run() local
|
| /third_party/python/Doc/library/ |
| D | asyncio-task.rst | 16 .. _coroutine: target
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMReactor.hpp | 116 CoroutineState coroutine; member in rr::JITBuilder
|
| /third_party/python/Lib/ |
| D | types.py | 247 def coroutine(func): function
|
| D | inspect.py | 1905 def getcoroutinestate(coroutine): argument 1923 def getcoroutinelocals(coroutine): argument
|
| D | _collections_abc.py | 66 coroutine = type(_coro) variable
|
| /third_party/python/Lib/test/ |
| D | test_coroutines.py | 812 async def coroutine(): function 835 async def coroutine(): function 884 async def coroutine(): function 1154 async def coroutine(): function
|
| D | test_inspect.py | 2247 async def coroutine(): function
|
| /third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
| D | ReactorUnitTests.cpp | 2515 auto coroutine = function(); in TEST() local 2546 auto coroutine = function(&data[0], 3); in TEST() local 2586 auto coroutine = function(); in TEST() local 2619 auto coroutine = function(); in TEST() local 2659 auto coroutine = function(); in TEST() local 3459 auto coroutine = function(t, l); in TEST() local
|
| /third_party/python/Lib/unittest/test/testmock/ |
| D | testasync.py | 769 async def _await_coroutine(self, coroutine): argument
|