/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | TestCRT.cpp | 60 static void Check(const char* s1, const char* s2, PRIntn n) function 108 Check(tp->s1, tp->s2, tp->n);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/ |
H A D | ElTorito.c | 51 UINTN Check; local 115 // Check for valid volume descriptor signature 166 Check = 0; 169 Check += CheckBuffer[Index]; 172 if ((Check & 0xFFFF) != 0) { 185 // Check this entry
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/ |
H A D | ElTorito.c | 77 UINTN Check; local 142 // Check for valid volume descriptor signature 193 Check = 0; 196 Check += CheckBuffer[Index]; 199 if ((Check & 0xFFFF) != 0) { 212 // Check this entry
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/ |
H A D | GetInterruptsState.S | 40 tst R0, #0x80 @Check if IRQ is enabled.
|
H A D | GetInterruptsState.asm | 40 TST R0, #0x80 ;Check if IRQ is enabled.
|
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/ |
H A D | SearchForBfvBase.asm | 44 ; Check FFS GUID 56 ; Check FV Length
|
H A D | SearchForSecEntry.asm | 81 cmp byte [eax + 0x12], EFI_FV_FILETYPE_SECURITY_CORE ; Check File Type
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
H A D | Ecc.py | 24 from Check import Check namespace 67 # Check EFI_SOURCE (Edk build convention). EDK_SOURCE will always point to ECP 119 self.Check() 224 # Check each checkpoint 226 def Check(self): member in class:Ecc 228 EccCheck = Check() 229 EccCheck.Check() 287 # Check workspace envirnoment 351 help="Check al [all...] |
H A D | Check.py | 22 ## Check 28 class Check(object): class in inherits:object 32 # Check all required checkpoints 33 def Check(self): member in class:Check 47 # Check whether file has non ACSII char 90 # Check whether return type exists and in the first line 103 # Check whether any optional functional modifiers exist and next to the return type 116 # Check whether the next line contains the function name, left justified, followed by the beginning of the parameter list 117 # Check whether the closing parenthesis is on its own line and also indented two spaces 130 # Check whethe 1089 Check = Check() variable in class:Check [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/ |
H A D | NicIp4Variable.c | 21 Check whether the configure parameter is valid. 133 Check whether a NIC exist in the platform given its MAC address. 209 // Check whether we need perform reclaim. 230 Check: 252 // Check variable GUID. 288 goto Check;
|
/vbox/src/libs/xpcom18a4/python/src/ |
H A D | PyIComponentManager.cpp | 53 if (!Py_nsISupports::Check(self, iid)) {
|
H A D | PyIInputStream.cpp | 57 if (!Py_nsISupports::Check(self, iid)) {
|
H A D | PyIClassInfo.cpp | 54 if (!Py_nsISupports::Check(self, iid)) {
|
H A D | PyIComponentManagerObsolete.cpp | 53 if (!Py_nsISupports::Check(self, iid)) {
|
H A D | PyIEnumerator.cpp | 54 if (!Py_nsISupports::Check(self, iid)) {
|
H A D | PyIInterfaceInfoManager.cpp | 55 if (!Py_nsISupports::Check(self, iid)) {
|
H A D | PyISimpleEnumerator.cpp | 54 if (!Py_nsISupports::Check(self, iid)) {
|
H A D | PyIVariant.cpp | 51 if (!Py_nsISupports::Check(self, iid)) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
H A D | Dhcp4Option.c | 306 @param[in] Check The callback function for each option found 307 @param[in] Context The opaque parameter for the Check 319 IN DHCP_CHECK_OPTION Check OPTIONAL, 360 if ((Check != NULL) && EFI_ERROR (Check (Tag, Len, Buffer + Cur, Context))) { 381 @param[in] Check The callback function to be called for each option 383 @param[in] Context The opaque parameter for Check 392 IN DHCP_CHECK_OPTION Check OPTIONAL, 404 Check, 417 Check, [all...] |
H A D | Dhcp4Option.h | 225 @param[in] Check The callback function to be called for each option 227 @param[in] Context The opaque parameter for Check 236 IN DHCP_CHECK_OPTION Check OPTIONAL,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
H A D | ConPlatform.c | 260 // Check if the device path is in ConIn Variable 266 Check 273 // Check the device path, if it is a hot plug device, 396 // Check if the device path is in ConOut & ErrOut Variable 402 Check 412 Check 419 // Check the device path, if it is a hot plug device, 918 if ((Operation == Check) || (!EFI_ERROR (Status))) { 982 Check if the device supports hot-plug through its device path. 1003 // Check devic [all...] |
H A D | ConPlatform.h | 52 Check, enumerator in enum:__anon11131 297 Check if the device supports hot-plug through its device path.
|
/vbox/src/libs/libpng-1.2.8/scripts/ |
H A D | makevms.com | 4 $! Check for MMK/MMS
|
/vbox/src/VBox/Main/src-all/win/ |
H A D | comregister.cmd | 22 REM Check if the current user is an administrator. Otherwise
98 REM Check for 64-bitness.
|
/vbox/src/VBox/ValidationKit/bootsectors/ |
H A D | bootsector2-cpu-a20-1.asm | 91 ; Check that the A20 gate is disabled when we come from the BIOS. 132 ; Check what the bios thinks the state is.
|