Home
last modified time | relevance | path

Searched refs:do_debug (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/contrib/
Dspd_readdir.c37 #define DEBUG_DIR(x) {if (do_debug) { x; }}
97 static int do_debug = 0; variable
142 do_debug++; in setup_ptr()
/external/llvm/utils/release/
Dtest-release.sh30 do_debug="no"
120 do_debug="yes"
461 if [ "$do_debug" = "yes" ]; then
/external/chromium-trace/catapult/third_party/coverage/coverage/
Dcmdline.py474 return self.do_debug(args)
635 def do_debug(self, args): member in CoverageScript
/external/pcre/dist/
Dpcretest.c3475 int do_debug = debug; in main() local
3535 do_debug = TRUE; in main()
3774 case 'B': do_debug = 1; break; in main()
3776 case 'D': do_debug = do_showinfo = 1; break; in main()
4150 if (do_debug) in main()
/external/valgrind/perf/
Dtinycc.c2379 static int do_debug = 0; variable
8617 if (do_debug) { in preprocess()
9213 if (do_debug) { in next_nomacro1()
13540 if (do_debug && in block()
14557 if (do_debug) in gen_function()
14573 if (do_debug) { in gen_function()
14844 if (do_debug) { in tcc_compile()
14899 if (do_debug) { in tcc_compile()
19449 } else if (do_debug || in tcc_output_file()
20723 if (do_debug) { in tcc_run()
[all …]