Home
last modified time | relevance | path

Searched defs:Assert (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/DebugAssert/
DDebugAssert.h78 EFI_DEBUG_ASSERT Assert; member
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dbase64.c98 #define Assert(Cond) if (!(Cond)) abort() macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzutil.h223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
230 # define Assert(cond,msg) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dzutil.h226 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
233 # define Assert(cond,msg) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzutil.h253 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
260 # define Assert(cond,msg) macro
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzutil.h241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
248 # define Assert(cond,msg) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
Dzutil.h253 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
260 # define Assert(cond,msg) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h156 } Assert; member
426 #define Assert(a0, a1, a2, a3, a4) _Py_Assert(a0, a1, a2, a3, a4) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h156 } Assert; member
426 #define Assert(a0, a1, a2, a3, a4) _Py_Assert(a0, a1, a2, a3, a4) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dast.py147 class Assert(Node): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
DPython-ast.c1317 Assert(expr_ty test, expr_ty msg, int lineno, int col_offset, PyArena *arena) in Assert() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
DPython-ast.c1334 Assert(expr_ty test, expr_ty msg, int lineno, int col_offset, PyArena *arena) in Assert() function