Searched defs:DEBUG (Results 226 - 250 of 359) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/optimize/peephole/
H A DInstructionSequenceReplacer.java46 private static final boolean DEBUG = false; field in class:InstructionSequenceReplacer
48 public static boolean DEBUG = true;
170 if (DEBUG)
H A DTargetClassChanger.java54 private static final boolean DEBUG = false; field in class:TargetClassChanger
215 if (DEBUG)
231 if (DEBUG)
/external/python/cpython2/Lib/compiler/
H A Dsymbols.py79 def DEBUG(self): member in class:Scope
/external/python/cpython2/Lib/distutils/
H A Dccompiler.py865 from distutils.debug import DEBUG namespace
866 if DEBUG:
/external/python/cpython3/Lib/distutils/
H A Dccompiler.py898 from distutils.debug import DEBUG namespace
899 if DEBUG:
/external/swiftshader/third_party/subzero/runtime/
H A Dszrt_asan.c53 #define DEBUG (0) macro
81 #if DEBUG
86 #else // !DEBUG
88 #endif // DEBUG
/external/testng/src/main/java/org/testng/
H A DCommandLineArgs.java153 public static final String DEBUG = "-debug"; field in class:CommandLineArgs
154 @Parameter(names = DEBUG, hidden = true, description = "Used to debug TestNG")
/external/testng/src/main/java/org/testng/log4testng/
H A DLogger.java20 * TRACE, DEBUG, INFO, WARN, ERROR and FATAL.
38 * # Specifies the root Loggers logging level. Will log DEBUG level and above
39 * log4testng.rootLogger=DEBUG
68 private static final int DEBUG= i++; field in class:Logger
98 levelNames[DEBUG]= "DEBUG";
105 /** A map from level name to level integer index (TRACE->0, DEBUG->1 ...) */
192 * Check whether this logger is enabled for the DEBUG Level.
193 * @return true if this logger is enabled for level DEBUG, false otherwise.
196 return isLevelEnabled(DEBUG);
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java59 public static final boolean DEBUG = false; field in class:RedundentExprEliminator
608 if(DEBUG)
686 if(DEBUG)
1098 if(DEBUG)
1104 if(DEBUG)
1211 // ==== DIAGNOSTIC AND DEBUG FUNCTIONS ====
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DIncrementalSAXSource_Filter.java70 boolean DEBUG=false; //Internal status report field in class:IncrementalSAXSource_Filter
523 if(DEBUG) e.printStackTrace();
624 if(DEBUG)System.out.println("IncrementalSAXSource_Filter parse thread launched");
644 if(DEBUG)System.out.println("Active IncrementalSAXSource_Filter normal stop exception");
651 if(DEBUG)System.out.println("Active IncrementalSAXSource_Filter normal stop exception");
656 if(DEBUG)
/external/e2fsprogs/debugfs/
H A Ddo_journal.c26 #undef DEBUG macro
28 #ifdef DEBUG
29 # define dbg_printf(f, a...) do {printf("JFS DEBUG: " f, ## a); \
/external/e2fsprogs/ext2ed/
H A Dext2ed.h31 #define DEBUG /* Activate self-sanity checks */ macro
292 #ifdef DEBUG
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c32 #undef DEBUG macro
77 #ifdef DEBUG
669 #ifdef DEBUG
676 #ifdef DEBUG
839 #ifdef DEBUG
922 #ifdef DEBUG
961 #ifdef DEBUG
1012 #ifdef DEBUG
1019 #ifdef DEBUG
1041 #ifdef DEBUG
[all...]
/external/e2fsprogs/misc/
H A De2undo.c28 #undef DEBUG macro
30 #ifdef DEBUG
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DOlsonTimeZone.java494 if(DEBUG) System.out.println("OlsonTimeZone(" + res.getKey() +")");
888 private static final boolean DEBUG = ICUDebug.enabled("olson"); field in class:OlsonTimeZone
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedNumberFormat.java683 private static final boolean DEBUG = ICUDebug.enabled("rbnf"); field in class:RuleBasedNumberFormat
1975 if (DEBUG) System.out.println("could not locate " + ppClassName + ", error " +
H A DTransliterator.java470 * DEBUG to true.
478 static final boolean DEBUG = false; field in class:Transliterator
826 if (DEBUG) {
897 if (DEBUG) {
945 if (DEBUG) {
957 if (DEBUG) {
983 if (DEBUG) {
1007 if (DEBUG) {
1027 if (DEBUG) {
1037 if (DEBUG) {
[all...]
H A DTransliteratorRegistry.java597 private static final boolean DEBUG = false; field in class:TransliteratorRegistry
608 if (DEBUG) {
629 if (DEBUG) {
723 if (DEBUG) System.out.println("missing resource: " + e);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCurrency.java63 private static final boolean DEBUG = ICUDebug.enabled("currency"); field in class:Currency
150 if(DEBUG){
H A DLocaleMatcher.java64 public static final boolean DEBUG = false; field in class:LocaleMatcher
256 if (DEBUG) {
264 if (DEBUG) System.out.println("\tSearching: " + searchTable);
270 if (DEBUG) {
337 if (DEBUG) {
540 if (DEBUG) {
546 if (DEBUG) {
552 if (DEBUG) {
671 if (DEBUG) {
695 if (DEBUG) {
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java492 if(DEBUG) System.out.println("OlsonTimeZone(" + res.getKey() +")");
886 private static final boolean DEBUG = ICUDebug.enabled("olson"); field in class:OlsonTimeZone
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedNumberFormat.java686 private static final boolean DEBUG = ICUDebug.enabled("rbnf"); field in class:RuleBasedNumberFormat
2013 if (DEBUG) System.out.println("could not locate " + ppClassName + ", error " +
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCurrency.java63 private static final boolean DEBUG = ICUDebug.enabled("currency"); field in class:Currency
156 if(DEBUG){
H A DLocaleMatcher.java63 public static final boolean DEBUG = false; field in class:LocaleMatcher
263 if (DEBUG) {
271 if (DEBUG) System.out.println("\tSearching: " + searchTable);
277 if (DEBUG) {
344 if (DEBUG) {
547 if (DEBUG) {
553 if (DEBUG) {
559 if (DEBUG) {
678 if (DEBUG) {
702 if (DEBUG) {
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java484 * DEBUG to true.
492 static final boolean DEBUG = false; field in class:Transliterator
849 if (DEBUG) {
920 if (DEBUG) {
968 if (DEBUG) {
980 if (DEBUG) {
1006 if (DEBUG) {
1030 if (DEBUG) {
1050 if (DEBUG) {
1060 if (DEBUG) {
[all...]

Completed in 5481 milliseconds

1234567891011>>