Searched refs:DEBUG (Results 76 - 100 of 803) sorted by relevance

1234567891011>>

/external/libnfc-nxp/Linux_x86/
H A DphOsalNfc.c45 #ifdef DEBUG
81 #ifdef DEBUG
93 #ifdef DEBUG
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp90 DEBUG(dbgs() << "Parse symbols:\n");
130 DEBUG(dbgs() << "\tFileOffset: " << format("%p", (uintptr_t)FileOffset)
139 DEBUG(dbgs() << "\tType: " << SymType << " Name: " << Name << "\n");
147 DEBUG(dbgs() << "Parse relocations:\n");
162 DEBUG(dbgs() << "\tSectionID: " << SectionID << "\n");
173 DEBUG(dbgs() << "\t\tAddend: " << RI.AdditionalInfo
200 DEBUG(dbgs() << "emitCommonSection SectionID: " << SectionID
270 DEBUG(dbgs() << "emitSection SectionID: " << SectionID
285 DEBUG(dbgs() << "emitSection SectionID: " << SectionID
377 DEBUG(dbg
[all...]
/external/srec/srec/cfront/
H A Dchelmel4.c35 #define DEBUG 0 macro
77 #if DEBUG
86 #if DEBUG
/external/srec/srec/clib/
H A Dvoicing.c39 #define DEBUG 0 macro
51 #if DEBUG
136 #if DEBUG
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java49 private static final boolean DEBUG = false; field in class:EvaluationShrinker
52 private static boolean DEBUG = true;
110 // DEBUG = DEBUG_RESULTS =
129 if (DEBUG)
163 if (DEBUG) System.out.println("Invocation simplification:");
177 if (DEBUG) System.out.println("Usage initialization: ");
186 if (DEBUG) System.out.print("(super.<init>)");
203 if (DEBUG) System.out.print("(infinite loop)");
218 if (DEBUG) System.out.println();
226 if (DEBUG) Syste
[all...]
/external/llvm/lib/CodeGen/
H A DShrinkWrapping.cpp158 // DEBUG: enable or disable shrink wrapping for the current function
184 DEBUG(MF = &Fn);
188 DEBUG(if (ShrinkWrapThisFunction) {
301 DEBUG({
366 DEBUG(if (ShrinkWrapThisFunction)
380 DEBUG(if (ShrinkWrapThisFunction)
386 DEBUG(if (ShrinkWrapThisFunction)
469 DEBUG(dbgs() << "DISABLED: " << Fn.getName()
481 DEBUG(dbgs() << "DISABLED: " << Fn.getName()
508 DEBUG(dbg
[all...]
H A DMachineBlockPlacement.cpp334 DEBUG(dbgs() << "Attempting merge from: " << getBlockName(BB) << "\n");
342 DEBUG(dbgs() << " " << getBlockName(*SI) << " -> Already merged!\n");
346 DEBUG(dbgs() << " " << getBlockName(*SI) << " -> Mid chain!\n");
357 DEBUG(dbgs() << " " << getBlockName(*SI) << " -> CFG conflict\n");
380 DEBUG(dbgs() << " " << getBlockName(*SI)
386 DEBUG(dbgs() << " " << getBlockName(*SI) << " -> " << SuccProb
443 DEBUG(dbgs() << " " << getBlockName(*WBI)
450 DEBUG(dbgs() << " " << getBlockName(*WBI) << " -> " << CandidateFreq
521 DEBUG(dbgs() << "Unnatural loop CFG detected, forcibly merging the "
530 DEBUG(dbg
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DIOExtensions.cs33 #if !DEBUG
H A DJSystem.cs33 #if !DEBUG
H A DDictionaryExtensions.cs35 //#if DEBUG
43 #if DEBUG
89 #if DEBUG
/external/dbus/test/name-test/
H A Drun-test-systemserver.sh34 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/tools/dbus-send --print-reply --dest=org.freedesktop.DBus.TestSuiteEchoService /org/freedesktop/TestSuite org.freedesktop.TestSuite.Echo string:hi >echo-error-output.tmp 2>&1
/external/e2fsprogs/lib/e2p/
H A Dpercent.c33 #ifdef DEBUG
/external/emma/core/java12/com/vladium/emma/rt/
H A DRT.java150 if (DEBUG) System.out.println ("RT::dumpCoverageData() DUMPING " + RT.class.getClassLoader ());
214 private static final boolean DEBUG = false; field in class:RT
218 if (DEBUG) System.out.println ("RT[" + System.identityHashCode (RT.class) + "]::<clinit>: loaded by " + RT.class.getClassLoader ());
235 if (DEBUG) System.out.println ("RT::<clinit>: STANDALONE MODE");
/external/llvm/lib/Target/MBlaze/
H A DMBlazeSubtarget.cpp42 DEBUG(dbgs() << "CPU " << CPUName << "(" << HasItin << ")\n");
/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)
/external/qemu/slirp/
H A Ddebug.h21 #ifdef DEBUG
/external/qemu/slirp-android/
H A Ddebug.h21 #ifdef DEBUG
/external/srec/tools/grxmlcompile/
H A Dsub_phon.cpp26 #define DEBUG 0 macro
170 #if DEBUG
175 #if DEBUG
189 #if DEBUG
194 #if DEBUG
217 #if DEBUG
223 #if DEBUG
237 #if DEBUG
243 #if DEBUG
253 #if DEBUG
[all...]
/external/webkit/Tools/Scripts/
H A Dwebkit-patch45 # This is a hack to let us enable DEBUG logging as early as possible.
49 logging_level = logging.DEBUG
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp177 DEBUG(dbgs() << " ***MERGED ALLOCA: " << *AI << "\n\t\tINTO: "
232 DEBUG(dbgs() << " Inlining: cost=always"
238 DEBUG(dbgs() << " NOT Inlining: cost=never"
245 DEBUG(dbgs() << " NOT Inlining: cost=" << IC.getCost()
313 DEBUG(dbgs() << " NOT Inlining: " << *CS.getInstruction() <<
320 DEBUG(dbgs() << " Inlining: cost=" << IC.getCost()
346 DEBUG(dbgs() << "Inliner visiting SCC:");
350 DEBUG(dbgs() << " " << (F ? F->getName() : "INDIRECTNODE"));
386 DEBUG(dbgs() << ": " << CallSites.size() << " call sites.\n");
423 DEBUG(dbg
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringExtensions.cs41 #if DEBUG
113 #if DEBUG
/external/compiler-rt/lib/tsan/go/
H A Dbuildgo.sh59 if [ "$DEBUG" == "" ]; then
/external/e2fsprogs/lib/ss/
H A Dparse.c67 #ifdef DEBUG
138 #ifdef DEBUG
/external/emma/core/java12/com/vladium/jcd/cls/
H A DField_info.java90 if (DEBUG) System.out.println ("\t[" + i + "] attribute: " + attribute_info);
194 private static final boolean DEBUG = false; field in class:Field_info
/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyImpl.h70 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") = " << Freq << "\n");
84 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") += " << Freq
101 DEBUG(dbgs() << "Frequency(" << getBlockName(BB) << ") /= (" << Prob
175 DEBUG(dbgs() << "doBlock(" << getBlockName(BB) << ")\n");
222 DEBUG(dbgs() << "doLoop(" << getBlockName(Head) << ", "
251 DEBUG(dbgs() << " CycleProb[" << getBlockName(Head) << "] += " << Res
280 DEBUG(dbgs() << "RPO[" << getBlockName(BB) << "] = " << RPO[BB] << "\n");
287 DEBUG(dbgs() << "POT: " << getBlockName(BB) << "\n");

Completed in 411 milliseconds

1234567891011>>