/third_party/boost/boost/coroutine2/ |
D | coroutine.hpp | 25 struct coroutine { struct 26 using pull_type = detail::pull_coroutine< T >; 27 using push_type = detail::push_coroutine< T >;
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | coroutine.hpp | 242 class coroutine class 246 coroutine() : value_(0) {} in coroutine() function in boost::asio::coroutine
|
/third_party/boost/boost/asio/ |
D | coroutine.hpp | 242 class coroutine class 246 coroutine() : value_(0) {} in coroutine() function in boost::asio::coroutine
|
/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/node/deps/npm/node_modules/bluebird/js/release/ |
D | generators.js | 188 Promise.coroutine = function (generatorFunction, options) { function
|
/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/ |
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/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/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/boost/boost/coroutine/ |
D | asymmetric_coroutine.hpp | 2355 struct coroutine struct 2357 typedef push_coroutine< T > push_type; 2358 typedef pull_coroutine< T > pull_type;
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testasync.py | 742 async def _await_coroutine(self, coroutine): argument
|