Home
last modified time | relevance | path

Searched refs:_destroy (Results 1 – 25 of 55) sorted by relevance

123

/third_party/libunwind/doc/
Dunw_destroy_addr_space.tex8 \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
Dunw_get_accessors.tex24 by a call to \Func{unw\_destroy\_addr\_space}(3).
45 \SeeAlso{unw\_destroy\_addr\_space(3)}
/third_party/node/lib/internal/bootstrap/switches/
Dis_main_thread.js151 stdoutDestroy = stdout._destroy;
152 stdout._destroy = dummyDestroy;
158 stdout._destroy = stdoutDestroy;
172 stderrDestroy = stderr._destroy;
174 stderr._destroy = dummyDestroy;
179 stderr._destroy = stderrDestroy;
/third_party/node/test/parallel/
Dtest-stream-transform-destroy.js44 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) {
Dtest-stream-duplex-destroy.js48 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) {
Dtest-http2-client-rststream-before-connect.js47 req._destroy = common.mustCall(req._destroy.bind(req));
Dtest-stream-readable-destroy.js44 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) {
Dtest-stream-writable-destroy.js55 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/
Dhb-gobject-structs.cc78 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/
Ddestroy.js68 _destroy(this, aggregateTwoErrors(er, err), cb);
71 _destroy(this, err, cb);
77 function _destroy(self, err, cb) { function
109 self._destroy(err || null, onDestroy);
Dfrom.js57 readable._destroy = function(error, cb) { function
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Ddestroy.js59 _destroy(this, aggregateTwoErrors(er, err), cb)
62 _destroy(this, err, cb)
66 function _destroy(self, err, cb) { function
92 self._destroy(err || null, onDestroy)
Dfrom.js50 readable._destroy = function (error, cb) { function
Dcompose.js177 d._destroy = function (err, callback) { function
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/lib/
D_stream_transform.js173 Transform.prototype._destroy = function (err, cb) { method in Transform
174 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
/third_party/node/deps/undici/src/lib/api/
Dapi-pipeline.js36 _destroy (err, callback) { method in PipelineRequest
53 _destroy (err, callback) { method in PipelineResponse
/third_party/node/lib/internal/
Dheap_utils.js27 _destroy() { method in HeapSnapshotStream
/third_party/node/test/async-hooks/
Dinit-hooks.js51 destroy: this._destroy.bind(this),
206 _destroy(uid) { method in ActivityCollector
/third_party/node/lib/internal/fs/
Dsync_write_stream.js35 SyncWriteStream.prototype._destroy = function(err, cb) { method in SyncWriteStream
Dstreams.js284 ReadStream.prototype._destroy = function(err, cb) { method in ReadStream
500 WriteStream.prototype._destroy = function(err, cb) { method in WriteStream
/third_party/node/lib/
D_http_incoming.js221 IncomingMessage.prototype._destroy = function _destroy(err, cb) { method in IncomingMessage
D_http_client.js877 function _destroy(req, err) { function
896 _destroy(req, er || err);
902 _destroy(req, err || req[kError]);
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/readable-stream/lib/internal/streams/
Ddestroy.js33 this._destroy(err || null, function (err) {
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-object.c145 (destroy_func_t) hb_##name##_destroy, \
158 (destroy_func_t) hb_##name##_destroy, \
/third_party/python/Lib/turtledemo/
D__main__.py132 root.wm_protocol("WM_DELETE_WINDOW", self._destroy)
387 def _destroy(self): member in DemoWindow

123