Home
last modified time | relevance | path

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

12

/external/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
70 \SeeAlso{unw\_flush\_cache(3)}
Dlibunwind.tex43 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_wo…
289 \Func{unw\_flush\_cache}(). The second facility is provided by
326 \SeeAlso{unw\_flush\_cache(3)},
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py102 _flush()
112 _flush(close=True)
114 def _flush(close=False): function
/external/python/cpython2/Lib/wsgiref/
Dhandlers.py218 self._flush()
337 def _flush(self): member in BaseHandler
394 def _flush(self): member in SimpleHandler
396 self._flush = self.stdout.flush
/external/python/cpython2/Demo/pdist/
Dcmptree.py55 remote._flush()
145 remote._flush()
182 remote._flush()
Dclient.py102 self._flush()
125 def _flush(self): member in Client
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py280 self._flush()
399 def _flush(self): member in BaseHandler
465 def _flush(self): member in SimpleHandler
467 self._flush = self.stdout.flush
/external/skia/experimental/wasm-skp-debugger/
Dexterns.js25 _flush: function() {}, method
Dcpu.js60 this._flush();
/external/zlib/src/contrib/iostream2/
Dzstream.h219 int flush(int _flush) { in flush() argument
221 return ::gzflush(m_fp, _flush); in flush()
/external/icu/icu4c/source/common/
Dunifiedcache.cpp161 while (_flush(FALSE)); in flush()
225 _flush(TRUE); in ~UnifiedCache()
243 UBool UnifiedCache::_flush(UBool all) const { in _flush() function in UnifiedCache
Dunifiedcache.h375 UBool _flush(UBool all) const;
/external/python/cpython3/Lib/
Dbinhex.py97 self._flush(0)
99 def _flush(self, force): member in _Hqxcoderengine
113 self._flush(1)
/external/python/cpython2/Lib/
Dbinhex.py130 self._flush(0)
132 def _flush(self, force): member in _Hqxcoderengine
147 self._flush(1)
/external/skia/modules/canvaskit/
Dcpu.js59 this._flush();
Dexterns.js259 _flush: function() {}, method
/external/skqp/experimental/canvaskit/
Dcpu.js59 this._flush();
Dexterns.js243 _flush: function() {}, method
/external/python/cpython3/Lib/xml/sax/
Dsaxutils.py119 self._flush = out.flush
156 self._flush()
/external/python/cpython2/Lib/xml/sax/
Dsaxutils.py118 self._flush = out.flush
148 self._flush()
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1399 def _flush(self): member in TreeBuilder
1429 self._flush()
1445 self._flush()
/external/python/cpython3/Lib/xml/etree/
DElementTree.py1389 def _flush(self): member in TreeBuilder
1412 self._flush()
1426 self._flush()
/external/toolchain-utils/cros_utils/
Dlogger.py256 def _WriteTo(self, _fd, msg, _flush): argument
/external/python/cpython2/Doc/library/
Dwsgiref.rst486 :meth:`_write`, and :meth:`_flush` methods to support explicitly setting the
520 .. method:: BaseHandler._flush()
689 :meth:`_flush` are being used to communicate directly to the client, rather than

12