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

1234567891011>>

/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/testing/gmock/scripts/generator/cpp/
H A Dutils.py27 DEBUG = True variable
/external/flac/include/FLAC/
H A Dassert.h36 #ifdef DEBUG
/external/dbus/test/name-test/
H A Drun-test.sh34 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-ids || die "test-ids failed"
37 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-dispatch || die "test-pending-call-dispatch failed"
40 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-call-timeout || die "test-pending-call-timeout failed"
43 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-threads-init || die "test-threads-init failed"
46 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-privserver-client || die "test-privserver-client failed"
49 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-shutdown || die "test-shutdown failed"
/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/nestegg/test/
H A Dtest.c14 #undef DEBUG macro
46 #ifndef DEBUG
111 #ifdef DEBUG
117 #ifdef DEBUG
124 #ifdef DEBUG
130 #ifdef DEBUG
138 #ifdef DEBUG
143 #ifdef DEBUG
149 #ifdef DEBUG
154 #ifdef 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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSetExtensions.cs35 #if DEBUG
43 #if DEBUG
57 #if DEBUG
H A DStackExtensions.cs35 #if DEBUG
43 #if DEBUG
/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...]
/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:
/external/llvm/lib/Target/CellSPU/
H A DSPUNopFiller.cpp40 DEBUG( dbgs() << "********** SPU Nop filler **********\n" ; );
94 DEBUG( dbgs() <<"Adding NOP before: "; );
95 DEBUG( I->dump(); );
103 DEBUG( dbgs() <<"Adding LNOP before: "; );
104 DEBUG( I->dump(); );
120 DEBUG( dbgs() <<"Padding basic block with NOP\n"; );
125 DEBUG( dbgs() <<"Padding basic block with LNOP\n"; );
/external/mtpd/
H A Dpptp.c181 log_print(DEBUG, "Connection closed");
190 log_print(DEBUG, "Loss of synchronization");
196 log_print(DEBUG, "Invalid message length");
210 log_print(DEBUG, "Ignored non-control message (type = %d)",
220 log_print(DEBUG, "Sending SCCRQ");
264 log_print(DEBUG, "Control message too short");
269 log_print(DEBUG, "Received UNKNOWN %d", incoming.message);
273 log_print(DEBUG, "Received %s with invalid length (length = %d)",
286 log_print(DEBUG, "Received SCCRP -> Sending OCRQ "
301 log_print(DEBUG, "Receive
[all...]
H A Dmtpd.h34 DEBUG = 0, enumerator in enum:log_level
/external/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp187 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n");
201 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has more than "
208 DEBUG(dbgs() << "Can't hoist: " << *I);
216 DEBUG(dbgs() << "Won't speculate load: " << *I);
223 DEBUG(dbgs() << "Can't speculate: " << *I);
230 DEBUG(dbgs() << "Won't speculate regmask: " << *I);
248 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " depends on " << *DefMI);
250 DEBUG(dbgs() << "Can't insert instructions below terminator.\n");
281 DEBUG(dbgs() << "Can't insert code after " << *I);
315 DEBUG({
[all...]
H A DAggressiveAntiDepBreaker.cpp136 DEBUG(dbgs() << "AntiDep Critical-Path Registers:");
137 DEBUG(for (int r = CriticalPathSet.find_first(); r != -1;
140 DEBUG(dbgs() << '\n');
215 DEBUG(dbgs() << "Observe: ");
216 DEBUG(MI->dump());
217 DEBUG(dbgs() << "\tRegs:");
228 DEBUG(if (State->GetGroup(Reg) != 0)
237 DEBUG(dbgs() << '\n');
329 DEBUG(if (header != NULL) {
331 DEBUG(dbg
[all...]
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h45 #if( !defined( DEBUG ) )
46 #define DEBUG 0 macro
49 #if( defined( NDEBUG ) && DEBUG )
50 #error NDEBUG defined and DEBUG is also enabled...they need to be in-sync
383 #if( DEBUG )
400 #if( DEBUG )
417 #if( DEBUG )
447 #if( DEBUG )
459 #if( DEBUG )
553 #if( DEBUG )
[all...]
/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/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/proguard/src/proguard/preverify/
H A DCodeSubroutineInliner.java46 private static final boolean DEBUG = false; field in class:CodeSubroutineInliner
48 private static boolean DEBUG = true;
67 // DEBUG =
85 if (DEBUG)
105 if (DEBUG)
126 if (DEBUG)
149 if (DEBUG)
191 if (DEBUG)
218 if (DEBUG)
260 if (DEBUG)
[all...]
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp60 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n");
62 DEBUG(dbgs() << "Connected to OProfile agent.\n");
70 DEBUG(dbgs() << "Failed to disconnect from OProfile agent: "
73 DEBUG(dbgs() << "Disconnected from OProfile agent.\n");
86 DEBUG(dbgs() << "Mapping " << reinterpret_cast<void*>(Result.vma) << " to "
99 DEBUG(dbgs() << "Failed to tell OProfile about native function "
144 DEBUG(dbgs()
156 DEBUG(dbgs()
/external/srtp/crypto/ae_xfm/
H A Dxfm.c180 #undef DEBUG macro
181 #define DEBUG 0 macro
212 #if DEBUG
240 #if DEBUG
252 #if DEBUG
270 #if DEBUG
278 #if DEBUG
285 #if DEBUG
325 #if DEBUG
340 #if DEBUG
[all...]
/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/qemu/distrib/sdl-1.2.15/test/
H A Dtestver.c20 #ifdef DEBUG

Completed in 4001 milliseconds

1234567891011>>