HomeSort by relevance Sort by last modified time
    Searched full:_flush (Results 1 - 25 of 38) sorted by null

1 2

  /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)}
unw_flush_cache.man 13 .TH "UNW\\_FLUSH\\_CACHE" "3" "16 August 2007" "Programming Library " "Programming Library "
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}().
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
log.py 100 _flush()
110 _flush(close=True)
112 def _flush(close=False): function
  /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/icu/icu4c/source/common/
unifiedcache.cpp 159 while (_flush(FALSE));
217 _flush(TRUE);
235 // cache values then _flush should be called in a loop until it returns FALSE.
240 UBool UnifiedCache::_flush(UBool all) const { function in class:UnifiedCache
unifiedcache.h 355 UBool _flush(UBool all) const;
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.h 56 int flags; ///flags for COMPUTE_RES_*_FLUSH
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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
  /prebuilts/gdb/darwin-x86/lib/python2.7/
binhex.py 129 self._flush(0)
131 def _flush(self, force): member in class:_Hqxcoderengine
146 self._flush(1)
  /prebuilts/gdb/linux-x86/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/
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/gdb/darwin-x86/lib/python2.7/xml/sax/
saxutils.py 115 self._flush = out.flush
145 self._flush()
  /prebuilts/gdb/linux-x86/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/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()
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorBatchingTests.java 314 String flush = flushExpected ? "_flush" : "";
  /external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
storage_api.py 724 self._flush()
734 self._flush(finish=False)
750 self._flush(finish=True)
760 def _flush(self, finish=False): member in class:StreamingBuffer
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementTree.py 1388 def _flush(self): member in class:TreeBuilder
    [all...]

Completed in 5565 milliseconds

1 2