Searched refs:debug_print (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | filelist.py | 30 def __init__(self, warn=None, debug_print=None): argument 42 def debug_print(self, msg): member in FileList 124 self.debug_print("include " + ' '.join(patterns)) 131 self.debug_print("exclude " + ' '.join(patterns)) 138 self.debug_print("global-include " + ' '.join(patterns)) 145 self.debug_print("global-exclude " + ' '.join(patterns)) 153 self.debug_print("recursive-include %s %s" % 162 self.debug_print("recursive-exclude %s %s" % 171 self.debug_print("graft " + dir_pattern) 177 self.debug_print("prune " + dir_pattern) [all …]
|
D | emxccompiler.py | 50 self.debug_print("Python's GCC status: %s (details: %s)" % 60 self.debug_print(self.compiler_type + ": gcc %s, ld %s\n" %
|
D | cygwinccompiler.py | 97 self.debug_print("Python's GCC status: %s (details: %s)" % 108 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
|
D | cmd.py | 186 def debug_print(self, msg): member in Command
|
D | ccompiler.py | 913 def debug_print(self, msg): member in CCompiler
|
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/ |
D | xlat_tables_common.c | 29 #define debug_print(...) tf_printf(__VA_ARGS__) macro 31 #define debug_print(...) ((void)0) macro 55 debug_print("mmap:\n"); in print_mmap() 58 debug_print(" VA:%p PA:0x%llx size:0x%zx attr:0x%x\n", in print_mmap() 63 debug_print("\n"); in print_mmap() 247 debug_print((mem_type == MT_MEMORY) ? "MEM" : in mmap_desc() 249 debug_print(attr & MT_RW ? "-RW" : "-RO"); in mmap_desc() 250 debug_print(attr & MT_NS ? "-NS" : "-S"); in mmap_desc() 251 debug_print(attr & MT_EXECUTE_NEVER ? "-XN" : "-EXEC"); in mmap_desc() 322 debug_print("New xlat table:\n"); in init_xlation_table_inner() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_filelist.py | 68 file_list.debug_print('xxx') 75 file_list.debug_print('xxx')
|
D | test_ccompiler.py | 44 compiler.debug_print('xxx') 51 compiler.debug_print('xxx')
|
D | test_cmd.py | 110 cmd.debug_print('xxx') 117 cmd.debug_print('xxx')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | build_py.py | 229 self.debug_print("excluding %s" % setup_script)
|
D | install.py | 554 self.debug_print("os.makedirs('%s', 0700)" % path)
|