Home
last modified time | relevance | path

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

12345678910>>...30

/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/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 …]
DInlineSpiller.cpp262 DEBUG(dbgs() << "\talso spill snippet " << SnipLI << '\n'); in collectRegsToSpill()
297 DEBUG(dbgs() << "Tracing value " << PrintReg(UseReg) << ':' in traceSiblingValue()
337 DEBUG(dbgs() << " hoist in BB#" << MBB->getNumber() << ": " in traceSiblingValue()
348 DEBUG(dbgs() << " spill depth " << Depth << ": " << PrintReg(Reg) in traceSiblingValue()
361 DEBUG(dbgs() << " orig phi value " << PrintReg(Reg) << ':' in traceSiblingValue()
387 DEBUG(dbgs() << " copy of " << PrintReg(SrcReg) << ':' in traceSiblingValue()
397 DEBUG(dbgs() << " reload " << PrintReg(Reg) << ':' in traceSiblingValue()
405 DEBUG(dbgs() << "Not a sibling copy.\n"); in traceSiblingValue()
410 DEBUG(dbgs() << " def " << PrintReg(Reg) << ':' in traceSiblingValue()
418 DEBUG({ in traceSiblingValue()
[all …]
DSplitKit.cpp130 DEBUG(dbgs() << "*** Fixing inconsistent live interval! ***\n"); in analyzeUses()
140 DEBUG(dbgs() << "Analyze counted " in analyzeUses()
639 DEBUG(dbgs() << " selectIntv " << OpenIdx << " -> " << Idx << '\n'); in selectIntv()
645 DEBUG(dbgs() << " enterIntvBefore " << Idx); in enterIntvBefore()
649 DEBUG(dbgs() << ": not live\n"); in enterIntvBefore()
652 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in enterIntvBefore()
662 DEBUG(dbgs() << " enterIntvAfter " << Idx); in enterIntvAfter()
666 DEBUG(dbgs() << ": not live\n"); in enterIntvAfter()
669 DEBUG(dbgs() << ": valno " << ParentVNI->id << '\n'); in enterIntvAfter()
682 DEBUG(dbgs() << " enterIntvAtEnd BB#" << MBB.getNumber() << ", " << Last); in enterIntvAtEnd()
[all …]
DLowerSubregs.cpp123 DEBUG(dbgs() << "subreg: CONVERTING: " << *MI); in LowerSubregToReg()
134 DEBUG(dbgs() << "subreg: replace by: " << *MI); in LowerSubregToReg()
137 DEBUG(dbgs() << "subreg: eliminated!"); in LowerSubregToReg()
144 DEBUG({ in LowerSubregToReg()
150 DEBUG(dbgs() << '\n'); in LowerSubregToReg()
160 DEBUG(dbgs() << "identity copy: " << *MI); in LowerCopy()
167 DEBUG(dbgs() << "replaced by: " << *MI); in LowerCopy()
175 DEBUG(dbgs() << "real copy: " << *MI); in LowerCopy()
183 DEBUG({ in LowerCopy()
195 DEBUG(dbgs() << "Machine Function\n" in runOnMachineFunction()
DRegAllocFast.cpp264 DEBUG(dbgs() << "Spilling " << PrintReg(LRI->first, TRI) in spillVirtReg()
268 DEBUG(dbgs() << " to stack slot #" << FI << "\n"); in spillVirtReg()
295 DEBUG(dbgs() << "Inserting debug info due to spill:" << "\n" << *NewDV); in spillVirtReg()
426 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is already used in instr.\n"); in calcSpillCost()
435 DEBUG(dbgs() << PrintReg(VirtReg, TRI) << " corresponding " in calcSpillCost()
443 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " is disabled.\n"); in calcSpillCost()
471 DEBUG(dbgs() << "Assigning " << PrintReg(LRE.first, TRI) << " to " in assignVirtToPhysReg()
512 DEBUG(dbgs() << "Allocating " << PrintReg(VirtReg) << " from " in allocVirtReg()
518 DEBUG(dbgs() << "\tRegister: " << PrintReg(*I, TRI) << "\n"); in allocVirtReg()
519 DEBUG(dbgs() << "\tCost: " << Cost << "\n"); in allocVirtReg()
[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/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/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.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/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/Target/PTX/
DPTXInstrInfo.cpp191 DEBUG(dbgs() << "\n"); in AnalyzeBranch()
192 DEBUG(dbgs() << "AnalyzeBranch: opcode: " << instLast1.getOpcode() << "\n"); in AnalyzeBranch()
193 DEBUG(dbgs() << "AnalyzeBranch: MBB: " << MBB.getName().str() << "\n"); in AnalyzeBranch()
194 DEBUG(dbgs() << "AnalyzeBranch: TBB: " << TBB << "\n"); in AnalyzeBranch()
195 DEBUG(dbgs() << "AnalyzeBranch: FBB: " << FBB << "\n"); in AnalyzeBranch()
199 DEBUG(dbgs() << "AnalyzeBranch: ends with no branch\n"); in AnalyzeBranch()
207 DEBUG(dbgs() << "AnalyzeBranch: ends with only uncond branch\n"); in AnalyzeBranch()
216 DEBUG(dbgs() << "AnalyzeBranch: ends with cond branch and fall through\n"); in AnalyzeBranch()
232 DEBUG(dbgs() << "AnalyzeBranch: ends with cond and uncond branch\n"); in AnalyzeBranch()
242 DEBUG(dbgs() << "AnalyzeBranch: cannot be understood\n"); in AnalyzeBranch()
[all …]
/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/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp56 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n"); in OProfileJITEventListener()
58 DEBUG(dbgs() << "Connected to OProfile agent.\n"); in OProfileJITEventListener()
66 DEBUG(dbgs() << "Failed to disconnect from OProfile agent: " in ~OProfileJITEventListener()
69 DEBUG(dbgs() << "Disconnected from OProfile agent.\n"); in ~OProfileJITEventListener()
98 DEBUG(dbgs() << "Mapping " << reinterpret_cast<void*>(Result.vma) << " to " in LineStartToOProfileFormat()
111 DEBUG(dbgs() << "Failed to tell OProfile about native function " in NotifyFunctionEmitted()
156 DEBUG(dbgs() in NotifyFunctionEmitted()
168 DEBUG(dbgs() in NotifyFreeingMachineCode()
/external/v8/src/
Dv8.h37 #if defined(DEBUG) && defined(NDEBUG)
41 #elif !defined(DEBUG) && !defined(NDEBUG)
44 #define DEBUG macro
50 #if defined(DEBUG) && defined(NDEBUG)
51 #error both DEBUG and NDEBUG are set
/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()
DSPUInstrInfo.cpp244 DEBUG(errs() << "Pushing LastInst: "); in AnalyzeBranch()
245 DEBUG(LastInst->dump()); in AnalyzeBranch()
265 DEBUG(errs() << "Pushing SecondLastInst: "); in AnalyzeBranch()
266 DEBUG(SecondLastInst->dump()); in AnalyzeBranch()
313 DEBUG(errs() << "Removing branch: "); in RemoveBranch()
314 DEBUG(I->dump()); in RemoveBranch()
325 DEBUG(errs() << "Removing second branch: "); in RemoveBranch()
326 DEBUG(I->dump()); in RemoveBranch()
375 DEBUG(errs() << "Inserted one-way uncond branch: "); in InsertBranch()
376 DEBUG((*MIB).dump()); in InsertBranch()
[all …]

12345678910>>...30