Searched defs:coroutine (Results 1 – 12 of 12) 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/asyncio/ |
D | coroutines.py | 105 def coroutine(func): function
|
/third_party/python/Lib/test/ |
D | test_coroutines.py | 793 async def coroutine(): function 816 async def coroutine(): function 865 async def coroutine(): function 1135 async def coroutine(): function
|
D | test_inspect.py | 2184 async def coroutine(): function
|
/third_party/python/Lib/ |
D | types.py | 249 def coroutine(func): function
|
D | inspect.py | 1826 def getcoroutinestate(coroutine): argument 1844 def getcoroutinelocals(coroutine): argument
|
D | _collections_abc.py | 66 coroutine = type(_coro) variable
|
/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 | 742 async def _await_coroutine(self, coroutine): argument
|