Home
last modified time | relevance | path

Searched defs:debug (Results 1 – 16 of 16) sorted by relevance

/tools/
A Ddumpimage.h27 #define debug(fmt, args...) printf(fmt, ##args) macro
29 #define debug(fmt, args...) macro
A Dmkimage.h28 #define debug(fmt,args...) printf (fmt ,##args) macro
30 #define debug(fmt,args...) macro
A Difdtool.c27 #define debug(fmt, args...) printf(fmt, ##args) macro
29 #define debug(fmt, args...) macro
A Drelocate-rela.c79 static void debug(const char *fmt, ...) in debug() function
A Dfdtgrep.c27 #define debug(a, b...) fprintf(stderr, a, ## b) macro
29 #define debug(a, b...) macro
A Dasn1_compiler.c315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0) macro
A Dproftool.c268 #define debug(fmt, b...) outf(4, fmt, ##b) macro
A Dkwbimage.c196 unsigned int debug; member
/tools/buildman/
A Dbuildman30 def run_tests(skip_net_tests, debug, verbose, args): argument
A Dmain.py30 def run_tests(skip_net_tests, debug, verbose, args): argument
/tools/binman/
A Dmain.py49 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
A Dbinman49 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
A Dftest.py382 def _DoTestFile(self, fname, debug=False, map=False, update_dtb=False, argument
/tools/binman/btool/
A Dopenssl.py156 bootcore_opts, load_addr, sha, debug): argument
245 dm_data_ext_boot_block, bootcore_opts, debug): argument
/tools/u_boot_pylib/
A Dtest_util.py159 def run_test_suites(toolname, debug, verbosity, no_capture, test_preserve_dirs, argument
A Dtout.py151 def debug(msg): function

Completed in 47 milliseconds