Searched defs:DEBUG (Results 201 - 225 of 359) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DWebRtcAudioManager.java38 private static final boolean DEBUG = false; field in class:WebRtcAudioManager
95 if (DEBUG) {
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java32 private static final boolean DEBUG = false; field in class:ViEAndroidGLES20
150 if (DEBUG) {
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerHandlerImpl.java131 if(DEBUG)
157 if(DEBUG)
321 if (DEBUG)
348 if (DEBUG)
391 if (DEBUG)
447 if (DEBUG)
468 if (DEBUG)
495 if (DEBUG)
519 if (DEBUG)
541 if (DEBUG)
1043 private static boolean DEBUG = false; field in class:TransformerHandlerImpl
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java146 /** Indicate whether in DEBUG mode */
147 private static boolean DEBUG = false; field in class:URI
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java143 /** Indicate whether in DEBUG mode */
144 private static boolean DEBUG = false; field in class:URI
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java807 private static final boolean DEBUG = false; field in class:Compiler
847 if(DEBUG)
854 if(DEBUG)
864 if(DEBUG)
874 if(DEBUG)
888 if(DEBUG)
/external/clang/unittests/AST/
H A DCommentParser.cpp33 const bool DEBUG = true; member in namespace:clang::comments::__anon3684
67 if (DEBUG) {
/external/e2fsprogs/contrib/
H A Dspd_readdir.c30 #define DEBUG macro
36 #ifdef DEBUG
96 #ifdef DEBUG
139 #ifdef DEBUG
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUService.java109 private static final boolean DEBUG = ICUDebug.enabled("service"); field in class:ICUService
400 if (DEBUG) System.out.println("Service: " + name + " key: " + key.canonicalID());
412 if (DEBUG) System.out.println("Service " + name + " cache was empty");
443 if (DEBUG) System.out.println(name + "[" + NDebug++ + "] looking for: " + currentDescriptor);
446 if (DEBUG) System.out.println(name + " found with descriptor: " + currentDescriptor);
449 if (DEBUG) System.out.println("did not find: " + currentDescriptor + " in cache");
461 if (DEBUG) System.out.println("trying factory[" + (index-1) + "] " + f.toString());
465 if (DEBUG) System.out.println(name + " factory supported: " + currentDescriptor + ", caching");
468 if (DEBUG) System.out.println("factory did not support: " + currentDescriptor);
486 if (DEBUG) Syste
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBreakIterator.java219 private static final boolean DEBUG = ICUDebug.enabled("breakiterator"); field in class:BreakIterator
916 if(DEBUG){
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DAlphabeticIndexTest.java57 private static final boolean DEBUG = ICUDebug.enabled("alphabeticindex"); field in class:AlphabeticIndexTest
632 if (DEBUG) showIndex(alphabeticIndex, false);
651 if (DEBUG) showIndex(myBucketLabels, myBucketContents, false);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DTrieMap.java40 private static final boolean DEBUG = true; field in class:TrieMap
279 List<String> debugBytes = DEBUG ? new ArrayList<String>() : null;
/external/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.cpp40 #define DEBUG 0 macro
272 #if DEBUG
325 #if DEBUG
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayCalendarDemo.java84 private static final boolean DEBUG = false; field in class:HolidayCalendarDemo.CalendarFrame
395 if (DEBUG)
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUService.java107 private static final boolean DEBUG = ICUDebug.enabled("service"); field in class:ICUService
398 if (DEBUG) System.out.println("Service: " + name + " key: " + key.canonicalID());
410 if (DEBUG) System.out.println("Service " + name + " cache was empty");
441 if (DEBUG) System.out.println(name + "[" + NDebug++ + "] looking for: " + currentDescriptor);
444 if (DEBUG) System.out.println(name + " found with descriptor: " + currentDescriptor);
447 if (DEBUG) System.out.println("did not find: " + currentDescriptor + " in cache");
459 if (DEBUG) System.out.println("trying factory[" + (index-1) + "] " + f.toString());
463 if (DEBUG) System.out.println(name + " factory supported: " + currentDescriptor + ", caching");
466 if (DEBUG) System.out.println("factory did not support: " + currentDescriptor);
484 if (DEBUG) Syste
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBreakIterator.java219 private static final boolean DEBUG = ICUDebug.enabled("breakiterator"); field in class:BreakIterator
967 if(DEBUG){
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java54 private static final boolean DEBUG = ICUDebug.enabled("alphabeticindex"); field in class:AlphabeticIndexTest
629 if (DEBUG) showIndex(alphabeticIndex, false);
648 if (DEBUG) showIndex(myBucketLabels, myBucketContents, false);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMap.java39 private static final boolean DEBUG = true; field in class:TrieMap
278 List<String> debugBytes = DEBUG ? new ArrayList<String>() : null;
/external/ims/rcs/rcsservice/src/com/android/service/ims/
H A DRcsStackAdaptor.java86 private static final boolean DEBUG = true; field in class:RcsStackAdaptor
/external/lz4/programs/
H A Dlz4cli.c84 #define DEBUG 0 macro
85 #define DEBUGOUTPUT(...) if (DEBUG) DISPLAY(__VA_ARGS__);
/external/one-true-awk/
H A Dtran.c25 #define DEBUG macro
/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java48 private static final boolean DEBUG = false; field in class:PartialEvaluator
51 private static boolean DEBUG = true;
178 // DEBUG = DEBUG_RESULTS =
196 if (DEBUG)
250 if (DEBUG)
603 if (DEBUG) System.out.println("Popping alternative branch out of "+instructionBlockStack.size()+" blocks");
633 if (DEBUG)
700 if (DEBUG) System.out.println("Repeated variables, stack, and branch targets");
709 if (DEBUG) System.out.println("Generalizing current context after "+evaluationCount+" evaluations");
750 if (DEBUG)
[all...]
H A DSimpleEnumUseChecker.java53 private static final boolean DEBUG = false; field in class:SimpleEnumUseChecker
55 private static boolean DEBUG = System.getProperty("enum") != null;
153 if (DEBUG)
173 if (DEBUG)
190 if (DEBUG)
239 if (DEBUG)
277 if (DEBUG)
299 if (DEBUG)
328 if (DEBUG)
369 if (DEBUG)
[all...]
H A DSimpleEnumUseSimplifier.java52 private static final boolean DEBUG = false; field in class:SimpleEnumUseSimplifier
54 private static boolean DEBUG = System.getProperty("enum") != null;
103 if (DEBUG)
610 if (DEBUG) System.out.println(" Replacing instruction "+instruction.toString(offset)+" -> "+replacementInstructions.length+" instructions");
640 if (DEBUG) System.out.println(" Replacing instruction "+instruction.toString(offset)+" -> "+replacementInstruction.toString()+(popCount == 0 ? "" : " ("+popCount+" pops)"));
667 //if (DEBUG) System.out.println(" Deleting instruction "+instruction.toString(offset)+(popCount == 0 ? "" : " ("+popCount+" pops)"));
669 if (DEBUG) System.out.println(" Deleting instruction "+instruction.toString(offset));
/external/proguard/src/proguard/optimize/peephole/
H A DBranchTargetFinder.java48 private static final boolean DEBUG = false; field in class:BranchTargetFinder
50 private static boolean DEBUG = System.getProperty("btf") != null;
320 // DEBUG =
425 if (DEBUG)

Completed in 6886 milliseconds

1234567891011>>