Searched defs:debug (Results 1 - 3 of 3) sorted by relevance

/system/core/toolbox/
H A Dtouch.c17 int i, fd, aflag = 0, mflag = 0, debug = 0, flags = 0; local
42 case 'd': debug = 1; break;
78 if (debug) {
/system/core/sh/
H A Doptions.h101 DEF_OPT( "debug", 0 ) /* enable debug prints */
102 #define debug optlist[18].val macro
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c28 ** <-d> to print a debug log
163 int debug = 0; variable
399 printf("\t<-d> to print a debug log\n");
480 if (debug) {
492 debug = 1;
513 if (debug)
588 if (debug) {
599 if (debug) {
677 if (debug) {
775 if (debug) {
[all...]

Completed in 58 milliseconds