Searched defs:Check (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.h52 Check, enumerator in enum:__anon11131
297 Check if the device supports hot-plug through its device path.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DElTorito.c51 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 DElTorito.c77 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/libs/xpcom18a4/xpcom/tests/
H A DTestCRT.cpp60 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/BaseTools/Source/Python/Ecc/
H A DEcc.py24 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 DCheck.py22 ## 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/libs/xpcom18a4/python/src/
H A DPyXPCOM.h285 // Check if a Python object can safely be cast to an Py_nsISupports,
288 static PRBool Check( PyObject *ob, const nsIID &checkIID = Py_nsIID_NULL) { function in class:Py_nsISupports

Completed in 50 milliseconds