Searched refs:Flush (Results 1 - 25 of 267) sorted by relevance

1234567891011

/external/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java32 Flush();
45 public void Flush() throws IOException method in class:OutWindow
67 Flush();
75 Flush();
/external/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs65 Flush();
69 public void Flush() method in class:SevenZip.Compression.LZ.OutWindow
91 Flush();
99 Flush();
/external/sfntly/cpp/src/sfntly/port/
H A Doutput_stream.h31 virtual void Flush() = 0;
H A Dmemory_output_stream.h36 virtual void Flush() {} // no-op function in class:sfntly::MemoryOutputStream
/external/v8/src/libplatform/tracing/
H A Dtrace-writer.h19 void Flush() override;
H A Dtrace-buffer.h25 bool Flush() override;
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_dtmf_buffer.h25 MOCK_METHOD0(Flush,
H A Dmock_packet_buffer.h26 MOCK_METHOD0(Flush,
/external/lzma/CPP/7zip/UI/Console/
H A DUserInputUtils.cpp32 outStream->Flush();
64 outStream->Flush();
81 outStream->Flush();
/external/lzma/CS/7zip/Common/
H A DOutBuffer.cs20 public void FlushStream() { m_Stream.Flush(); }
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_ioctl.c86 functions->Flush = radeonFlush;
/external/v4l2_codec2/vda/
H A Daccelerated_video_decoder.h29 virtual bool Flush() WARN_UNUSED_RESULT = 0;
/external/webrtc/webrtc/base/
H A Dasyncinvoker.cc39 void AsyncInvoker::Flush(Thread* thread, uint32_t id /*= MQID_ANY*/) { function in class:rtc::AsyncInvoker
44 thread->Invoke<void>(Bind(&AsyncInvoker::Flush, this, thread, id));
88 bool GuardedAsyncInvoker::Flush(uint32_t id) { function in class:rtc::GuardedAsyncInvoker
92 invoker_.Flush(thread_, id);
/external/webrtc/webrtc/system_wrappers/include/
H A Dfile_wrapper.h55 // Flush any pending writes.
56 virtual int Flush() = 0;
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DFieldCodecTest.cs127 codedOutput.Flush();
139 codedOutput.Flush();
152 codedOutput.Flush();
162 codedOutput.Flush();
175 codedOutput.Flush();
/external/protobuf/src/google/protobuf/stubs/
H A Dbytestream_unittest.cc121 // Verify that ByteSink is subclassable and Flush() overridable.
125 virtual void Flush() { Append("z", 1); } function in class:google::protobuf::strings::__anon17216::FlushingByteSink
130 // Write and Flush via the ByteSink superclass interface.
133 s->Flush();
136 TEST(ByteSinkTest, Flush) {
/external/regex-re2/util/
H A Dlogging.h54 void Flush() { function in class:LogMessage
63 Flush();
79 Flush();
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_output_stream.cc116 void FontOutputStream::Flush() { function in class:sfntly::FontOutputStream
118 stream_->Flush();
124 stream_->Flush();
/external/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h45 void Flush();
/external/pdfium/core/fxcrt/
H A Dfxcrt_posix.h33 bool Flush() override;
H A Dfxcrt_windows.h31 bool Flush() override;
/external/protobuf/csharp/src/AddressBook/
H A DProgram.cs62 Console.Out.Flush();
/external/protobuf/csharp/src/Google.Protobuf/
H A DLimitedInputStream.cs69 public override void Flush() method in class:Google.Protobuf.LimitedInputStream
/external/webrtc/webrtc/system_wrappers/source/
H A Ddata_log_no_op.cc75 void DataLogImpl::Flush() { function in class:webrtc::DataLogImpl
H A Dfile_impl.h44 int Flush() override;

Completed in 1187 milliseconds

1234567891011