/third_party/libunwind/libunwind/doc/ |
D | unw_destroy_addr_space.tex | 8 \begin{Name}{3}{unw\_destroy\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_destroy\… 15 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t} \Var{as});\\ 19 The \Func{unw\_destroy\_addr\_space}() routine destroys the
|
D | unw_get_accessors.tex | 24 by a call to \Func{unw\_destroy\_addr\_space}(3). 45 \SeeAlso{unw\_destroy\_addr\_space(3)}
|
D | libunwind-ptrace.tex | 20 \Type{void} \Func{\_UPT\_destroy}(\Type{void~*});\\ 84 process, \Func{\_UPT\_destroy}() needs to be called, passing it the
|
/third_party/node/lib/internal/bootstrap/switches/ |
D | is_main_thread.js | 153 stdoutDestroy = stdout._destroy; 154 stdout._destroy = dummyDestroy; 160 stdout._destroy = stdoutDestroy; 174 stderrDestroy = stderr._destroy; 176 stderr._destroy = dummyDestroy; 181 stderr._destroy = stderrDestroy;
|
/third_party/node/test/parallel/ |
D | test-stream-transform-destroy.js | 44 transform._destroy = common.mustCall(function(err, cb) { 86 transform._destroy = common.mustCall(function(err, cb) { 100 transform._destroy = common.mustCall(function(err, cb) { 130 transform._destroy = common.mustCall(function(err, cb) {
|
D | test-stream-duplex-destroy.js | 48 duplex._destroy = common.mustCall(function(err, cb) { 93 duplex._destroy = common.mustCall(function(err, cb) { 109 duplex._destroy = common.mustCall(function(err, cb) { 140 duplex._destroy = common.mustCall(function(err, cb) {
|
D | test-http2-client-rststream-before-connect.js | 47 req._destroy = common.mustCall(req._destroy.bind(req));
|
D | test-stream-readable-destroy.js | 44 read._destroy = common.mustCall(function(err, cb) { 87 read._destroy = common.mustCall(function(err, cb) { 102 read._destroy = common.mustCall(function(err, cb) { 129 read._destroy = common.mustCall(function(err, cb) {
|
D | test-stream-writable-destroy.js | 55 write._destroy = function(err, cb) { function in write 98 write._destroy = common.mustCall(function(err, cb) { 112 write._destroy = common.mustCall(function(err, cb) { 137 write._destroy = common.mustCall(function(err, cb) {
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-gobject-structs.cc | 78 HB_DEFINE_BOXED_TYPE (name, hb_##name##_reference, hb_##name##_destroy) 88 static void _hb_##name##_destroy (hb_##name##_t *l) { hb_free (l); } \ 89 HB_DEFINE_BOXED_TYPE (name, _hb_##name##_reference, _hb_##name##_destroy)
|
/third_party/node/lib/internal/streams/ |
D | destroy.js | 68 _destroy(this, aggregateTwoErrors(er, err), cb); 71 _destroy(this, err, cb); 77 function _destroy(self, err, cb) { function 109 self._destroy(err || null, onDestroy);
|
D | from.js | 57 readable._destroy = function(error, cb) { function
|
D | compose.js | 232 d._destroy = function(err, callback) { function
|
D | writable.js | 246 this._destroy = options.destroy; 902 Writable.prototype._destroy = function(err, cb) { method in Writable
|
/third_party/node/deps/undici/src/lib/api/ |
D | api-pipeline.js | 36 _destroy (err, callback) { method in PipelineRequest 53 _destroy (err, callback) { method in PipelineResponse
|
/third_party/node/test/async-hooks/ |
D | init-hooks.js | 51 destroy: this._destroy.bind(this), 206 _destroy(uid) { method in ActivityCollector
|
/third_party/node/lib/internal/ |
D | heap_utils.js | 27 _destroy() { method in HeapSnapshotStream
|
/third_party/node/lib/ |
D | _http_incoming.js | 221 IncomingMessage.prototype._destroy = function _destroy(err, cb) { method in IncomingMessage
|
D | _http_client.js | 877 function _destroy(req, err) { function 896 _destroy(req, er || err); 902 _destroy(req, err || req[kError]);
|
/third_party/node/lib/internal/fs/ |
D | sync_write_stream.js | 35 SyncWriteStream.prototype._destroy = function(err, cb) { method in SyncWriteStream
|
D | streams.js | 284 ReadStream.prototype._destroy = function(err, cb) { method in ReadStream 500 WriteStream.prototype._destroy = function(err, cb) { method in WriteStream
|
/third_party/libbpf/src/ |
D | bpf_helpers.h | 337 cleanup(bpf_iter_##type##_destroy))), \ 343 (void)bpf_iter_##type##_destroy, (void *)0); \
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-object.c | 145 (destroy_func_t) hb_##name##_destroy, \ 158 (destroy_func_t) hb_##name##_destroy, \
|
/third_party/python/Lib/turtledemo/ |
D | __main__.py | 132 root.wm_protocol("WM_DELETE_WINDOW", self._destroy) 387 def _destroy(self): member in DemoWindow
|
/third_party/python/Modules/ |
D | _abc.c | 153 _destroy(PyObject *setweakref, PyObject *objweakref) in _destroy() function 170 "_destroy", (PyCFunction) _destroy, METH_O
|