Searched refs:DEBUG (Results 1 - 25 of 1317) sorted by relevance

1234567891011>>

/external/valgrind/main/coregrind/
H A Dvgdb-invoker-none.c44 DEBUG(1, "invoker_cleanup_restore_and_detach");
49 DEBUG(2, "invoker_invoke_gdbserver not implemented\n");
/external/chromium_org/tools/gyp/test/configurations/basics/
H A Dconfigurations.c8 #ifdef DEBUG
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslinit.c26 #ifdef DEBUG
H A Dsslver.c9 #if defined(DEBUG)
/external/chromium_org/tools/gyp/test/configurations/inheritance/
H A Dconfigurations.c14 #ifdef DEBUG
/external/libcap-ng/libcap-ng-0.7/src/test/
H A Dthread_test.c7 //#define DEBUG 1
14 #ifdef DEBUG
22 #ifdef DEBUG
31 #ifdef DEBUG
40 #ifdef DEBUG
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/target-helpers/
H A Dinline_debug_helper.h13 #ifdef DEBUG
31 #endif /* DEBUG */
36 #ifdef DEBUG
54 #endif /* DEBUG */
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILDeviceInfo.cpp33 #if DEBUG
40 #if DEBUG
47 #if DEBUG
54 #if DEBUG
62 #if DEBUG
69 #if DEBUG
76 #if DEBUG
85 #if DEBUG
/external/libhevc/common/
H A Dihevc_debug.h41 #define DEBUG(...) \ macro
49 #define DEBUG(...) {} macro
/external/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h71 DEBUG(dbgs() << "Upper bound 0x");
72 DEBUG(dbgs().write_hex(Prev));
73 DEBUG(dbgs() << " should be less than succeeding lower bound 0x");
74 DEBUG(dbgs().write_hex(I->Lower) << "\n");
78 DEBUG(dbgs() << "Upper bound 0x");
79 DEBUG(dbgs().write_hex(I->Lower));
80 DEBUG(dbgs() << " should not be less than lower bound 0x");
81 DEBUG(dbgs().write_hex(I->Upper) << "\n");
/external/mesa3d/src/gallium/auxiliary/target-helpers/
H A Dinline_debug_helper.h13 #ifdef DEBUG
31 #endif /* DEBUG */
36 #ifdef DEBUG
54 #endif /* DEBUG */
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILDeviceInfo.cpp33 #if DEBUG
40 #if DEBUG
47 #if DEBUG
54 #if DEBUG
62 #if DEBUG
69 #if DEBUG
76 #if DEBUG
85 #if DEBUG
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprolock.h55 ** The Ordered Lock Facility is compiled in when DEBUG is defined at
81 #if defined(DEBUG) || defined(FORCE_NSPR_ORDERED_LOCKS)
110 #if defined(DEBUG) || defined(FORCE_NSPR_ORDERED_LOCKS)
138 #if defined(DEBUG) || defined(FORCE_NSPR_ORDERED_LOCKS)
166 #if defined(DEBUG) || defined(FORCE_NSPR_ORDERED_LOCKS)
194 #if defined(DEBUG) || defined(FORCE_NSPR_ORDERED_LOCKS)
H A Dprcountr.h83 ** time. When DEBUG is defined at compile time, the Counter
85 ** When DEBUG is not defined, the counter macros compile to
137 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
173 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
204 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
236 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
269 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
301 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
330 #if defined(DEBUG) || defined(FORCE_NSPR_COUNTERS)
358 #if defined(DEBUG) || define
[all...]
H A Dprtrace.h61 ** When DEBUG is defined at compile time, the Trace Facility is
63 ** header files will have tracing compiled in. When DEBUG is not
155 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE)
198 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE)
232 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE)
273 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE)
360 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE)
398 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE)
434 #if defined (DEBUG) || defined (FORCE_NSPR_TRACE)
466 #if defined (DEBUG) || define
[all...]
/external/flac/include/FLAC/
H A Dassert.h36 #ifdef DEBUG
/external/srec/tools/grxmlcompile/
H A Dgr_iface.cpp28 #define DEBUG 0 macro
56 #if DEBUG
89 #if DEBUG
97 #if DEBUG
107 #if DEBUG
116 #if DEBUG
125 #if DEBUG
135 #if DEBUG
144 #if DEBUG
152 #if DEBUG
[all...]
/external/libvpx/libvpx/third_party/nestegg/test/
H A Dtest.c14 #undef DEBUG macro
48 #if !defined(DEBUG)
113 #if defined(DEBUG)
119 #if defined(DEBUG)
126 #if defined(DEBUG)
132 #if defined(DEBUG)
140 #if defined(DEBUG)
145 #if defined(DEBUG)
151 #if defined(DEBUG)
156 #if defined(DEBUG)
[all...]
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java107 if (DEBUG) System.out.println (s_line);
111 if (DEBUG) System.out.println (s_line);
117 if (DEBUG) System.out.println (s_line);
120 if (DEBUG) System.out.println (s_line);
123 if (DEBUG) System.out.println (s_line);
126 if (DEBUG) System.out.println (s_line);
129 if (DEBUG) System.out.println (s_line);
138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']');
149 if (DEBUG)
162 if (DEBUG) Syste
305 private static final boolean DEBUG = false; field in class:ClassDefParser.classParser
[all...]
/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/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp94 DEBUG(dbgs() << getPassName() << '\n');
363 DEBUG(dbgs() << "Insertion point dominated by:\n");
364 DEBUG(IPI.first->print(dbgs()));
365 DEBUG(dbgs() << '\n');
391 DEBUG(dbgs() << "Merge insertion point with:\n");
392 DEBUG(IPI->first->print(dbgs()));
393 DEBUG(dbgs() << "\nat considered insertion point.\n");
413 DEBUG(dbgs() << "Merge insertion point with:\n");
414 DEBUG(IPI->first->print(dbgs()));
415 DEBUG(dbg
[all...]
H A DAArch64AddressTypePromotion.cpp252 DEBUG(dbgs() << "*** Propagate Sign Extension ***\n");
261 DEBUG(dbgs() << "Consider:\n" << *SExt << '\n');
265 DEBUG(dbgs() << "No uses => marked as delete\n");
271 DEBUG(dbgs() << "Try to get through:\n" << *Inst << '\n');
275 DEBUG(dbgs() << "Cannot get through\n");
282 DEBUG(dbgs() << "SExt or trunc, mark it as to remove\n");
310 DEBUG(dbgs() << "Propagate SExt to operands\n");
313 DEBUG(dbgs() << "Operand:\n" << *(Inst->getOperand(OpIdx)) << '\n');
316 DEBUG(dbgs() << "No need to propagate\n");
322 DEBUG(dbg
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSetExtensions.cs35 #if DEBUG
43 #if DEBUG
57 #if DEBUG
/external/chromium_org/v8/src/
H A Dv8.h14 #if defined(DEBUG) && defined(NDEBUG)
15 // V8 only uses DEBUG and whenever it is set we are building a debug
22 // V8 only uses DEBUG, but included external files
24 #if defined(DEBUG) && defined(NDEBUG)
25 #error both DEBUG and NDEBUG are set
/external/llvm/utils/
H A Dmakellvm9 set DEBUG = 0
35 set doit = 0; set DEBUG = 1; shift argv; breaksw
57 if ($DEBUG) then
58 echo "DEBUG: EXEC = $EXEC"
73 if ($DEBUG) then
74 echo "DEBUG: MFILE = $MFILE"
82 if ($DEBUG) then
83 echo "DEBUG: LLVMDIR = $LLVMDIR"
121 if ($DEBUG) then
122 echo "DEBUG
[all...]

Completed in 1970 milliseconds

1234567891011>>