Searched refs:Flush (Results 51 - 75 of 150) sorted by last modified time

123456

/haiku/src/kits/app/
H A DCursor.cpp212 link.Flush();
H A DRoster.cpp1785 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();
/haiku/src/preferences/appearance/
H A DCurView.cpp405 link.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/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/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp722 Flush();
724 // NOTE: Between clearing the page table entry and Flush() other
850 Flush();
962 Flush();
1337 Flush();
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp722 Flush();
724 // NOTE: Between clearing the page table entry and Flush() other
850 Flush();
962 Flush();
1337 Flush();
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp478 Flush();
480 // NOTE: Between clearing the page table entry and Flush() other
625 Flush();
749 Flush();
1070 Flush();
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.cpp173 gCurrentThreadBarMenu->Window()->Flush();
178 Window()->Flush();
H A DMemoryBarMenu.cpp176 Window()->Flush();
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteDrawingEngine.cpp50 message.Flush();
859 if (message.Flush() != B_OK)
890 if (message.Flush() != B_OK)
925 if (message.Flush() != B_OK)
961 if (message.Flush() != B_OK)
H A DRemoteHWInterface.cpp258 status_t result = reply.Flush();
353 message.Flush();
/haiku/src/system/kernel/arch/x86/paging/
H A DX86VMTranslationMap.h35 virtual void Flush() final;
/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h76 virtual void Flush() = 0;
/haiku/src/kits/interface/
H A DDragger.cpp385 status_t status = link.Flush();
404 status_t status = link.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;
H A Dfile.h86 efi_status (*Flush) (struct efi_file_protocol* self) EFIAPI;
/haiku/src/apps/people/
H A DPictureView.cpp324 Flush();
/haiku/src/servers/app/
H A DMessageLooper.cpp96 return link.Flush(timeout);
/haiku/src/kits/media/
H A DMediaTrack.cpp686 BMediaTrack::Flush() function in class:BMediaTrack
691 return fWriter->Flush();
H A DMediaWriter.cpp190 MediaWriter::Flush() function in class:MediaWriter
195 return fWriter->Flush();
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.h27 virtual status_t Flush();
/haiku/headers/private/media/
H A DWriterPlugin.h20 virtual status_t Flush() = 0;
H A DMediaWriter.h38 status_t Flush();

Completed in 274 milliseconds

123456