Searched refs:clear (Results 26 - 50 of 220) sorted by relevance

123456789

/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsNetworkDetailsHost.cpp137 m_pIPv4Editor->clear();
138 m_pNMv4Editor->clear();
139 m_pIPv6Editor->clear();
140 m_pNMv6Editor->clear();
168 m_pDhcpAddressEditor->clear();
169 m_pDhcpMaskEditor->clear();
170 m_pDhcpLowerAddressEditor->clear();
171 m_pDhcpUpperAddressEditor->clear();
/vbox/src/libs/zlib-1.2.6/contrib/iostream/
H A Dzfstream.cpp264 clear( ios::failbit | ios::badbit );
266 clear();
273 clear( ios::failbit | ios::badbit );
275 clear();
282 clear( ios::failbit | ios::badbit );
294 clear( ios::badbit );
314 clear( ios::badbit );
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DEnableCache.asm18 ; Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
H A DDisableCache.S18 # Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
H A DDisableCache.asm18 ; Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DEnableCache.asm18 ; Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
H A DDisablePaging64.S66 btr $0x1f,%eax # clear CR0.PG
72 and $0xfe,%ah # clear LME
75 and $0xdf,%al # clear PAE
H A DDisableCache.S18 # Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
H A DDisableCache.asm18 ; Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A DMakefile21 .PHONY: all clear
/vbox/src/VBox/Main/src-server/
H A DClientWatcher.cpp61 mProcesses.clear();
244 machines.clear();
277 spawnedMachines.clear();
320 machines.clear();
321 spawnedMachines.clear();
455 machines.clear();
502 spawnedMachines.clear();
525 machines.clear();
526 spawnedMachines.clear();
584 machines.clear();
[all...]
H A DMediumFormatImpl.cpp183 unconst(m.maProperties).clear();
184 unconst(m.maFileExtensions).clear();
185 unconst(m.maDeviceTypes).clear();
/vbox/src/VBox/Frontends/VirtualBox/src/platform/win/
H A DVBoxUtils-win.cpp68 topMostRects.clear();
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Dtooltip.css35 clear: both;
58 clear: both;
H A Dgraphwiz.css68 clear: both;
180 clear: both;
215 clear: both;
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c101 unsigned char set, unsigned char clear )
111 opt->flags = (opt->flags & ~clear) | set;
119 static void add_option( const char *name, unsigned char set, unsigned char clear )
125 default_flags = (default_flags & ~clear) | set;
136 debug_options[pos].flags = (debug_options[pos].flags & ~clear) | set;
148 debug_options[pos].flags = (default_flags & ~clear) | set;
162 unsigned char set = 0, clear = 0; local
178 else clear |= 1 << i;
187 if (*p == '-') clear = ~0;
194 default_flags = (default_flags & ~clear) | se
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsIArray.idl197 * clear()
199 * clear the entire array, releasing all stored objects
201 void clear();
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DVBoxSettingsSelector.h79 virtual void clear() = 0;
118 virtual void clear();
164 virtual void clear();
/vbox/src/VBox/Runtime/win/amd64/
H A DASMBitFirstClear.asm35 ; Finds the first clear bit in a bitmap.
38 ; @returns eax -1 if no clear bit was found.
57 repe scasd ; Scan for the first dword with any clear bit.
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQILabel.h50 void clear();
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIDownloader.h72 void setSource(const QString &strSource) { m_sources.clear(); addSource(strSource); }
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxOSTypeSelectorButton.cpp74 mMainMenu->clear();
/vbox/src/VBox/HostServices/DragAndDrop/
H A Ddndmanager.h177 clear();
186 void clear(void);
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/
H A DUIGraphicsTextPane.cpp61 m_text.clear();
107 m_strHoveredAnchor.clear();
298 /* Finally clear it for good: */
301 m_strHoveredAnchor.clear();
337 m_strHoveredAnchor.clear();
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.cc404 this->clear();
415 this->clear();
459 this->clear();
470 this->clear();

Completed in 147 milliseconds

123456789