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

1 2 3 4

  /external/valgrind/tsan/
ts_simple_cache.h 42 Flush();
44 void Flush() {
76 Flush();
78 void Flush() {
  /external/webrtc/src/system_wrappers/interface/
file_wrapper.h 47 // Flush any pending writes.
48 virtual int Flush() = 0;
68 // some time later. Call Flush() to force a write.
data_log_impl.h 129 void Flush();
135 // that should be written to file availble. Flush is the non-blocking
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.h 44 virtual void Flush(Task* completion_task);
sqlite_persistent_cookie_store_unittest.cc 115 // Test that we can force the database to be written by calling Flush().
136 // Call Flush() and wait until the DB thread is idle.
137 store_->Flush(NULL);
165 // Test that we can get a completion callback after a Flush().
169 // Callback shouldn't be invoked until we call Flush().
172 store_->Flush(NewRunnableMethod(counter.get(), &CallbackCounter::Callback));
  /external/webrtc/src/system_wrappers/source/
file_impl.h 38 virtual int Flush();
data_log_no_op.cc 75 void DataLogImpl::Flush() {
data_log.cc 72 // which is done by a call to Flush(). A new row is available when the
83 // where the table will be written when calling Flush().
90 void Flush();
165 file_->Flush();
221 void LogTable::Flush() {
331 Flush(); // Write any remaining rows
419 tables_[table_name]->Flush();
427 void DataLogImpl::Flush() {
430 it->second->Flush();
442 Flush();
    [all...]
file_impl.cc 79 int FileWrapperImpl::Flush()
250 Flush();
  /external/chromium/net/base/
file_stream.h 132 int Flush();
cookie_monster_store_test.h 65 virtual void Flush(Task* completion_task);
132 virtual void Flush(Task* completion_task);
  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.h 72 int Flush();
asynctcpsocket.cc 116 int res = Flush();
170 return Flush();
196 int AsyncTCPSocket::Flush() {
260 Flush();
asynctcpsocket.h 63 int Flush();
  /external/chromium/base/win/
event_trace_controller.h 119 HRESULT Flush(EtwTraceProperties* properties);
135 static HRESULT Flush(const wchar_t* session_name,
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 97 void Flush(); // flushes high-level bit stream
172 virtual void Flush();
  /external/v8/src/
v8utils.h 61 void Flush(FILE* out);
63 inline void Flush() {
64 Flush(stdout);
  /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 ByteSink should be ready for further Append() calls after Flush().
121 * The default implementation of Flush() does nothing.
124 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();
  /external/webkit/Source/WebCore/platform/graphics/win/
WKCAImageQueue.h 61 Flush = 1U << 1,
  /external/chromium/net/socket/
client_socket_pool_manager.cc 303 // Flush the highest level pools first, since higher level pools may release
310 it->second->Flush();
316 it->second->Flush();
322 it->second->Flush();
328 it->second->Flush();
334 it->second->Flush();
340 it->second->Flush();
346 it->second->Flush();
348 ssl_socket_pool_->Flush();
349 transport_socket_pool_->Flush();
    [all...]
client_socket_pool.h 107 // the pool. Does not flush any pools wrapped by |this|.
108 virtual void Flush() = 0;
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_FileWriter.h 84 M4OSA_ERR (*Flush) (M4OSA_Context context);

Completed in 776 milliseconds

1 2 3 4