Searched refs:clear (Results 101 - 125 of 220) sorted by relevance

123456789

/vbox/src/VBox/Main/src-server/
H A DBandwidthControlImpl.cpp203 m->llBandwidthGroups->clear();
515 data.llBandwidthGroups.clear();
H A DUSBProxyService.cpp62 mDevices.clear();
456 globalFilters.clear();
H A DMediumLock.cpp204 mMediumLocks.clear();
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp490 m_lstRoot.clear();
491 m_lstTree.clear();
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DThunk16.asm237 and eax, 7ffffffeh ; clear PE, PG bits
240 and ebp, 300h ; clear all but PCE and OSFXSR bits
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DAsmFuncs.asm260 ;; clear Dr7 while executing debugger itself
268 ;; insure all status bits in dr6 are clear...
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DAsmFuncs.asm244 ;; clear Dr7 while executing debugger itself
252 ;; insure all status bits in dr6 are clear...
H A DAsmFuncs.S281 ## clear Dr7 while executing debugger itself
287 ## insure all status bits in dr6 are clear...
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Ddebug.h166 unsigned char set, unsigned char clear );
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp142 unconst(mData.id).clear();
H A DUSBDeviceImpl.cpp128 unconst(mData.id).clear();
/vbox/src/VBox/Main/src-server/win/
H A DHostDnsServiceWin.cpp340 info.searchList.clear();
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dsettings.h105 * @v data Setting data, or NULL to clear setting
128 void ( * clear ) ( struct settings *settings ); member in struct:settings_operations
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIFilmContainer.cpp60 m_widgets.clear();
H A DUINameAndSystemEditor.cpp179 m_pTypeCombo->clear();
H A DUIProgressDialog.cpp296 m_pEtaLbl->clear();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Ddebug.h191 unsigned char set, unsigned char clear );
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dnet80211.c850 * @v clear Bitmask of flags to clear
864 short clear, short set,
868 to be decidable at compile-time in most cases. Since clear
875 if ( clear & NET80211_PROBED )
876 clear |= NET80211_AUTHENTICATED;
878 if ( clear & NET80211_AUTHENTICATED )
879 clear |= NET80211_ASSOCIATED;
881 if ( clear & NET80211_ASSOCIATED )
882 clear |
863 net80211_set_state( struct net80211_device *dev, short clear, short set, u16 status ) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp1351 pTreeWidgetHD->clear();
1357 pTreeWidgetCD->clear();
1363 pTreeWidgetFD->clear();
1604 /* Just clear information panes: */
1606 infoField(UIMediumType_HardDisk, i)->clear();
1644 /* Just clear information panes: */
1646 infoField(UIMediumType_DVD, i)->clear();
1677 /* Just clear information panes: */
1679 infoField(UIMediumType_Floppy, i)->clear();
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DThunk16.S295 andl $0x7ffffffe,%eax # clear PE, PG bits
298 andl $0x300,%ebp # clear all but PCE and OSFXSR bits
H A DThunk16.asm282 and eax, 7ffffffeh ; clear PE, PG bits
285 and ebp, 300h ; clear all but PCE and OSFXSR bits
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py256 EndOfProcedure.clear()
419 _ErrorFlag.clear()
451 BuildTask._SchedulerStopped.clear()
520 BuildTask._PendingQueue.clear()
521 BuildTask._ReadyQueue.clear()
522 BuildTask._RunningQueue.clear()
523 BuildTask._TaskQueue.clear()
1412 ExitFlag.clear()
/vbox/src/VBox/Devices/EFI/Firmware/
H A Dedksetup.bat44 @REM clear EFI_SOURCE and EDK_SOURCE for the new workspace
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Ddebug.h229 unsigned char set, unsigned char clear );
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp273 m->mVetoList.clear();
997 m->mListeners.clear();
1342 mEventSources.clear();
1343 mListenerProxies.clear();

Completed in 133 milliseconds

123456789