Searched refs:DEBUG (Results 1 – 5 of 5) sorted by relevance
47 private static final boolean DEBUG = false; field in DumpConfigParser146 if (DEBUG) { in parseImpl()155 if (DEBUG) { in parseImpl()178 if (DEBUG) { in parseImpl()198 if (DEBUG) { in parseImpl()223 if (DEBUG) { in parseImpl()264 if (DEBUG) { in parseImpl()
18 #define DEBUG(fmt,args...) \ macro21 #define DEBUG(x...) do {} while(0) macro
40 level = logging.DEBUG if verbose else logging.INFO
89 DEBUG = 3; enumerator91 // Message priority level (DEBUG, INFO, WARNING, ERROR).
138 verbose_map = (logging.WARNING, logging.INFO, logging.DEBUG)