Searched refs:clear (Results 126 - 150 of 220) sorted by relevance

123456789

/vbox/src/VBox/Main/src-server/win/
H A DPerformanceWin.cpp140 mProcessStats.clear();
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Ddebug.h229 unsigned char set, unsigned char clear );
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsLanguage.cpp289 m_pLanguageTree->clear();
H A DUIGlobalSettingsNetwork.cpp492 m_cache.m_networksNAT.clear();
498 m_cache.m_networksHost.clear();
529 m_cache.m_networksNAT.clear();
539 m_cache.m_networksHost.clear();
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsParallel.cpp216 m_cache.clear();
H A DUIMachineSettingsSF.cpp87 mTextList.clear();
230 m_cache.clear();
279 mTwFolders->clear();
H A DUIMachineSettingsSystem.cpp86 m_cache.clear();
209 systemData.m_bootItems.clear();
752 m_pComboPointingHIDType->clear();
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupBox.cpp375 m_list.clear();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Ddebug.h225 unsigned char set, unsigned char clear );
/vbox/src/libs/xpcom18a4/python/server/
H A Dpolicy.py368 class_info_cache.clear()
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Ddebug.h229 unsigned char set, unsigned char clear );
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dsettings.c109 * @v data Setting data, or NULL to clear setting
206 .clear = generic_settings_clear,
535 * @v data Setting data, or NULL to clear setting
961 if ( settings->op->clear )
962 settings->op->clear ( settings );
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp122 m_names.clear();
123 m_units.clear();
124 m_links.clear();
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIActionPool.cpp1053 pMenu->clear();
1105 pMenu->clear();
1130 pMenu->clear();
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Db44.c131 unsigned long timeout, const int clear)
138 if (clear && !(val & bit))
141 if (!clear && (val & bit))
130 b44_wait_bit(struct b44_private *bp, unsigned long reg, u32 bit, unsigned long timeout, const int clear) argument
/vbox/include/VBox/
H A Dpci.h1071 clear();
1081 clear();
1085 PCIBusAddress& clear() function in struct:PCIBusAddress
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp546 /* If we are currently the Xdnd selection owner, clear that. */
556 m_actions.clear();
557 m_formats.clear();
561 m_eventQueue.clear();
1853 m_eventQueue.clear();
2039 m_eventQueue.clear();
/vbox/src/VBox/Devices/PC/BIOS/
H A Dorgs.asm263 test al, 4 ; clear flag indicates cold boot
341 ;; clear the bottom of memory except for the word at 40:72
342 ;; TODO: Why not clear all of it? What's the point?
353 ;; clear the remaining base memory except for the top
525 out 0F0h, al ; clear IRQ13
535 ;; TODO: Didn't we just clear the entire EBDA?
1108 and al, 0DFh ; clear input mode
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp762 m->mapProgressOperations.clear();
2158 * @param aPlaintext clear text to be encrypted
3025 * @note The returned lists contain smart pointers. So, clear it as soon as
3040 aMachines.clear();
3042 aControls->clear();
3272 pllMachineGroups->clear();
3887 pDesc->llMedia.clear();
3970 m->llPendingMachineRenames.clear();
4018 llTarget.clear();
4064 m->pMainConfigFile->llMachines.clear();
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.asm339 ;; clear Dr7 while executing debugger itself
345 ;; insure all status bits in dr6 are clear...
366 ;; UEFI calling convention for IA32 requires that Direction flag in EFLAGs is clear
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.asm369 ;; clear Dr7 while executing debugger itself
375 ;; insure all status bits in dr6 are clear...
396 ;; UEFI calling convention for x64 requires that Direction flag in EFLAGs is clear
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp1425 m_frameBufferVector.clear();
1525 m_pMenuBar->clear();
1922 m_hostScreens.clear();
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py814 Progressor._StopFlag.clear()
915 def clear(self): member in class:sdict
917 IterableUserDict.clear(self)
1003 def clear(self): member in class:rdict
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuDxe/Ia32/
H A DCpuAsm.S277 #; UEFI calling convention for IA32 requires that Direction flag in EFLAGs is clear

Completed in 160 milliseconds

123456789