/third_party/node/src/ |
D | inspector_io.cc | 103 int err = uv_async_init(loop, &async_, [](uv_async_t* async) { in RequestQueueData() 105 node::ContainerOf(&RequestQueueData::async_, async); in RequestQueueData() 120 CHECK_EQ(0, uv_async_send(&async_)); in Post() 159 uv_async_t async_; member in node::inspector::__anone87234320111::RequestQueueData 377 uv_close(reinterpret_cast<uv_handle_t*>(&queue->async_), in CloseAndFree() 381 node::ContainerOf(&RequestQueueData::async_, async); in CloseAndFree()
|
D | node_watchdog.cc | 51 rc = uv_async_init(&loop_, &async_, [](uv_async_t* signal) { in Watchdog() 52 Watchdog* w = ContainerOf(&Watchdog::async_, signal); in Watchdog() 70 uv_async_send(&async_); in ~Watchdog() 73 uv_close(reinterpret_cast<uv_handle_t*>(&async_), nullptr); in ~Watchdog()
|
D | node_watchdog.h | 60 uv_async_t async_; variable
|
D | node_messaging.cc | 583 reinterpret_cast<uv_handle_t*>(&async_), in MessagePort() 588 MessagePort* channel = ContainerOf(&MessagePort::async_, handle); in MessagePort() 593 &async_, in MessagePort() 624 CHECK_EQ(uv_async_send(&async_), 0); in TriggerAsync()
|
D | node_messaging.h | 243 uv_async_t async_; variable
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUDevice.cpp | 79 : env_(env), device_(device), async_(std::make_shared<AsyncRunner>(env, device)) { in GPUDevice() 138 return interop::GPUQueue::Create<GPUQueue>(env, device_.GetQueue(), async_); in getQueue() 162 device_, async_); in createBuffer() 267 env, device_.CreateShaderModule(&sm_desc), async_); in createShaderModule() 317 auto ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in createComputePipelineAsync() 360 auto ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in createRenderPipelineAsync() 457 auto* ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in popErrorScope()
|
D | GPUShaderModule.cpp | 27 : shader_(std::move(shader)), async_(std::move(async)) { in GPUShaderModule() 94 auto ctx = new Context{env, Promise(env, PROMISE_INFO), async_}; in compilationInfo()
|
D | GPUQueue.cpp | 30 : queue_(std::move(queue)), async_(std::move(async)) { in GPUQueue() 54 auto ctx = new Context{env, interop::Promise<void>(env, PROMISE_INFO), async_}; in onSubmittedWorkDone()
|
D | GPUBuffer.cpp | 37 async_(std::move(async)) { in GPUBuffer() 69 auto ctx = new Context{env, interop::Promise<void>(env, PROMISE_INFO), async_, state_}; in mapAsync()
|
D | GPUShaderModule.h | 45 std::shared_ptr<AsyncRunner> async_; variable
|
D | GPUQueue.h | 56 std::shared_ptr<AsyncRunner> async_; variable
|
D | GPUBuffer.h | 79 std::shared_ptr<AsyncRunner> async_; variable
|
D | GPUDevice.h | 106 std::shared_ptr<AsyncRunner> async_; variable
|
/third_party/typescript/tests/cases/user/async/ |
D | index.ts | 1 import async_ = require('async');
|
/third_party/python/Lib/test/ |
D | test_compile.py | 1043 def check_stack_size(self, snippet, async_=False): argument 1047 if async_: 1286 self.check_stack_size(snippet, async_=True) 1293 self.check_stack_size(snippet, async_=True) 1302 self.check_stack_size(snippet, async_=True) 1317 self.check_stack_size(snippet, async_=True) 1327 self.check_stack_size(snippet, async_=True)
|
D | test_minidom.py | 63 self.assertFalse(doc.async_) 64 self.assertFalse(Document.async_)
|
/third_party/boost/libs/asio/doc/requirements/ |
D | asynchronous_socket_operations.qbk | 11 having prefix `async_`.
|
D | asynchronous_operations.qbk | 39 In this library, all functions with the prefix `async_` are initiating
|
/third_party/python/Lib/xml/dom/ |
D | xmlbuilder.py | 337 async_ = False variable in DocumentLS
|
/third_party/grpc/examples/cpp/helloworld/ |
D | CMakeLists.txt | 149 # Targets greeter_[async_](client|server)
|
/third_party/glib/ |
D | NEWS | 6213 693694 gio: Fix annotations on g_[async_]initable_new() and friends
|