HomeSort by relevance Sort by last modified time
    Searched refs:Flush (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium/base/
event_trace_controller_win.h 138 HRESULT Flush(EtwTraceProperties* properties);
154 static HRESULT Flush(const wchar_t* session_name,
event_trace_controller_win.cc 43 p.FlushTimer = 30; // 30 seconds flush lag.
53 p.FlushTimer = 1; // flush every second.
85 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) {
125 HRESULT EtwTraceController::Flush(const wchar_t* session_name,
event_trace_consumer_win_unittest.cc 278 EXPECT_HRESULT_SUCCEEDED(controller.Flush(NULL));
  /external/chromium/third_party/icu/public/common/unicode/
bytestream.h 117 * Flush internal buffers.
119 * and require calling Flush() at the end of the stream.
120 * The default implementation of Flush() does nothing.
123 virtual void Flush();
  /external/chromium/third_party/icu/source/common/
bytestream.cpp 25 void ByteSink::Flush() {}
  /external/icu4c/common/
bytestream.cpp 25 void ByteSink::Flush() {}
  /external/icu4c/common/unicode/
bytestream.h 117 * Flush internal buffers.
119 * and require calling Flush() at the end of the stream.
120 * The default implementation of Flush() does nothing.
123 virtual void Flush();
  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 102 int Inflate(int flush);
164 // It is the caller's responsibility to flush the underlying stream if
168 bool Flush();
196 // Takes zlib flush mode.
198 int Deflate(int flush);
zero_copy_stream_impl.cc 179 impl_.Flush();
183 bool flush_succeeded = impl_.Flush();
187 bool FileOutputStream::Flush() {
188 return impl_.Flush();
319 impl_.Flush();
zero_copy_stream_impl_lite.h 291 bool Flush();
zero_copy_stream_impl.h 158 bool Flush();
gzip_stream.cc 76 int GzipInputStream::Inflate(int flush) {
108 int error = inflate(&zcontext_, flush);
238 int GzipOutputStream::Deflate(int flush) {
252 error = deflate(&zcontext_, flush);
254 if (((flush == Z_FULL_FLUSH) || (flush == Z_FINISH))
296 bool GzipOutputStream::Flush() {
zero_copy_stream_impl_lite.cc 327 bool CopyingOutputStreamAdaptor::Flush() {
zero_copy_stream_unittest.cc 499 output.Flush();
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysyuv.cc 237 bview->Flush();
285 bview->Flush();
  /external/chromium/net/disk_cache/
entry_impl.h 155 // Flush the in-memory data to the backing storage.
156 bool Flush(int index, int size, bool async);
entry_impl.cc 109 if (!(ret = Flush(index, entry_.Data()->data_size[index], false)))
742 return Flush(index, offset + buf_len, true);
825 bool EntryImpl::Flush(int index, int size, bool async) {
  /external/chromium/third_party/icu/source/test/intltest/
strtest.cpp 391 // Verify that ByteSink is subclassable and Flush() overridable.
402 virtual void Flush() { Append("z", 1); }
416 sink.Flush();
418 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
  /external/icu4c/test/intltest/
strtest.cpp 391 // Verify that ByteSink is subclassable and Flush() overridable.
402 virtual void Flush() { Append("z", 1); }
416 sink.Flush();
418 errln("ByteSink (SimpleByteSink) did not Append() or Flush() as expected");
  /external/v8/src/
utils.cc 76 void Flush() {
utils.h 194 void Flush();
jsregexp.cc 595 // to be emitted it can flush the Trace or update it. Flushing the Trace
    [all...]
objects-debug.cc 50 Flush();
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 580 Flush,
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp 431 Private->EPOC_WsSession.Flush();
601 Private->EPOC_WsSession.Flush();

Completed in 688 milliseconds

1 2