Searched defs:DEBUG (Results 276 - 300 of 359) sorted by relevance

<<1112131415

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollator.java589 if(DEBUG){
1420 private static final boolean DEBUG = ICUDebug.enabled("collator"); field in class:Collator
H A DDateTimePatternGenerator.java57 private static final boolean DEBUG = false; field in class:DateTimePatternGenerator
739 if (DEBUG) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateTimeGeneratorTest.java59 public static boolean DEBUG = false; field in class:DateTimeGeneratorTest
284 if (DEBUG && isVerbose()) {
293 if (DEBUG) {
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java50 private transient static boolean DEBUG = false; field in class:DumbTextComponent
124 if (DEBUG) System.out.println("mousePressed");
136 if (DEBUG) System.out.println("mouseDragged");
141 if (DEBUG) System.out.println("mouseReleased");
158 if (DEBUG) System.out.println("focusGained");
164 if (DEBUG) System.out.println("focusLost");
187 if (DEBUG) System.out.println("keyPressed "
322 if (DEBUG) System.out.println("keyReleased "
328 if (DEBUG) System.out.println("keyTyped "
497 if (DEBUG) Syste
[all...]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemo.java73 static final boolean DEBUG = false; field in class:Demo
1155 if (DEBUG) System.out.println("Got: " + name);
1175 if (DEBUG) {
1191 if (DEBUG) {
1198 if (DEBUG) System.out.println("***Inverse Rules");
1199 if (DEBUG) System.out.println(rev.toRules(true));
1263 if (DEBUG) System.out.println("Font: " + name);
1275 if (DEBUG) System.out.println("Size: " + size);
1368 if (DEBUG) {
1377 if (DEBUG) {
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java30 private static final boolean DEBUG = false; field in class:CollationBuilder
1134 if(DEBUG) {
1148 if(DEBUG) {
1160 if(DEBUG) {
1171 if(DEBUG) {
1206 if(DEBUG) {
1213 if(DEBUG) {
1243 if(DEBUG) {
1257 if(DEBUG) {
1263 if(DEBUG) {
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java619 if(DEBUG){
1482 private static final boolean DEBUG = ICUDebug.enabled("collator"); field in class:Collator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java550 private static final boolean DEBUG = ICUDebug.enabled("localedata"); field in class:ICUResourceBundle
588 if (DEBUG) {
630 if (DEBUG) System.out.println("handler for " + url + " is null");
634 if (DEBUG) System.out.println("ouch: " + e.getMessage());
696 if (DEBUG) System.out.println("unable to enumerate data files in " + baseName);
1151 if(DEBUG) System.out.println("Creating "+fullName);
1163 if(DEBUG)System.out.println("The bundle created is: "+b+" and openType="+openType+" and bundle.getNoFallback="+(b!=null && b.getNoFallback()));
H A DICUResourceBundleReader.java122 private static final boolean DEBUG = false; field in class:ICUResourceBundleReader
246 if(DEBUG) System.out.println("The ByteBuffer is direct (memory-mapped): " + bytes.isDirect());
247 if(DEBUG) System.out.println("The available bytes in the buffer before reading the data: " + dataLength);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java56 public static boolean DEBUG = false; field in class:DateTimeGeneratorTest
281 if (DEBUG && isVerbose()) {
290 if (DEBUG) {
/external/lz4/programs/
H A Dbench.c100 #ifndef DEBUG
101 # define DEBUG 0 macro
103 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
H A Dlz4io.c129 #ifndef DEBUG
130 # define DEBUG 0 macro
132 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h45 #if( !defined( DEBUG ) )
46 #define DEBUG 0 macro
49 #if( defined( NDEBUG ) && DEBUG )
50 #error NDEBUG defined and DEBUG is also enabled...they need to be in-sync
383 #if( DEBUG )
400 #if( DEBUG )
417 #if( DEBUG )
447 #if( DEBUG )
459 #if( DEBUG )
553 #if( DEBUG )
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp55 # pragma push_macro("DEBUG")
56 # undef DEBUG macro
94 # pragma pop_macro("DEBUG")
503 #if defined(DEBUG) && HAVE_LLVM < 0x0307
508 #if defined(DEBUG) || defined(PROFILE) || \
/external/proguard/src/proguard/classfile/editor/
H A DCodeAttributeEditor.java60 private static final boolean DEBUG = false; field in class:CodeAttributeEditor
62 public static boolean DEBUG = false;
397 // DEBUG =
425 if (DEBUG)
433 if (DEBUG)
443 if (DEBUG)
578 if (DEBUG)
763 if (DEBUG)
777 if (DEBUG)
787 if (DEBUG)
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java51 private static final boolean DEBUG = false; field in class:EvaluationShrinker
53 private static boolean DEBUG = System.getProperty("es") != null;
54 private static boolean DEBUG_RESULTS = DEBUG;
146 // DEBUG = DEBUG_RESULTS =
165 if (DEBUG)
198 if (DEBUG) System.out.println("Invocation simplification:");
212 if (DEBUG) System.out.println("Usage initialization: ");
221 if (DEBUG) System.out.print("(super.<init>)");
238 if (DEBUG) System.out.print("(infinite loop)");
253 if (DEBUG) Syste
[all...]
/external/python/cpython2/Lib/logging/
H A D__init__.py28 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
129 DEBUG = 10 variable
137 DEBUG : 'DEBUG',
144 'DEBUG' : DEBUG,
153 INFO, DEBUG) then you get the corresponding string. If you have
364 %(levelno)s Numeric logging level for the message (DEBUG, INFO,
366 %(levelname)s Text logging level for the message ("DEBUG", "INFO",
1147 Log 'msg % args' with severity 'DEBUG'
[all...]
/external/python/cpython2/Lib/plat-mac/
H A DFrameWork.py3 DEBUG=0 variable
329 if DEBUG: print "Mouse down at global:", where
330 if DEBUG: print "\tUnknown part code:", partcode
331 if DEBUG: print "\tEvent:", self.printevent(event)
336 if DEBUG: print 'Unknown window:', window
379 if DEBUG: print "Character", repr(c)
407 if DEBUG:
420 if DEBUG:
431 if DEBUG:
483 if DEBUG
[all...]
/external/python/cpython3/Lib/logging/
H A D__init__.py30 __all__ = ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR',
98 DEBUG = 10 variable
106 DEBUG: 'DEBUG',
116 'DEBUG': DEBUG,
125 INFO, DEBUG) then you get the corresponding string. If you have
443 %(levelno)s Numeric logging level for the message (DEBUG, INFO,
445 %(levelname)s Text logging level for the message ("DEBUG", "INFO",
1286 Log 'msg % args' with severity 'DEBUG'
[all...]
/external/syslinux/core/lwip/src/netif/
H A Dundiif.c52 # ifndef DEBUG
53 # define DEBUG 1 macro
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java96 private final boolean DEBUG = false; field in class:DTMDocumentImpl
211 if (DEBUG) System.out.println(slotnumber+": "+w0+" "+w1+" "+w2+" "+w3);
/external/e2fsprogs/e2fsck/
H A Dpass1.c59 #undef DEBUG macro
3129 #ifdef DEBUG
3623 printf ("DEBUG: Marking %u as bad.\n", blk);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java57 private static final boolean DEBUG = false; field in class:DateTimePatternGenerator
750 if (DEBUG) {
/external/one-true-awk/
H A Drun.c25 #define DEBUG macro
/external/python/cpython2/Python/
H A Ddtoa.c167 #undef DEBUG macro
169 #define DEBUG macro
174 #ifdef DEBUG
897 #ifdef DEBUG
1026 #ifdef DEBUG
1245 #ifdef DEBUG
1256 #ifdef DEBUG

Completed in 711 milliseconds

<<1112131415