Searched refs:Flush (Results 51 - 75 of 131) sorted by relevance

123456

/haiku-fatelf/src/tests/kits/app/messaging/
H A DPortLinkTest.cpp58 status_t status = sender.Flush();
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestChannel.cpp42 error = Flush();
59 status_t Flush() function in class:RequestChannel::ChannelWriter
192 error = writer.Flush();
/haiku-fatelf/src/kits/app/
H A DLinkSender.cpp82 status_t status = Flush();
272 status_t status = Flush();
296 LinkSender::Flush(bigtime_t timeout, bool needsReply) function in class:BPrivate::LinkSender
305 STRACE(("info: LinkSender Flush() waiting to send messages of %ld bytes on port %ld.\n",
321 STRACE(("error info: LinkSender Flush() failed for %ld bytes (%s) on port %ld.\n",
326 STRACE(("info: LinkSender Flush() messages total of %ld bytes on port %ld.\n",
H A DApplication.cpp247 link.Flush();
779 link.Flush();
788 link.Flush();
797 link.Flush();
834 link.Flush();
1197 link.Flush();
1206 link.Flush();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DRequestChannel.cpp42 error = Flush();
59 status_t Flush() function in class:RequestChannel::ChannelWriter
192 error = writer.Flush();
/haiku-fatelf/src/servers/app/
H A DServerWindow.cpp672 fLink.Flush();
698 fLink.Flush();
733 fLink.Flush();
754 fLink.Flush();
775 fLink.Flush();
795 fLink.Flush();
815 fLink.Flush();
840 fLink.Flush();
849 fLink.Flush();
890 fLink.Flush();
[all...]
H A DAppServer.cpp215 reply.Flush();
/haiku-fatelf/src/kits/interface/
H A DInterfaceDefs.cpp244 link.Flush();
258 link.Flush();
283 link.Flush();
308 link.Flush();
333 link.Flush();
821 link.Flush();
893 link.Flush();
921 link.Flush();
1048 link.Flush();
1101 link.Flush();
[all...]
H A DWindowStack.cpp92 if (fLink->Flush() != B_OK)
H A DDragger.cpp242 Parent()->Flush();
323 Flush();
391 status_t status = link.Flush();
410 status_t status = link.Flush();
/haiku-fatelf/src/add-ons/media/plugins/matroska/libmatroska/matroska/
H A DFileKax.h116 void Flush();
/haiku-fatelf/src/tests/add-ons/print/pdf/linepathbuilder/
H A DPathView.cpp87 Flush();
/haiku-fatelf/src/tests/kits/midi/midi_player_replacement/
H A DScope.cpp64 mOffscreenView->Flush();
/haiku-fatelf/src/kits/debug/
H A DDebugEventStream.cpp340 Flush();
365 BDebugEventOutputStream::Flush() function in class:BDebugEventOutputStream
/haiku-fatelf/src/tests/apps/fake_app_server/
H A DAppServer.cpp227 reply.Flush();
283 replylink.Flush();
/haiku-fatelf/headers/private/kernel/vm/
H A DVMTranslationMap.h73 virtual void Flush() = 0;
/haiku-fatelf/src/apps/processcontroller/
H A DMemoryBarMenu.cpp191 Window()->Flush();
/haiku-fatelf/src/bin/
H A Dxres.cpp151 virtual void Flush() function in struct:ResourceDataSource
215 Flush();
265 virtual void Flush() function in struct:FileResourceDataSource
641 fDataSource->Flush();
/haiku-fatelf/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.cpp361 Flush();
363 // NOTE: Between clearing the page table entry and Flush() other
486 Flush();
595 Flush();
866 Flush();
/haiku-fatelf/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.cpp361 Flush();
363 // NOTE: Between clearing the page table entry and Flush() other
481 Flush();
584 Flush();
836 Flush();
/haiku-fatelf/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp406 Flush();
408 // NOTE: Between clearing the page table entry and Flush() other
533 Flush();
643 Flush();
932 Flush();
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DNode.cpp259 Node::Flush(Transaction& transaction) function in class:Node
H A DNode.h90 status_t Flush(Transaction& transaction);
/haiku-fatelf/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.cpp308 Flush();
310 // NOTE: Between clearing the page table entry and Flush() other
433 Flush();
542 Flush();
831 Flush();
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPEDecompress.cpp341 m_spNewPredictorX->Flush();
342 m_spNewPredictorY->Flush();

Completed in 410 milliseconds

123456