Home
last modified time | relevance | path

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/
Dfilelist.py30 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 …]
Demxccompiler.py50 self.debug_print("Python's GCC status: %s (details: %s)" %
60 self.debug_print(self.compiler_type + ": gcc %s, ld %s\n" %
Dcygwinccompiler.py97 self.debug_print("Python's GCC status: %s (details: %s)" %
108 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
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
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/
Dtest_filelist.py68 file_list.debug_print('xxx')
75 file_list.debug_print('xxx')
Dtest_ccompiler.py44 compiler.debug_print('xxx')
51 compiler.debug_print('xxx')
Dtest_cmd.py110 cmd.debug_print('xxx')
117 cmd.debug_print('xxx')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbuild_py.py229 self.debug_print("excluding %s" % setup_script)
Dinstall.py554 self.debug_print("os.makedirs('%s', 0700)" % path)