Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 784) sorted by relevance

12345678910>>...32

/external/libvpx/nestegg/test/
Dtest.c14 #undef DEBUG
46 #ifndef DEBUG in log_callback()
111 #ifdef DEBUG in main()
117 #ifdef DEBUG in main()
124 #ifdef DEBUG in main()
130 #ifdef DEBUG in main()
138 #ifdef DEBUG in main()
143 #ifdef DEBUG in main()
149 #ifdef DEBUG in main()
154 #ifdef DEBUG in main()
[all …]
/external/emma/core/java12/com/vladium/jcd/parser/
DClassDefParser.java107 if (DEBUG) System.out.println (s_line); in class_table()
111 if (DEBUG) System.out.println (s_line); in class_table()
117 if (DEBUG) System.out.println (s_line); in class_table()
120 if (DEBUG) System.out.println (s_line); in class_table()
123 if (DEBUG) System.out.println (s_line); in class_table()
126 if (DEBUG) System.out.println (s_line); in class_table()
129 if (DEBUG) System.out.println (s_line); in class_table()
138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']'); in magic()
149 if (DEBUG) in version()
162 …if (DEBUG) System.out.println ("constant_pool_count = " + constant_pool_count + " [actual number o… in constant_pool()
[all …]
/external/srec/tools/grxmlcompile/
Dgr_iface.cpp28 #define DEBUG 0 macro
56 #if DEBUG in addSubGraph()
89 #if DEBUG in BeginRule()
97 #if DEBUG in EndRule()
107 #if DEBUG in BeginItem()
116 #if DEBUG in BeginItemRepeat()
125 #if DEBUG in AddRuleRef()
135 #if DEBUG in AddLabel()
144 #if DEBUG in AddTag()
152 #if DEBUG in EndItem()
[all …]
Dvocab.cpp34 #define DEBUG 0 macro
87 #if DEBUG in lookup()
95 #if DEBUG in lookup()
103 #if DEBUG in lookup()
108 #if DEBUG in lookup()
145 #if DEBUG in print()
156 #if DEBUG in printModelIDs()
163 #if DEBUG in printModelIDs()
248 #if DEBUG in lookupModelIDs()
290 #if DEBUG in getStateIndices()
[all …]
/external/mdnsresponder/mDNSShared/
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/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp136 DEBUG(dbgs() << "AntiDep Critical-Path Registers:"); in AggressiveAntiDepBreaker()
137 DEBUG(for (int r = CriticalPathSet.find_first(); r != -1; in AggressiveAntiDepBreaker()
140 DEBUG(dbgs() << '\n'); in AggressiveAntiDepBreaker()
215 DEBUG(dbgs() << "Observe: "); in Observe()
216 DEBUG(MI->dump()); in Observe()
217 DEBUG(dbgs() << "\tRegs:"); in Observe()
228 DEBUG(if (State->GetGroup(Reg) != 0) in Observe()
237 DEBUG(dbgs() << '\n'); in Observe()
331 DEBUG(if (header != NULL) { in HandleLastUse()
333 DEBUG(dbgs() << "->g" << State->GetGroup(Reg) << tag); in HandleLastUse()
[all …]
DSplitKit.cpp154 DEBUG(dbgs() << "*** Fixing inconsistent live interval! ***\n"); in analyzeUses()
164 DEBUG(dbgs() << "Analyze counted " in analyzeUses()
470 DEBUG(dbgs() << " selectIntv " << OpenIdx << " -> " << Idx << '\n'); in selectIntv()
476 DEBUG(dbgs() << " enterIntvBefore " << Idx); in enterIntvBefore()
480 DEBUG(dbgs() << ": not live\n"); in enterIntvBefore()
483 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in enterIntvBefore()
493 DEBUG(dbgs() << " enterIntvAfter " << Idx); in enterIntvAfter()
497 DEBUG(dbgs() << ": not live\n"); in enterIntvAfter()
500 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in enterIntvAfter()
513 DEBUG(dbgs() << " enterIntvAtEnd BB#" << MBB.getNumber() << ", " << Last); in enterIntvAtEnd()
[all …]
DExpandPostRAPseudos.cpp116 DEBUG(dbgs() << "subreg: CONVERTING: " << *MI); in LowerSubregToReg()
127 DEBUG(dbgs() << "subreg: replace by: " << *MI); in LowerSubregToReg()
130 DEBUG(dbgs() << "subreg: eliminated!"); in LowerSubregToReg()
137 DEBUG({ in LowerSubregToReg()
143 DEBUG(dbgs() << '\n'); in LowerSubregToReg()
153 DEBUG(dbgs() << "identity copy: " << *MI); in LowerCopy()
160 DEBUG(dbgs() << "replaced by: " << *MI); in LowerCopy()
168 DEBUG(dbgs() << "real copy: " << *MI); in LowerCopy()
176 DEBUG({ in LowerCopy()
188 DEBUG(dbgs() << "Machine Function\n" in runOnMachineFunction()
DInlineSpiller.cpp291 DEBUG(dbgs() << "\talso spill snippet " << SnipLI << '\n'); in collectRegsToSpill()
372 DEBUG(dbgs() << " prop to " << Deps->size() << ": " in propagateSiblingValue()
458 DEBUG(dbgs() << " update " << DepSVI->first->id << '@' in propagateSiblingValue()
482 DEBUG(dbgs() << "Cached value " << PrintReg(UseReg) << ':' in traceSiblingValue()
487 DEBUG(dbgs() << "Tracing value " << PrintReg(UseReg) << ':' in traceSiblingValue()
499 DEBUG(dbgs() << " " << PrintReg(Reg) << ':' << VNI->id << '@' << VNI->def in traceSiblingValue()
510 DEBUG(dbgs() << "orig phi value\n"); in traceSiblingValue()
544 DEBUG(dbgs() << "split phi value, checking " << PHIs.size() in traceSiblingValue()
586 DEBUG(dbgs() << "copy of " << PrintReg(SrcReg) << ':' in traceSiblingValue()
606 DEBUG(dbgs() << "reload\n"); in traceSiblingValue()
[all …]
/external/mtpd/
Dpptp.c181 log_print(DEBUG, "Connection closed"); in recv_packet()
190 log_print(DEBUG, "Loss of synchronization"); in recv_packet()
196 log_print(DEBUG, "Invalid message length"); in recv_packet()
210 log_print(DEBUG, "Ignored non-control message (type = %d)", in recv_packet()
220 log_print(DEBUG, "Sending SCCRQ"); in pptp_connect()
264 log_print(DEBUG, "Control message too short"); in pptp_process()
269 log_print(DEBUG, "Received UNKNOWN %d", incoming.message); in pptp_process()
273 log_print(DEBUG, "Received %s with invalid length (length = %d)", in pptp_process()
286 log_print(DEBUG, "Received SCCRP -> Sending OCRQ " in pptp_process()
301 log_print(DEBUG, "Received SCCRP (result = %d)", in pptp_process()
[all …]
/external/valgrind/main/VEX/switchback/
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/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java131 if(DEBUG) in clearCoRoutine()
157 if(DEBUG) in clearCoRoutine()
321 if (DEBUG) in setDocumentLocator()
348 if (DEBUG) in startDocument()
391 if (DEBUG) in endDocument()
447 if (DEBUG) in startPrefixMapping()
468 if (DEBUG) in endPrefixMapping()
495 if (DEBUG) in startElement()
519 if (DEBUG) in endElement()
541 if (DEBUG) in characters()
[all …]
/external/srtp/crypto/ae_xfm/
Dxfm.c180 #undef DEBUG
181 #define DEBUG 0 macro
212 #if DEBUG in aes_128_cbc_hmac_sha1_96_enc()
240 #if DEBUG in aes_128_cbc_hmac_sha1_96_enc()
252 #if DEBUG in aes_128_cbc_hmac_sha1_96_enc()
270 #if DEBUG in aes_128_cbc_hmac_sha1_96_enc()
278 #if DEBUG in aes_128_cbc_hmac_sha1_96_enc()
285 #if DEBUG in aes_128_cbc_hmac_sha1_96_enc()
325 #if DEBUG in aes_128_cbc_hmac_sha1_96_dec()
340 #if DEBUG in aes_128_cbc_hmac_sha1_96_dec()
[all …]
/external/valgrind/main/coregrind/
Dvgdb.c116 #define DEBUG(level, ...) (level <= debuglevel ? \ macro
360 DEBUG (1, "Writing "); in ptrace_write_memory()
465 DEBUG(1, "waitstopped %s before waitpid signal_expected %d\n", in waitstopped()
468 DEBUG(1, "after waitpid pid %d p %d status 0x%x %s\n", pid, p, in waitstopped()
488 DEBUG(1, "waitstopped PTRACE_CONT with signal %d\n", signal_received); in waitstopped()
507 DEBUG(1, "%s SIGSTOP pid %d\n", msg, pid); in stop()
532 DEBUG(1, "%s PTRACE_ATTACH pid %d\n", msg, pid); in attach()
598 DEBUG(1, "found tid %d status %s lwpid %d\n", in acquire_and_suspend_threads()
605 DEBUG(1, "not set lwpid tid %d status %s lwpid %d\n", in acquire_and_suspend_threads()
650 DEBUG(1, "skipping PTRACE_DETACH pid %d tid %d status %s\n", in detach_from_all_threads()
[all …]
/external/dbus/test/name-test/
Drun-test.sh34 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-ids || di…
37 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-c…
40 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-pending-c…
43 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-threads-i…
46 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-privserve…
49 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-shutdown …
/external/llvm/utils/release/
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/PTX/
DPTXInstrInfo.cpp195 DEBUG(dbgs() << "\n"); in AnalyzeBranch()
196 DEBUG(dbgs() << "AnalyzeBranch: opcode: " << instLast1.getOpcode() << "\n"); in AnalyzeBranch()
197 DEBUG(dbgs() << "AnalyzeBranch: MBB: " << MBB.getName().str() << "\n"); in AnalyzeBranch()
198 DEBUG(dbgs() << "AnalyzeBranch: TBB: " << TBB << "\n"); in AnalyzeBranch()
199 DEBUG(dbgs() << "AnalyzeBranch: FBB: " << FBB << "\n"); in AnalyzeBranch()
203 DEBUG(dbgs() << "AnalyzeBranch: ends with no branch\n"); in AnalyzeBranch()
211 DEBUG(dbgs() << "AnalyzeBranch: ends with only uncond branch\n"); in AnalyzeBranch()
220 DEBUG(dbgs() << "AnalyzeBranch: ends with cond branch and fall through\n"); in AnalyzeBranch()
236 DEBUG(dbgs() << "AnalyzeBranch: ends with cond and uncond branch\n"); in AnalyzeBranch()
246 DEBUG(dbgs() << "AnalyzeBranch: cannot be understood\n"); in AnalyzeBranch()
[all …]
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java46 private static final boolean DEBUG = false; field in CodeSubroutineInliner
85 if (DEBUG) in visitCodeAttribute()
105 if (DEBUG) in visitCodeAttribute0()
126 if (DEBUG) in visitCodeAttribute0()
149 if (DEBUG) in visitCodeAttribute0()
191 if (DEBUG) in inlineSubroutine()
218 if (DEBUG) in inlineSubroutine()
260 if (DEBUG) in visitVariableInstruction()
270 if (DEBUG) in visitVariableInstruction()
285 if (DEBUG) in visitVariableInstruction()
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DSerializationStressTest1.java371 if (DEBUG) in test_18_1_writeObject()
398 if (DEBUG) in test_18_2_writeObject()
425 if (DEBUG) in test_18_3_writeObject()
453 if (DEBUG) in test_18_4_writeObject()
481 if (DEBUG) in test_18_5_writeObject()
509 if (DEBUG) in test_18_6_writeObject()
537 if (DEBUG) in test_18_7_writeObject()
565 if (DEBUG) in test_18_8_writeObject()
593 if (DEBUG) in test_18_9_writeObject()
621 if (DEBUG) in test_18_10_writeObject()
[all …]
DSerializationStressTest3.java407 if (DEBUG) in test_18_82_writeObject()
436 if (DEBUG) in test_18_83_writeObject()
465 if (DEBUG) in test_18_84_writeObject()
494 if (DEBUG) in test_18_85_writeObject()
523 if (DEBUG) in test_18_86_writeObject()
552 if (DEBUG) in test_18_87_writeObject()
581 if (DEBUG) in test_18_88_writeObject()
610 if (DEBUG) in test_18_89_writeObject()
638 if (DEBUG) in test_18_90_writeObject()
667 if (DEBUG) in test_18_91_writeObject()
[all …]
DSerializationStressTest4.java64 if (DEBUG) in test_writeObject_EventObject()
96 if (DEBUG) in test_writeObject_Collections_EmptySet()
129 if (DEBUG) in test_writeObject_Collections_EmptyMap()
162 if (DEBUG) in test_writeObject_Character()
191 if (DEBUG) in test_writeObject_Collections_UnmodifiableCollection()
253 if (DEBUG) in test_writeObject_Format()
281 if (DEBUG) in test_writeObject_BigDecimal()
324 if (DEBUG) in test_writeObject_SecureRandomSpi()
351 if (DEBUG) in test_writeObject_Short()
380 if (DEBUG) in test_writeObject_Byte()
[all …]
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp60 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n"); in initialize()
62 DEBUG(dbgs() << "Connected to OProfile agent.\n"); in initialize()
70 DEBUG(dbgs() << "Failed to disconnect from OProfile agent: " in ~OProfileJITEventListener()
73 DEBUG(dbgs() << "Disconnected from OProfile agent.\n"); in ~OProfileJITEventListener()
86 DEBUG(dbgs() << "Mapping " << reinterpret_cast<void*>(Result.vma) << " to " in LineStartToOProfileFormat()
99 DEBUG(dbgs() << "Failed to tell OProfile about native function " in NotifyFunctionEmitted()
144 DEBUG(dbgs() in NotifyFunctionEmitted()
156 DEBUG(dbgs() in NotifyFreeingMachineCode()
/external/llvm/utils/
Dcodegen-diff4 $DEBUG = 0;
10 print "opened objdump output file $filename\n" if $DEBUG;
18 print "addr=$addr bytes='$bytes' instr='$instr'\n" if $DEBUG;
30 print "opened gdb output file $filename\n" if $DEBUG;
39 print "addr=$addr bytes='$bytes' instr='$instr'\n" if $DEBUG;
49 print "addr=$addr bytes='$bytes' instr='$instr'\n" if $DEBUG;
Dmakellvm9 set DEBUG = 0
35 set doit = 0; set DEBUG = 1; shift argv; breaksw
57 if ($DEBUG) then
73 if ($DEBUG) then
82 if ($DEBUG) then
121 if ($DEBUG) then
/external/llvm/lib/Target/CellSPU/
DSPUNopFiller.cpp40 DEBUG( dbgs() << "********** SPU Nop filler **********\n" ; ); in SPUNopFiller()
94 DEBUG( dbgs() <<"Adding NOP before: "; ); in runOnMachineBasicBlock()
95 DEBUG( I->dump(); ); in runOnMachineBasicBlock()
103 DEBUG( dbgs() <<"Adding LNOP before: "; ); in runOnMachineBasicBlock()
104 DEBUG( I->dump(); ); in runOnMachineBasicBlock()
120 DEBUG( dbgs() <<"Padding basic block with NOP\n"; ); in runOnMachineBasicBlock()
125 DEBUG( dbgs() <<"Padding basic block with LNOP\n"; ); in runOnMachineBasicBlock()

12345678910>>...32