Home
last modified time | relevance | path

Searched defs:Expression (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueDebugLib.h207 #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/
Dassert.h75 #define assert(Expression) /* ignored */ argument
78 #define assert(Expression) ((Expression) ? (void)0 :\ argument
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DDebugLib.h248 #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
DPerformanceLib.h360 #define PERF_CODE(Expression) \ argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DCommentParsing.py422 def _CheckListExpression(Expression): argument
435 def _CheckExpression(Expression): argument
447 def _CheckRangeExpression(Expression): argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DIfrParse.c300 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
DExpression.c924 FORM_EXPRESSION *Expression; in RuleIdToExpression() local
2527 IN OUT FORM_EXPRESSION *Expression in EvaluateExpression()
DPresentation.c46 FORM_EXPRESSION *Expression; in EvaluateFormExpressions() local
DSetup.h252 FORM_EXPRESSION *Expression[1]; // Array[Count] of expressions member
373 FORM_EXPRESSION_LIST *Expression; // nesting inside of GrayOutIf/DisableIf/SuppressIf member
DSetup.c2106 FORM_EXPRESSION *Expression; in ValidateQuestion() local
/device/linaro/bootloader/edk2/OvmfPkg/Library/XenConsoleSerialPortLib/
DXenConsoleSerialPortLib.c31 #define ASSERT(Expression) \ argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenDepex.py128 def __init__(self, Expression, ModuleType, Optimize=False): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dastgen.py276 class Expression(Node): class
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtDxeHobLib/
DHobLib.c16 #define ASSERT(Expression) \ argument
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DSafeString.c24 #define SAFE_STRING_CONSTRAINT_CHECK(Expression, Status) \ argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DExpression.py219 def __init__(self, Expression, SymbolTable={}): argument
DRangeExpression.py369 def __init__(self, Expression, PcdDataType, SymbolTable = {}): argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DFvImage.py798 Expression = property(_GetExpression) variable in Depex
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DFdfParser.py909 def __EvaluateConditional(self, Expression, Line, Op = None, Value = None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h53 } Expression; member
379 #define Expression(a0, a1) _Py_Expression(a0, a1) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h53 } 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/
Dpycodegen.py89 class Expression(AbstractCompileMode): class
Dast.py38 class Expression(Node): class
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
DCommonObject.py767 def SetExpression(self, Expression): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
DPython-ast.c995 Expression(expr_ty body, PyArena *arena) in Expression() function

12