Home
last modified time | relevance | path

Searched defs:debug_print (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dfilelist.py30 def __init__(self, warn=None, debug_print=None): argument
42 def debug_print(self, msg): member in FileList
Dcmd.py186 def debug_print(self, msg): member in Command
Dccompiler.py913 def debug_print(self, msg): member in CCompiler
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/
Dxlat_tables_common.c29 #define debug_print(...) tf_printf(__VA_ARGS__) macro
31 #define debug_print(...) ((void)0) macro