/third_party/libunwind/libunwind/doc/ |
H A D | unw_destroy_addr_space.tex | 8 \begin{Name}{3}{unw\_destroy\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_destroy\_addr\_space}unw\_destroy\_addr\_space -- destroy unwind address space 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
|
H A D | unw_get_accessors.tex | 24 by a call to \Func{unw\_destroy\_addr\_space}(3). 45 \SeeAlso{unw\_destroy\_addr\_space(3)}
|
H A D | libunwind-ptrace.tex | 20 \Type{void} \Func{\_UPT\_destroy}(\Type{void~*});\\ 84 process, \Func{\_UPT\_destroy}() needs to be called, passing it the
|
H A D | libunwind.tex | 39 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t});\\ 328 \SeeAlso{unw\_destroy\_addr\_space(3)},
|
H A D | unw_create_addr_space.tex | 252 \SeeAlso{unw\_destroy\_addr\_space(3)},
|
/third_party/node/lib/internal/bootstrap/switches/ |
H A D | is_main_thread.js | 152 // Override _destroy so that the fd is never actually closed. 153 stdoutDestroy = stdout._destroy; 154 stdout._destroy = dummyDestroy; 160 stdout._destroy = stdoutDestroy; 174 stderrDestroy = stderr._destroy; 175 // Override _destroy so that the fd is never actually closed. 176 stderr._destroy = dummyDestroy; 181 stderr._destroy = stderrDestroy;
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A 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/ |
H A D | destroy.js | 65 // If still constructing then defer calling _destroy. 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);
|
H A D | from.js | 57 readable._destroy = function(error, cb) {
|
H A D | compose.js | 232 d._destroy = function(err, callback) {
|
H A D | duplexify.js | 355 d._destroy = function(err, callback) {
|
H A D | writable.js | 246 this._destroy = options.destroy; 902 Writable.prototype._destroy = function(err, cb) {
|
H A D | readable.js | 236 this._destroy = options.destroy; 256 Readable.prototype._destroy = function(err, cb) {
|
/third_party/node/test/parallel/ |
H A D | test-stream-writable-destroy.js | 55 write._destroy = function(err, cb) { 86 // Error is swallowed by the custom _destroy 98 write._destroy = common.mustCall(function(err, cb) { 112 write._destroy = common.mustCall(function(err, cb) { 137 write._destroy = common.mustCall(function(err, cb) { 206 // the `_destroy()` callback is called.
|
/third_party/node/test/async-hooks/ |
H A D | init-hooks.js | 51 destroy: this._destroy.bind(this), 206 _destroy(uid) {
|
/third_party/node/lib/internal/fs/ |
H A D | sync_write_stream.js | 35 SyncWriteStream.prototype._destroy = function(err, cb) {
|
H A D | streams.js | 253 // Tell ._destroy() that it's safe to close the fd now. 284 ReadStream.prototype._destroy = function(err, cb) { 460 // Tell ._destroy() that it's safe to close the fd now. 488 // Tell ._destroy() that it's safe to close the fd now. 500 WriteStream.prototype._destroy = function(err, cb) {
|
/third_party/libbpf/src/ |
H A D | bpf_helpers.h | 337 cleanup(bpf_iter_##type##_destroy))), \ 342 /* for bpf_iter_##type##_destroy() when used from cleanup() attribute */ \ 343 (void)bpf_iter_##type##_destroy, (void *)0); \
|
/third_party/node/lib/ |
H A D | _http_incoming.js | 221 IncomingMessage.prototype._destroy = function _destroy(err, cb) {
|
H A D | _http_client.js | 877 function _destroy(req, err) { 896 _destroy(req, er || err); 902 _destroy(req, err || req[kError]);
|
H A D | zlib.js | 407 ZlibBase.prototype._destroy = function(err, callback) {
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-object.c | 145 (destroy_func_t) hb_##name##_destroy, \ 158 (destroy_func_t) hb_##name##_destroy, \
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 132 root.wm_protocol("WM_DELETE_WINDOW", self._destroy) 391 def _destroy(self): member in DemoWindow
|
/third_party/python/Modules/ |
H A D | _abc.c | 150 _destroy(PyObject *setweakref, PyObject *objweakref) in _destroy() function 167 "_destroy", (PyCFunction) _destroy, METH_O
|
/third_party/python/Lib/ |
H A D | turtle.py | 3698 self._root.ondestroy(self._destroy) 3768 def _destroy(self): member in _Screen 3784 self._destroy()
|