| /third_party/node/test/parallel/ |
| D | test-stream-auto-destroy.js | 14 destroy: common.mustCall((err, cb) => cb()) property 36 destroy: common.mustCall((err, cb) => cb()) property 60 destroy: common.mustCall((err, cb) => cb()) property 94 destroy: common.mustCall((err, cb) => cb()) property 108 destroy: common.mustCall((err, cb) => cb()) property
|
| D | test-stream2-readable-wrap-destroy.js | 14 destroy: common.mustCall() property 23 destroy: common.mustCall() property
|
| D | test-async-hooks-prevent-double-destroy.js | 11 destroy: common.mustCallAtLeast(2) // 1 immediate + manual destroy property
|
| D | test-async-hooks-disable-gc-tracking.js | 11 destroy: common.mustCallAtLeast(1) // only 1 immediate is destroyed property
|
| D | test-async-hooks-destroy-on-gc.js | 13 destroy: common.mustCallAtLeast((asyncId) => { property
|
| /third_party/node/test/async-hooks/ |
| D | test-tcpwrap.js | 132 checkInvocations(tcpserver, { init: 1, before: 1, after: 1, destroy: 1 }, property 134 checkInvocations(tcp1, { init: 1, before: 2, after: 2, destroy: 1 }, property 141 checkInvocations(tcp2, { init: 1, before: 2, after: 2, destroy: 1 }, property 143 checkInvocations(tcpconnect, { init: 1, before: 1, after: 1, destroy: 1 }, property 154 checkInvocations(tcpserver, { init: 1, before: 1, after: 1, destroy: 1 }, property 157 tcp1, { init: 1, before: 2, after: 2, destroy: 1 }, property 160 tcp2, { init: 1, before: 2, after: 2, destroy: 1 }, property 163 tcpconnect, { init: 1, before: 1, after: 1, destroy: 1 }, property
|
| D | test-fsreqcallback-readFile.js | 28 checkInvocations(as[0], { init: 1, before: 1, after: 1, destroy: 1 }, property 30 checkInvocations(as[1], { init: 1, before: 1, after: 1, destroy: 1 }, property 32 checkInvocations(as[2], { init: 1, before: 1, after: 1, destroy: 1 }, property 49 checkInvocations(a, { init: 1, before: 1, after: 1, destroy: 1 }, property
|
| D | test-enable-disable.js | 215 checkInvocations(hook1First, { init: 1, before: 1, after: 1, destroy: 1 }, property 221 checkInvocations(hook2First, { after: 1, destroy: 1 }, property 225 checkInvocations(hook3First, { init: 1, before: 1, after: 1, destroy: 1 }, property 249 checkInvocations(hook1First, { init: 1, before: 1, after: 1, destroy: 1 }, property 257 checkInvocations(hook2First, { after: 1, destroy: 1 }, property 259 checkInvocations(hook2Second, { init: 1, before: 1, after: 1, destroy: 1 }, property 261 checkInvocations(hook3First, { init: 1, before: 1, after: 1, destroy: 1 }, property
|
| D | test-pipeconnectwrap.js | 87 checkInvocations(pipeserver, { init: 1, before: 1, after: 1, destroy: 1 }, property 89 checkInvocations(pipe1, { init: 1, before: 2, after: 2, destroy: 1 }, property 91 checkInvocations(pipeconnect, { init: 1, before: 1, after: 1, destroy: 1 }, property 93 checkInvocations(pipe2, { init: 1, before: 2, after: 2, destroy: 1 }, property
|
| D | test-immediate.js | 47 checkInvocations(imd1, { init: 1, before: 1, after: 1, destroy: 1 }, property 59 checkInvocations(imd1, { init: 1, before: 1, after: 1, destroy: 1 }, property 61 checkInvocations(imd2, { init: 1, before: 1, after: 1, destroy: 1 }, property
|
| D | test-filehandle-no-reuse.js | 58 checkInvocations(fsReqs[0], { init: 1, destroy: 1 }, 'when process exits'); property 59 checkInvocations(fsReqs[1], { init: 1, destroy: 1 }, 'when process exits'); property
|
| D | test-shutdownwrap.js | 47 checkInvocations(as[0], { init: 1, before: 1, after: 1, destroy: 1 }, property 61 checkInvocations(as[0], { init: 1, before: 1, after: 1, destroy: 1 }, property
|
| D | test-http-agent-handle-reuse-serial.js | 100 checkInvocations(first, { init: 1, destroy: 1 }, 'when process exits'); property 103 checkInvocations(second, { init: 1, destroy: 1 }, 'when process exits'); property
|
| D | test-http-agent-handle-reuse-parallel.js | 82 checkInvocations(first, { init: 1, destroy: 1 }, 'when process exits'); property 85 checkInvocations(second, { init: 1, destroy: 1 }, 'when process exits'); property
|
| D | test-timers.setTimeout.js | 57 checkInvocations(t1, { init: 1, before: 1, after: 1, destroy: 1 }, property 59 checkInvocations(t2, { init: 1, before: 1, after: 1, destroy: 1 }, property
|
| D | test-signalwrap.js | 84 signal1, { init: 1, before: 2, after: 2, destroy: 1 }, property 98 signal1, { init: 1, before: 2, after: 2, destroy: 1 }, property
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| D | hash_policy_traits_test.cc | 42 static std::function<void(void*, Slot*)> destroy; member 51 std::function<void(void*, Slot*)> PolicyWithoutOptionalOps::destroy; member in absl::container_internal::__anond51244b20111::PolicyWithoutOptionalOps 91 MockFunction<void(void*, Slot*)> destroy; member 105 TEST_F(Test, destroy) { in TEST_F() argument
|
| /third_party/node/test/addons/async-resource/ |
| D | test.js | 17 let destroy = 0; variable 39 destroy(id) { method
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_pt.h | 77 void (*destroy)(struct draw_pt_front_end *); member 128 void (*destroy)(struct draw_pt_middle_end *); member
|
| /third_party/libabigail/tests/data/test-abicompat/ |
| D | test0-fn-changed-libapp-v0.cc | 51 destroy(S0* s) in destroy() function 59 destroy(S1* s) in destroy() function
|
| D | test0-fn-changed-libapp-v1.cc | 65 destroy(S0* s) in destroy() function 73 destroy(S1* s) in destroy() function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | genericClassPropertyInheritanceSpecialization.ts | 26 destroy(item: T): void; method 48 public destroy(): void { } method in Validator
|
| /third_party/node/deps/undici/src/lib/ |
| D | dispatcher.js | 14 destroy () { method in Dispatcher
|
| /third_party/node/benchmark/async_hooks/ |
| D | async-resource-vs-destroy.js | 69 const hook = createHook({ init, destroy }); field 91 function destroy(asyncId) { function 162 'destroy': buildDestroy, property
|
| /third_party/node/test/fixtures/v8-coverage/ |
| D | async-hooks.js | 8 destroy: common.mustNotCall() property
|