HomeSort by relevance Sort by last modified time
    Searched refs:_flush (Results 1 - 14 of 14) sorted by null

  /external/libunwind/doc/
unw_flush_cache.tex 8 \begin{Name}{3}{unw\_flush\_cache}{David Mosberger-Tang}{Programming Library}{unw\_flush\_cache}unw\_flush\_cache -- flush cached info
15 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t} \Var{as}, \Type{unw\_word\_t} \Var{lo}, \Type{unw\_word\_t} \Var{hi});\\
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
unw_set_caching_policy.tex 26 \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)}
libunwind.tex 43 \Type{void} \Func{unw\_flush\_cache}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{unw\_word\_t});\\
289 \Func{unw\_flush\_cache}(). The second facility is provided by
326 \SeeAlso{unw\_flush\_cache(3)},
unw_create_addr_space.tex 126 call to \Func{unw\_flush\_cache}().
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 218 self._flush()
337 def _flush(self): member in class:BaseHandler
394 def _flush(self): member in class:SimpleHandler
396 self._flush = self.stdout.flush
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 218 self._flush()
337 def _flush(self): member in class:BaseHandler
394 def _flush(self): member in class:SimpleHandler
396 self._flush = self.stdout.flush
  /external/zlib/src/contrib/iostream2/
zstream.h 213 * _flush is as in the deflate() function. The return value is the zlib
219 int flush(int _flush) {
221 return ::gzflush(m_fp, _flush);
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
storage_api.py 701 self._flush()
727 self._flush(finish=True)
737 def _flush(self, finish=False): member in class:StreamingBuffer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 129 self._flush(0)
131 def _flush(self, force): member in class:_Hqxcoderengine
146 self._flush(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 129 self._flush(0)
131 def _flush(self, force): member in class:_Hqxcoderengine
146 self._flush(1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 115 self._flush = out.flush
145 self._flush()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 115 self._flush = out.flush
145 self._flush()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 1388 def _flush(self): member in class:TreeBuilder
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 1388 def _flush(self): member in class:TreeBuilder
    [all...]

Completed in 426 milliseconds