Searched defs:async_ (Results 1 – 11 of 11) 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 | 312 uv_async_t async_; variable |
| D | node_watchdog.h | 60 uv_async_t async_; variable |
| D | inspector_io.cc | 157 uv_async_t async_; member in node::inspector::__anon1e0931700111::RequestQueueData |
| D | js_native_api_v8_inspector.cc | 573 uv_async_t async_; member in v8impl::__anon5ddf1e810411::RequestQueueData |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ | ||
| D | keywords.rs | 74 pub static mut async_: ::std::os::raw::c_int; constant |
| /third_party/python/Lib/xml/dom/ | ||
| D | xmlbuilder.py | 337 async_ = False variable in DocumentLS |
| /third_party/python/Lib/test/ | ||
| D | test_compile.py | 1427 def check_stack_size(self, snippet, async_=False): argument |