/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueDebugLib.h | 207 #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression) argument 209 #define _ASSERT(Expression) argument 236 #define _DEBUG(Expression) DebugPrint Expression argument 238 #define _DEBUG(Expression) argument 259 #define ASSERT(Expression) \ argument 269 #define ASSERT(Expression) do{} while(0) argument 276 #define ASSERT(Expression) \ argument 285 #define ASSERT(Expression) do{} while(0) argument 307 #define DEBUG(Expression) \ argument 315 #define DEBUG(Expression) do{} while(0) argument [all …]
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | assert.h | 75 #define assert(Expression) /* ignored */ argument 78 #define assert(Expression) ((Expression) ? (void)0 :\ argument
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | DebugLib.h | 248 #define _ASSERT(Expression) DebugAssert (__FILE__, __LINE__, #Expression) argument 271 #define _DEBUG(Expression) _DEBUG_PRINT Expression argument 273 #define _DEBUG(Expression) DebugPrint Expression argument 289 #define ASSERT(Expression) \ argument 299 #define ASSERT(Expression) argument 315 #define DEBUG(Expression) \ argument 322 #define DEBUG(Expression) argument 453 #define DEBUG_CODE(Expression) \ argument
|
D | PerformanceLib.h | 360 #define PERF_CODE(Expression) \ argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | CommentParsing.py | 422 def _CheckListExpression(Expression): argument 435 def _CheckExpression(Expression): argument 447 def _CheckRangeExpression(Expression): argument
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/ |
D | IfrParse.c | 300 FORM_EXPRESSION *Expression; in CreateExpression() local 825 IN FORM_EXPRESSION *Expression in DestroyExpression() 901 FORM_EXPRESSION *Expression; in DestroyStatement() local 997 FORM_EXPRESSION *Expression; in DestroyForm() local 1062 FORM_EXPRESSION *Expression; in DestroyFormSet() local
|
D | Expression.c | 924 FORM_EXPRESSION *Expression; in RuleIdToExpression() local 2527 IN OUT FORM_EXPRESSION *Expression in EvaluateExpression()
|
D | Presentation.c | 46 FORM_EXPRESSION *Expression; in EvaluateFormExpressions() local
|
D | Setup.h | 252 FORM_EXPRESSION *Expression[1]; // Array[Count] of expressions member 373 FORM_EXPRESSION_LIST *Expression; // nesting inside of GrayOutIf/DisableIf/SuppressIf member
|
D | Setup.c | 2106 FORM_EXPRESSION *Expression; in ValidateQuestion() local
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/XenConsoleSerialPortLib/ |
D | XenConsoleSerialPortLib.c | 31 #define ASSERT(Expression) \ argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | GenDepex.py | 128 def __init__(self, Expression, ModuleType, Optimize=False): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
D | astgen.py | 276 class Expression(Node): class
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtDxeHobLib/ |
D | HobLib.c | 16 #define ASSERT(Expression) \ argument
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
D | SafeString.c | 24 #define SAFE_STRING_CONSTRAINT_CHECK(Expression, Status) \ argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | Expression.py | 219 def __init__(self, Expression, SymbolTable={}): argument
|
D | RangeExpression.py | 369 def __init__(self, Expression, PcdDataType, SymbolTable = {}): argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
D | FvImage.py | 798 Expression = property(_GetExpression) variable in Depex
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | FdfParser.py | 909 def __EvaluateConditional(self, Expression, Line, Op = None, Value = None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | Python-ast.h | 53 } Expression; member 379 #define Expression(a0, a1) _Py_Expression(a0, a1) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | Python-ast.h | 53 } Expression; member 379 #define Expression(a0, a1) _Py_Expression(a0, a1) macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | pycodegen.py | 89 class Expression(AbstractCompileMode): class
|
D | ast.py | 38 class Expression(Node): class
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/ |
D | CommonObject.py | 767 def SetExpression(self, Expression): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | Python-ast.c | 995 Expression(expr_ty body, PyArena *arena) in Expression() function
|