Home
last modified time | relevance | path

Searched defs:Events (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/undici/src/docs/api/
DClient.md144 ### Event: `'connect'`
190 ### Event: `'disconnect'`
233 ### Event: `'drain'`
271 ### Event: `'error'`
DPool.md74 ### Event: `'connect'`
78 ### Event: `'disconnect'`
82 ### Event: `'drain'`
DBalancedPool.md89 ### Event: `'connect'`
93 ### Event: `'disconnect'`
97 ### Event: `'drain'`
DDispatcher.md821 ### Event: `'connect'`
828 ### Event: `'disconnect'`
836 ### Event: `'connectionError'`
847 ### Event: `'drain'`
/third_party/typescript/tests/baselines/reference/
DfatArrowSelf.js28 var Events; variable
29 (function (Events) { argument
/third_party/googletest/docs/
Dadvanced.md1656 ### Defining Event Listeners
1706 ### Using Event Listeners
1751 ### Generating Failures in Listeners
/third_party/node/deps/cares/src/lib/
Dares_event_win32.h84 ULONG Events; member
/third_party/jsframework/runtime/main/extend/systemplugin/
Dcalendar.js46 const EventsClass = class Events extends CalendarEntityClass { class
361 Events: EventsClass, property
/third_party/vk-gl-cts/doc/testspecs/VK/
Dapitests.adoc413 Events subsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h271 std::vector<wasm::WasmEvent> Events; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DRefBaseTests.cpp57 using Events = std::vector<Event>; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp757 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection()
1116 SmallVector<wasm::WasmEventType, 1> Events; in writeObject() local
/third_party/node/deps/uv/include/uv/
Dwin.h215 ULONG Events; member
/third_party/libuv/include/uv/
Dwin.h216 ULONG Events; member
/third_party/node/doc/api/
Devents.md1 # Events chapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h329 std::vector<Event> Events; member