Searched defs:DEBUG (Results 51 - 75 of 359) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/optimize/
H A DMethodDescriptorShrinker.java49 private static final boolean DEBUG = false; field in class:MethodDescriptorShrinker
79 if (DEBUG)
119 if (DEBUG)
143 if (DEBUG)
164 if (DEBUG)
248 else if (DEBUG)
/external/proguard/src/proguard/optimize/peephole/
H A DUnreachableCodeRemover.java43 private static final boolean DEBUG = false; field in class:UnreachableCodeRemover
45 private static boolean DEBUG = true;
81 // DEBUG =
106 if (DEBUG)
125 if (DEBUG)
/external/python/cpython2/Lib/distutils/
H A Dcore.py14 from distutils.debug import DEBUG namespace
126 if DEBUG:
141 if DEBUG:
155 if DEBUG:
163 if DEBUG:
H A Dlog.py6 DEBUG = 1 variable
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
37 self._log(DEBUG, msg, args)
71 set_threshold(DEBUG)
H A Dspawn.py15 from distutils.debug import DEBUG namespace
76 if not DEBUG:
82 if not DEBUG:
99 if not DEBUG:
105 if not DEBUG:
152 if not DEBUG:
158 if not DEBUG:
172 if not DEBUG:
177 if not DEBUG:
188 if not DEBUG
[all...]
/external/python/cpython3/Lib/distutils/
H A Dlog.py6 DEBUG = 1 variable
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
41 self._log(DEBUG, msg, args)
75 set_threshold(DEBUG)
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
H A DAllocPages.c99 #ifdef DEBUG
100 #undef DEBUG macro
102 #define DEBUG 0 macro
138 #if DEBUG
143 #if DEBUG
147 #if DEBUG
151 #if DEBUG
155 #if DEBUG
159 #if DEBUG
/external/toolchain-utils/automation/server/monitor/
H A Dsettings.py17 DEBUG = True variable
18 TEMPLATE_DEBUG = DEBUG
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DMatchPatternIterator.java55 /** DEBUG flag for diagnostic dumps. */
56 private static final boolean DEBUG = false; field in class:MatchPatternIterator
113 if(false || DEBUG)
145 if(false || DEBUG)
230 if(DEBUG)
251 if(DEBUG)
294 if(DEBUG)
306 if(DEBUG)
/external/dtc/tests/
H A Dtests.h23 #define DEBUG macro
/external/e2fsprogs/misc/
H A Dfindsuper.c99 #undef DEBUG macro
101 #ifdef DEBUG
/external/emma/core/java12/com/vladium/emma/rt/
H A DRT.java150 if (DEBUG) System.out.println ("RT::dumpCoverageData() DUMPING " + RT.class.getClassLoader ());
214 private static final boolean DEBUG = false; field in class:RT
218 if (DEBUG) System.out.println ("RT[" + System.identityHashCode (RT.class) + "]::<clinit>: loaded by " + RT.class.getClassLoader ());
235 if (DEBUG) System.out.println ("RT::<clinit>: STANDALONE MODE");
/external/emma/core/java12/com/vladium/jcd/cls/
H A DField_info.java90 if (DEBUG) System.out.println ("\t[" + i + "] attribute: " + attribute_info);
194 private static final boolean DEBUG = false; field in class:Field_info
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DConstantValueAttribute_info.java127 if (DEBUG) System.out.println ("\tconstantvalue_index: " + m_value_index);
133 private static final boolean DEBUG = false; field in class:ConstantValueAttribute_info
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java107 if (DEBUG) System.out.println (s_line);
111 if (DEBUG) System.out.println (s_line);
117 if (DEBUG) System.out.println (s_line);
120 if (DEBUG) System.out.println (s_line);
123 if (DEBUG) System.out.println (s_line);
126 if (DEBUG) System.out.println (s_line);
129 if (DEBUG) System.out.println (s_line);
138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']');
149 if (DEBUG)
162 if (DEBUG) Syste
305 private static final boolean DEBUG = false; field in class:ClassDefParser.classParser
[all...]
/external/honggfuzz/includes/libcommon/
H A Dlog.h31 enum llevel_t { FATAL = 0, ERROR, WARNING, INFO, DEBUG, HELP, HELP_BOLD }; enumerator in enum:llevel_t
39 if (log_level >= DEBUG) { \
40 logLog(DEBUG, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
60 if (log_level >= DEBUG) { \
61 logLog(DEBUG, __FUNCTION__, __LINE__, true, __VA_ARGS__); \
/external/honggfuzz/libcommon/
H A Dlog.h31 enum llevel_t { FATAL = 0, ERROR, WARNING, INFO, DEBUG, HELP, HELP_BOLD }; enumerator in enum:llevel_t
39 if (log_level >= DEBUG) { \
40 logLog(DEBUG, __FUNCTION__, __LINE__, false, __VA_ARGS__); \
60 if (log_level >= DEBUG) { \
61 logLog(DEBUG, __FUNCTION__, __LINE__, true, __VA_ARGS__); \
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DResourceBundleWrapper.java116 private static final boolean DEBUG = ICUDebug.enabled("resourceBundleWrapper"); field in class:ResourceBundleWrapper
182 if (DEBUG)
184 if (DEBUG)
233 if (DEBUG)
235 if (DEBUG)
242 if(DEBUG)System.out.println("Returning null for "+baseName+"_"+localeID);
H A DURLHandler.java37 private static final boolean DEBUG = ICUDebug.enabled("URLHandler"); field in class:URLHandler
62 if (DEBUG) System.err.println("bad urlhandler line: '" + line + "'");
80 if (DEBUG) System.err.println(e);
83 if (DEBUG) System.err.println(e);
86 if (DEBUG) System.err.println(e);
92 if (DEBUG) System.err.println(t);
124 if (DEBUG) System.err.println(e);
127 if (DEBUG) System.err.println(e);
130 if (DEBUG) System.err.println(e);
164 if (DEBUG) Syste
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DUtils.java188 // System.out.println(chineseNumber(n, ChineseDigits.DEBUG));
207 public static final ChineseDigits DEBUG = field in class:Utils.ChineseDigits
/external/icu/android_icu4j/src/main/java/android/icu/impl/text/
H A DRbnfScannerProviderImpl.java33 private static final boolean DEBUG = ICUDebug.enabled("rbnf"); field in class:RbnfScannerProviderImpl
116 if (DEBUG){ // debug hook
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatRoundTripTest.java43 public boolean DEBUG = false; field in class:NumberFormatRoundTripTest
171 if (DEBUG)
180 if (DEBUG)
188 if (DEBUG)
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/text/
H A DRbnfScannerProviderImpl.java31 private static final boolean DEBUG = ICUDebug.enabled("rbnf"); field in class:RbnfScannerProviderImpl
114 if (DEBUG){ // debug hook
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DResourceBundleWrapper.java114 private static final boolean DEBUG = ICUDebug.enabled("resourceBundleWrapper"); field in class:ResourceBundleWrapper
180 if (DEBUG)
182 if (DEBUG)
231 if (DEBUG)
233 if (DEBUG)
240 if(DEBUG)System.out.println("Returning null for "+baseName+"_"+localeID);
H A DURLHandler.java33 private static final boolean DEBUG = ICUDebug.enabled("URLHandler"); field in class:URLHandler
58 if (DEBUG) System.err.println("bad urlhandler line: '" + line + "'");
76 if (DEBUG) System.err.println(e);
79 if (DEBUG) System.err.println(e);
82 if (DEBUG) System.err.println(e);
88 if (DEBUG) System.err.println(t);
120 if (DEBUG) System.err.println(e);
123 if (DEBUG) System.err.println(e);
126 if (DEBUG) System.err.println(e);
160 if (DEBUG) Syste
[all...]

Completed in 6100 milliseconds

1234567891011>>