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

123456

/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 effect 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/icu4c/test/intltest/
H A Dnmfmtrt.h30 static UBool DEBUG; member in class:NumberFormatRoundTripTest
/external/llvm/utils/release/
H A DfindRegressions.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:
/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/v8/src/
H A Dv8.h37 #if defined(DEBUG) && defined(NDEBUG)
41 #elif !defined(DEBUG) && !defined(NDEBUG)
44 #define DEBUG macro
48 // V8 only uses DEBUG, but included external files
50 #if defined(DEBUG) && defined(NDEBUG)
51 #error both DEBUG and NDEBUG are set
/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)
/external/e2fsprogs/misc/
H A Dfindsuper.c97 #undef DEBUG macro
99 #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

Completed in 394 milliseconds

123456