Searched defs:DEBUG (Results 1 - 25 of 212) sorted by relevance

123456789

/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dutils.py27 DEBUG = True variable
/external/webkit/Source/WebCore/platform/text/qt/
H A DTextBreakIteratorQt.cpp30 #define DEBUG qDebug macro
32 #define DEBUG if (1) {} else qDebug macro
122 DEBUG() << "textBreakFirst" << bi->position();
129 DEBUG() << "textBreakNext" << pos;
137 DEBUG() << "textBreakPreceding" << pos << newpos;
145 DEBUG() << "textBreakFollowing" << pos << newpos;
/external/llvm/include/llvm/Support/
H A DDebug.h14 // In particular, just wrap your code with the DEBUG() macro, and it will be
22 // DEBUG() statements disappears, so it does not affect the runtime of the code.
34 /// all of their DEBUG statements to be activatable with -debug-only=thatstring.
42 /// the DEBUG macro below.
90 // DEBUG macro - This macro should be used by passes to emit debug information.
95 // DEBUG(dbgs() << "Bitset contains: " << Bitset << "\n");
97 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro
/external/proguard/src/proguard/optimize/
H A DMemberDescriptorSpecializer.java42 private static final boolean DEBUG = true; field in class:MemberDescriptorSpecializer
79 if (DEBUG)
119 if (DEBUG)
H A DParameterShrinker.java44 private static final boolean DEBUG = false; field in class:ParameterShrinker
92 if (DEBUG)
116 if (DEBUG)
H A DDuplicateInitializerFixer.java40 private static final boolean DEBUG = false; field in class:DuplicateInitializerFixer
108 if (DEBUG)
H A DMethodDescriptorShrinker.java47 private static final boolean DEBUG = false; field in class:MethodDescriptorShrinker
95 if (DEBUG)
231 else if (DEBUG)
/external/srec/srec/clib/
H A Dvoicing.c39 #define DEBUG 0 macro
51 #if DEBUG
136 #if DEBUG
H A Dlog_add.c31 #define DEBUG 0 macro
77 #if DEBUG
/external/valgrind/main/VEX/switchback/
H A Dbinary_switchback.pl21 use constant DEBUG => 0; constant
157 unlink($TMPFILE) if (! DEBUG);
163 unlink($TMPFILE) if (! DEBUG);
167 if (DEBUG) {
187 unlink($TMPFILE) if (! DEBUG);
195 unlink($TMPFILE) if (! DEBUG);
258 if (DEBUG) {
295 if (DEBUG) {
309 if (DEBUG) {
328 if (DEBUG) {
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DDomFront.java34 private static boolean DEBUG = false; field in class:DomFront
82 if (DEBUG) {
92 if (DEBUG) {
102 if (DEBUG) {
113 if (DEBUG) {
H A DSsaConverter.java30 public static final boolean DEBUG = false; field in class:SsaConverter
327 if (DEBUG) {
380 if (DEBUG) {
/external/icu4c/test/intltest/
H A Dnmfmtrt.h30 static UBool DEBUG; member in class:NumberFormatRoundTripTest
/external/llvm/utils/release/
H A DfindRegressions-nightly.py4 DEBUG = 0 variable
24 if DEBUG:
29 if DEBUG:
43 if DEBUG:
49 if DEBUG:
54 if DEBUG:
59 if DEBUG:
75 if DEBUG:
H A DfindRegressions-simple.py4 DEBUG = 0 variable
20 if DEBUG:
26 if DEBUG:
43 if DEBUG:
51 if DEBUG:
/external/markdown/markdown/
H A Dcommandline.py12 from logging import DEBUG, INFO, WARN, ERROR, CRITICAL namespace
64 action="store_const", const=DEBUG, dest="verbose",
/external/netperf/
H A Dnetsh.h16 #define DEBUG 0 /* debugging level */ macro
/external/proguard/src/proguard/classfile/editor/
H A DVariableSizeUpdater.java42 private static final boolean DEBUG = false; field in class:VariableSizeUpdater
44 private static boolean DEBUG = true;
55 // DEBUG =
64 if (DEBUG)
92 if (DEBUG)
H A DClassEditor.java34 private static final boolean DEBUG = false; field in class:ClassEditor
67 if (DEBUG)
135 if (DEBUG)
205 if (DEBUG)
H A DMemberAdder.java39 private static final boolean DEBUG = false; field in class:MemberAdder
41 private static boolean DEBUG = true;
94 if (DEBUG)
107 // if (DEBUG)
126 if (DEBUG)
170 if (DEBUG)
185 if (DEBUG)
204 if (DEBUG)
214 if (DEBUG)
/external/proguard/src/proguard/optimize/peephole/
H A DVariableShrinker.java45 private static final boolean DEBUG = false; field in class:VariableShrinker
91 if (DEBUG)
109 if (DEBUG)
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/stlport/test/eh/
H A Dintel45.mak39 #DEBUG = STL
40 DEBUG = ON macro
41 #DEBUG =
63 !IF "$(DEBUG)" == ""
68 !IF "$(DEBUG)" == "STL"
H A Dintel50.mak40 #DEBUG = STL
41 DEBUG = ON macro
42 #DEBUG =
64 !IF "$(DEBUG)" == ""
69 !IF "$(DEBUG)" == "STL"
/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)

Completed in 947 milliseconds

123456789