Home
last modified time | relevance | path

Searched defs:coroutine (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/ReactorBenchmarks/
DReactorBenchmarks.cpp56 auto coroutine = function(); in BENCHMARK_DEFINE_F() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DComputeProgram.cpp278 …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/
Dasyncio-task.rst16 .. _coroutine: target
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.hpp116 CoroutineState coroutine; member in rr::JITBuilder
/third_party/python/Lib/asyncio/
Dcoroutines.py105 def coroutine(func): function
/third_party/python/Lib/test/
Dtest_coroutines.py793 async def coroutine(): function
816 async def coroutine(): function
865 async def coroutine(): function
1135 async def coroutine(): function
Dtest_inspect.py2184 async def coroutine(): function
/third_party/python/Lib/
Dtypes.py249 def coroutine(func): function
Dinspect.py1826 def getcoroutinestate(coroutine): argument
1844 def getcoroutinelocals(coroutine): argument
D_collections_abc.py66 coroutine = type(_coro) variable
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp2515 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/
Dtestasync.py742 async def _await_coroutine(self, coroutine): argument