Searched refs:Flush (Results 151 - 175 of 719) sorted by relevance

1234567891011>>

/external/chromium_org/media/video/
H A Dvideo_decode_accelerator.h65 // Flush completion callback.
120 virtual void Flush() = 0;
/external/chromium_org/net/base/
H A Dfile_stream.h130 // callback will be run on the thread where Flush() was called when
141 virtual int Flush(const CompletionCallback& callback);
/external/chromium_org/net/spdy/fuzzing/
H A Dhpack_example_generator.cc72 CHECK(file_out.Flush());
/external/chromium_org/ppapi/cpp/
H A Dfile_io.h210 /// Flush() flushes changes to disk. This call can be very expensive!
213 /// completion of Flush().
217 int32_t Flush(const CompletionCallback& cc);
/external/chromium_org/ppapi/proxy/
H A Dgraphics_2d_resource.h43 virtual int32_t Flush(scoped_refptr<TrackedCallback> callback) OVERRIDE;
/external/chromium_org/ppapi/thunk/
H A Dppb_file_io_api.h49 virtual int32_t Flush(scoped_refptr<TrackedCallback> callback) = 0;
H A Dppb_graphics_3d_api.h37 virtual PP_Bool Flush(int32_t put_offset) = 0;
/external/chromium_org/third_party/icu/source/common/
H A Dbytestream.cpp27 void ByteSink::Flush() {} function in class:ByteSink
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dbytestream.h117 * 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/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_builder.cc119 Flush();
123 void TableBuilder::Flush() { function in class:leveldb::TableBuilder
132 r->status = r->file->Flush();
201 Flush();
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_flush.c91 * Flush, and wait for completion.
109 * Called via ctx->Driver.Flush()
145 functions->Flush = st_glFlush;
151 * Finish() is identical to Flush() in all cases - no differences in
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.h67 virtual void Flush();
/external/chromium_org/third_party/webrtc/base/
H A Dschanneladapter.h55 int Flush();
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dsinc_resampler.h74 // Flush all buffered data and reset internal indices. Not thread safe, do
76 void Flush();
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_buffer.h65 virtual void Flush() { buffer_.clear(); } function in class:webrtc::DtmfBuffer
H A Dpacket_buffer.h43 virtual void Flush();
H A Dsync_buffer.h79 void Flush();
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dfile_impl.h45 virtual int Flush() OVERRIDE;
/external/chromium_org/tools/cygprofile/
H A Dcygprofile.h96 void Flush(std::vector<LogEntry>* entries) const;
147 // Flush thread's entry point.
/external/icu/icu4c/source/common/
H A Dbytestream.cpp27 void ByteSink::Flush() {} function in class:ByteSink
/external/icu/icu4c/source/common/unicode/
H A Dbytestream.h117 * 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/lldb/source/Core/
H A DStreamCallback.cpp50 StreamCallback::Flush () function in class:StreamCallback
H A DStreamString.cpp32 StreamString::Flush () function in class:StreamString
/external/lzma/CPP/7zip/Common/
H A DOutBuffer.h45 HRESULT Flush();
/external/lzma/CPP/7zip/
H A DIStream.h55 STDMETHOD(Flush)() PURE;

Completed in 4176 milliseconds

1234567891011>>