Searched refs:Flush (Results 76 - 100 of 150) sorted by relevance

123456

/haiku/src/tests/kits/support/
H A Dcompression_test.cpp257 error = outputStream->Flush();
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dpci-root-bridge-io.h102 efi_status (*Flush) (struct efi_pci_root_bridge_io_protocol* self) EFIAPI;
/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h76 virtual void Flush() = 0;
/haiku/src/apps/processcontroller/
H A DMemoryBarMenu.cpp176 Window()->Flush();
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.cpp362 Flush();
364 // NOTE: Between clearing the page table entry and Flush() other
487 Flush();
596 Flush();
867 Flush();
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.cpp369 Flush();
371 // NOTE: Between clearing the page table entry and Flush() other
489 Flush();
592 Flush();
827 Flush();
/haiku/src/kits/app/
H A DCursor.cpp212 link.Flush();
H A DApplication.cpp338 link.Flush();
867 link.Flush();
876 link.Flush();
885 link.Flush();
922 link.Flush();
1355 link.Flush();
1364 link.Flush();
H A DServerLink.cpp220 status_t status = Flush(B_INFINITE_TIMEOUT, true);
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.cpp379 Flush();
381 // NOTE: Between clearing the page table entry and Flush() other
504 Flush();
613 Flush();
783 // normally we would call InvalidatePage() here and then Flush() later when all updates are done
891 Flush();
/haiku/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/src/apps/haikudepot/model/
H A DPackageScreenshotRepository.cpp201 result = outputDataStream.Flush();
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp174 Flush();
317 Flush();
/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.cpp356 status_t error = fCachedBlock->Flush();
394 error = fCachedBlock->Flush();
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAPEDecompress.cpp336 m_spNewPredictorX->Flush();
337 m_spNewPredictorY->Flush();
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.cpp39 Flush();
46 PCL6Writer::Flush() function in class:PCL6Writer
H A DPCL6Writer.h157 void Flush();
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp278 Flush();
432 Flush();
521 Flush();
625 Flush();
844 Flush();
860 RISCV64VMTranslationMap::Flush() function in class:RISCV64VMTranslationMap
862 // copy of X86VMTranslationMap::Flush
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp446 reply.Flush();
475 if (reply.Flush() == B_OK)
1232 reply.Flush();
1262 reply.Flush();
1301 reply.Flush();
/haiku/src/servers/app/
H A DDelayedMessage.cpp244 DelayedMessage::Flush() function in class:DelayedMessage
617 error = sender.Flush(1000000);
870 status_t error = sender.Flush(30000);
/haiku/src/kits/interface/
H A DControl.cpp275 Flush();
385 Flush();
H A DView.cpp1064 fOwner->fLink->Flush();
1094 fOwner->fLink->Flush();
1110 fOwner->fLink->Flush();
1223 BView::Flush() const function in class:BView
1226 fOwner->Flush();
1415 fOwner->fLink->Flush();
1425 fOwner->fLink->Flush();
1763 fOwner->fLink->Flush();
1799 fOwner->fLink->Flush();
1827 fOwner->fLink->Flush();
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp258 status_t result = reply.Flush();
353 message.Flush();
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp71 fOutput.Flush();
/haiku/src/kits/support/
H A DZlibCompressionAlgorithm.cpp217 this->Flush();

Completed in 162 milliseconds

123456