/third_party/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)}
|
/third_party/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) { free (l); } \ 89 HB_DEFINE_BOXED_TYPE (name, _hb_##name##_reference, _hb_##name##_destroy)
|
/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/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-gobject-structs.cc | 67 HB_DEFINE_BOXED_TYPE (name, hb_##name##_reference, hb_##name##_destroy) 77 static void _hb_##name##_destroy (hb_##name##_t *l) { free (l); } \ 78 HB_DEFINE_BOXED_TYPE (name, _hb_##name##_reference, _hb_##name##_destroy)
|
/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-stream-readable-destroy.js | 42 read._destroy = common.mustCall(function(err, cb) { 85 read._destroy = common.mustCall(function(err, cb) { 100 read._destroy = common.mustCall(function(err, cb) { 127 read._destroy = common.mustCall(function(err, cb) {
|
D | test-http2-client-rststream-before-connect.js | 49 req._destroy = common.mustCall(req._destroy.bind(req));
|
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) { 139 write._destroy = common.mustCall(function(err, cb) {
|
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 192 Transform.prototype._destroy = function (err, cb) { method in Transform 195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
|
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 192 Transform.prototype._destroy = function (err, cb) { method in Transform 195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
|
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 192 Transform.prototype._destroy = function (err, cb) { method in Transform 195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 185 Transform.prototype._destroy = function (err, cb) { method in Transform 186 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
|
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 192 Transform.prototype._destroy = function (err, cb) { method in Transform 195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
|
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 192 Transform.prototype._destroy = function (err, cb) { method in Transform 195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
|
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 192 Transform.prototype._destroy = function (err, cb) { method in Transform 195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
|
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 192 Transform.prototype._destroy = function (err, cb) { method in Transform 195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
|
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 192 Transform.prototype._destroy = function (err, cb) { method in Transform 195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
|
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/ |
D | _stream_transform.js | 192 Transform.prototype._destroy = function (err, cb) { method in Transform 195 Duplex.prototype._destroy.call(this, err, function (err2) { method in Duplex
|
/third_party/node/lib/internal/streams/ |
D | transform.js | 214 Transform.prototype._destroy = function(err, cb) { method in Transform 215 Duplex.prototype._destroy.call(this, err, (err2) => { method in Duplex
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/ |
D | JQL.java | 390 _destroy(h); in close() 425 _destroy(h); in cleanup() 430 private static native void _destroy(long handle); in _destroy() method
|
/third_party/node/lib/internal/bootstrap/switches/ |
D | is_main_thread.js | 125 stdout._destroy = dummyDestroy; 137 stderr._destroy = dummyDestroy;
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | JQL.java | 396 _destroy(h); in close() 431 _destroy(h); in cleanup() 436 private static native void _destroy(long handle); in _destroy() method in JQL
|
/third_party/node/lib/internal/ |
D | heap_utils.js | 27 _destroy() { method in HeapSnapshotStream
|