Home
last modified time | relevance | path

Searched refs:_flush (Results 1 – 25 of 71) sorted by relevance

123

/third_party/libunwind/doc/
Dunw_flush_cache.tex8 \begin{Name}{3}{unw\_flush\_cache}{David Mosberger-Tang}{Programming Library}{unw\_flush\_cache}unw…
15 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_word\_t} \Var{…
19 The \Func{unw\_flush\_cache}() routine flushes all cached info as it
27 \Func{unw\_flush\_cache}() may flush more information than requested,
28 but \emph{never} less. In other words, \Func{unw\_flush\_cache}() may
36 The \Func{unw\_flush\_cache}() routine cannot fail and does not
41 The \Func{unw\_flush\_cache}() routine is thread-safe as well as safe to
Dunw_set_caching_policy.tex26 \Func{unw\_flush\_cache}() had been called.
38 appropriate calls to \Func{unw\_flush\_cache}() whenever the target
41 \Func{unw\_flush\_cache}() would have to be called (at least) for the
71 \SeeAlso{unw\_flush\_cache(3)}
/third_party/node/test/parallel/
Dtest-stream-transform-constructor-set-methods.js28 const _flush = common.mustCall((next) => { constant
34 flush: _flush,
39 assert.strictEqual(t2._flush, _flush);
Dtest-stream-transform-flush-data.js16 function _flush(n) { function
22 flush: _flush
/third_party/node/lib/internal/crypto/
Dhash.js69 Hash.prototype._flush = function _flush(callback) { method in Hash
140 Hmac.prototype._flush = Hash.prototype._flush; method in Hmac
Dcipher.js139 Cipher.prototype._flush = function _flush(callback) { method in Cipher
232 constructor.prototype._flush = Cipher.prototype._flush; method in constructor
/third_party/node/deps/npm/node_modules/through2/
Dthrough2.js58 t2._flush = flush
81 Through2.prototype._flush = flush method in Through2
93 t2._flush = flush
/third_party/node/deps/npm/node_modules/flush-write-stream/
Dindex.js23 this._flush = flush || null
36 if (SIGNAL_FLUSH === data) this._flush(cb)
41 if (!this._flush) return stream.Writable.prototype.end.apply(this, arguments)
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/
D_stream_transform.js127 if (typeof options.flush === 'function') this._flush = options.flush;
137 if (typeof this._flush === 'function') {
138 this._flush(function (er, data) {
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/
D_stream_transform.js127 if (typeof options.flush === 'function') this._flush = options.flush;
137 if (typeof this._flush === 'function') {
138 this._flush(function (er, data) {
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/
D_stream_transform.js127 if (typeof options.flush === 'function') this._flush = options.flush;
137 if (typeof this._flush === 'function') {
138 this._flush(function (er, data) {
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/
D_stream_transform.js127 if (typeof options.flush === 'function') this._flush = options.flush;
137 if (typeof this._flush === 'function') {
138 this._flush(function (er, data) {
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/
D_stream_transform.js127 if (typeof options.flush === 'function') this._flush = options.flush;
137 if (typeof this._flush === 'function') {
138 this._flush(function (er, data) {
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/
D_stream_transform.js127 if (typeof options.flush === 'function') this._flush = options.flush;
137 if (typeof this._flush === 'function') {
138 this._flush(function (er, data) {
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/
D_stream_transform.js127 if (typeof options.flush === 'function') this._flush = options.flush;
137 if (typeof this._flush === 'function') {
138 this._flush(function (er, data) {
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/
D_stream_transform.js127 if (typeof options.flush === 'function') this._flush = options.flush;
137 if (typeof this._flush === 'function') {
138 this._flush(function (er, data) {
/third_party/node/deps/npm/node_modules/readable-stream/lib/
D_stream_transform.js118 if (typeof options.flush === 'function') this._flush = options.flush;
128 if (typeof this._flush === 'function' && !this._readableState.destroyed) {
129 this._flush(function (er, data) {
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/
D_stream_transform.js127 if (typeof options.flush === 'function') this._flush = options.flush;
137 if (typeof this._flush === 'function') {
138 this._flush(function (er, data) {
/third_party/node/lib/internal/streams/
Dtransform.js138 this._flush = options.flush;
146 if (typeof this._flush === 'function' && !this._readableState.destroyed) {
147 this._flush((er, data) => {
/third_party/node/deps/npm/node_modules/fs-minipass/
Dindex.js18 const _flush = Symbol('_flush') constant
253 this[_flush]()
301 this[_flush]()
317 [_flush] () {
/third_party/python/Lib/wsgiref/
Dhandlers.py294 self._flush()
413 def _flush(self): member in BaseHandler
479 def _flush(self): member in SimpleHandler
481 self._flush = self.stdout.flush
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
Dstreams.js54 IconvLiteEncoderStream.prototype._flush = function(done) { method in IconvLiteEncoderStream
101 IconvLiteDecoderStream.prototype._flush = function(done) { method in IconvLiteDecoderStream
/third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/readable-stream/lib/
D_stream_transform.js134 if (util.isFunction(this._flush))
135 this._flush(function(er) {
/third_party/python/Lib/xml/etree/
DElementTree.py1439 def _flush(self): member in TreeBuilder
1462 self._flush()
1478 self._flush()
1506 self._flush()
1888 def _flush(self, _join_text=''.join): member in C14NWriterTarget
1907 self._flush()
1916 self._flush()
2001 self._flush()
2016 self._flush()
2027 self._flush()
/third_party/flutter/skia/experimental/wasm-skp-debugger/
Dexterns.js31 _flush: function() {}, method

123