Searched defs:async_ (Results 1 – 9 of 9) sorted by relevance
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ | ||
| D | GPUShaderModule.h | 45 std::shared_ptr<AsyncRunner> async_; variable |
| D | GPUQueue.h | 56 std::shared_ptr<AsyncRunner> async_; variable |
| D | GPUDevice.h | 106 std::shared_ptr<AsyncRunner> async_; variable |
| D | GPUBuffer.h | 79 std::shared_ptr<AsyncRunner> async_; variable |
| /third_party/node/src/ | ||
| D | node_messaging.h | 243 uv_async_t async_; variable |
| D | node_watchdog.h | 60 uv_async_t async_; variable |
| D | inspector_io.cc | 159 uv_async_t async_; member in node::inspector::__anonfebfc0d50111::RequestQueueData |
| /third_party/python/Lib/xml/dom/ | ||
| D | xmlbuilder.py | 337 async_ = False variable in DocumentLS |
| /third_party/python/Lib/test/ | ||
| D | test_compile.py | 818 def check_stack_size(self, snippet, async_=False): argument |