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

12345678910

/external/libhevc/common/
H A Dihevc_debug.h41 #define DEBUG(...) \ macro
49 #define DEBUG(...) {} macro
/external/llvm/include/llvm/Support/
H A DDebug.h14 // In particular, just wrap your code with the DEBUG() macro, and it will be
20 // DEBUG() macro. Then, on the command line, you can specify '-debug-only=foo'
24 // DEBUG() statements disappears, so it does not affect the runtime of the code.
38 /// the DEBUG macro below.
86 // DEBUG macro - This macro should be used by passes to emit debug information.
91 // DEBUG(dbgs() << "Bitset contains: " << Bitset << "\n");
93 #define DEBUG(X) DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro
/external/valgrind/main/coregrind/
H A Dvgdb.h43 #define DEBUG(level, ...) (level <= debuglevel ? \ macro
51 /* same as DEBUG but does not print time stamp info */
/external/chromium_org/third_party/markdown/
H A D__main__.py44 from logging import DEBUG, INFO, CRITICAL namespace
77 action="store_const", const=DEBUG, dest="verbose",
/external/proguard/src/proguard/optimize/
H A DMemberDescriptorSpecializer.java42 private static final boolean DEBUG = false; 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
119 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/chromium_org/third_party/icu/source/test/intltest/
H A Dnmfmtrt.h30 static UBool DEBUG; member in class:NumberFormatRoundTripTest
/external/chromium_org/tools/
H A Dcheck_grd_for_unused_strings.py21 DEBUG = 0 variable
93 if DEBUG:
97 elif DEBUG > 1:
/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) {
/external/icu/icu4c/source/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/optimize/peephole/
H A DVariableShrinker.java45 private static final boolean DEBUG = false; field in class:VariableShrinker
91 if (DEBUG)
109 if (DEBUG)
/external/chromium_org/third_party/cython/src/pyximport/
H A Dpyxbuild.py19 DEBUG = 0 variable
51 if DEBUG or "--verbose" in script_args:
96 if DEBUG:
154 if DEBUG:
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm-options.c37 #define DEBUG(x) fprintf ## x ; macro
39 #define DEBUG(x) macro
52 DEBUG((stderr, "parse_cmdline: entered\n"));
98 DEBUG((stderr, "parse_cmdline: finished\n"));
/external/droiddriver/src/com/google/android/droiddriver/util/
H A DLogs.java27 public static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:Logs
30 if (DEBUG) {
/external/proguard/src/proguard/classfile/editor/
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.java40 private static final boolean DEBUG = false; field in class:MemberAdder
42 private static boolean DEBUG = true;
116 // if (DEBUG)
129 // if (DEBUG)
148 if (DEBUG)
198 if (DEBUG)
213 if (DEBUG)
232 if (DEBUG)
245 if (DEBUG)
H A DVariableSizeUpdater.java43 private static final boolean DEBUG = false; field in class:VariableSizeUpdater
45 private static boolean DEBUG = true;
59 // DEBUG =
68 if (DEBUG)
99 if (DEBUG)

Completed in 4973 milliseconds

12345678910