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

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DStreamAsynchronousIO.cpp22 // Flush when we destroy to make sure we display the data
23 Flush();
26 void StreamAsynchronousIO::Flush() { function in class:StreamAsynchronousIO
H A DStreamFile.cpp48 void StreamFile::Flush() { m_file_sp->Flush(); } function in class:StreamFile
H A DHighlighter.cpp79 s.Flush();
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamAsynchronousIO.h27 void Flush() override;
H A DStreamBuffer.h28 void Flush() override {
H A DStreamFile.h43 void Flush() override;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamString.h31 void Flush() override;
H A DStreamTee.h62 void Flush() override {
71 strm->Flush();
/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dflush.cc43 class Flush: public FuseTest { class in inherits:FuseTest
81 class FlushWithLocks: public Flush {
84 Flush::SetUp();
92 TEST_F(Flush, open_twice)
122 TEST_F(Flush, eio)
144 TEST_F(Flush, enosys)
176 TEST_F(Flush, flush)
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFile.h32 SBError Flush();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBFile.cpp74 SBError SBFile::Flush() { function in class:SBFile
75 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBError, SBFile, Flush);
80 Status status = m_opaque_sp->Flush();
124 LLDB_REGISTER_METHOD(lldb::SBError, SBFile, Flush, ());
/freebsd-12-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_frame_deformatter.h86 ocsd_datapath_resp_t Flush(); /* flush existing data if possible, retain state - propogate to attached components */
H A Dtrc_pkt_proc_base.h189 ocsd_datapath_resp_t Flush();
246 resp = Flush();
281 template<class P,class Pt, class Pc> ocsd_datapath_resp_t TrcPktProcBase<P, Pt, Pc>::Flush() function in class:TrcPktProcBase
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFile.i75 void Flush();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DStreamString.cpp22 void StreamString::Flush() { function in class:StreamString
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp74 void LogWriter::Flush() XRAY_NEVER_INSTRUMENT {
153 void LogWriter::Flush() XRAY_NEVER_INSTRUMENT {
H A Dxray_utils.h41 void Flush();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_internal.h66 virtual void Flush() {} function in class:__sanitizer::SymbolizerTool
H A Dsanitizer_symbolizer.h134 void Flush();
/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter_impl.h74 ocsd_datapath_resp_t Flush();
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h30 void Flush(lldb::addr_t addr, size_t size);
H A DThreadList.h80 void Flush();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp119 Symbolizer::GetOrInit()->Flush();
/freebsd-12-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_flush.py107 self.p2p_interface.Flush()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h109 /// Flush any buffers and release any resources owned by the file.
138 /// this if it is not necessary, or use Flush() appropriately.
263 /// Flush the current stream
268 virtual Status Flush();
405 Status Flush() override;

Completed in 310 milliseconds

123