Searched defs:dump (Results 51 - 75 of 255) sorted by relevance

1234567891011

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp103 void DIEAbbrev::dump() { print(dbgs()); } function in class:DIEAbbrev
163 void DIE::dump() { function in class:DIE
171 void DIEValue::dump() { function in class:DIEValue
/external/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp142 void LatencyPriorityQueue::dump(ScheduleDAG *DAG) const {} function in class:LatencyPriorityQueue
144 void LatencyPriorityQueue::dump(ScheduleDAG *DAG) const { function in class:LatencyPriorityQueue
149 su->dump(DAG);
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp18 void DWARFContext::dump(raw_ostream &OS) { function in class:DWARFContext
20 getDebugAbbrev()->dump(OS);
24 getCompileUnitAtIndex(i)->dump(OS);
31 set.dump(OS);
/external/llvm/lib/VMCore/
H A DGCOV.cpp64 /// dump - Dump GCOVFile content on standard out for debugging purposes.
65 void GCOVFile::dump() { function in class:GCOVFile
68 (*I)->dump();
153 /// dump - Dump GCOVFunction content on standard out for debugging purposes.
154 void GCOVFunction::dump() {
158 (*I)->dump();
193 /// dump - Dump GCOVBlock content on standard out for debugging purposes.
194 void GCOVBlock::dump() {
208 LI->second->dump();
226 /// dump
[all...]
/external/llvm/test/Scripts/
H A Delf-dump67 def dump(self, shstrtab, f, strtab, dumpdata): member in class:Section
208 sections[index].dump(shstrtab, f, strtab, opts.dumpSectionData)
214 parser.add_option("", "--dump-section-data", dest="dumpSectionData",
/external/proguard/src/proguard/
H A DProGuard.java155 if (configuration.dump != null)
157 dump();
398 private void dump() throws IOException method in class:ProGuard
402 System.out.println("Printing classes to [" + fileName(configuration.dump) + "]...");
405 PrintStream ps = createPrintStream(configuration.dump);
/external/skia/src/animator/
H A DSkDisplayEvents.cpp37 state->fDisplayable->SkDisplayable::dump(&maker);
80 void SkEvents::dump(SkAnimateMaker& maker) { function in class:SkEvents
H A DSkDisplayMovie.cpp89 void SkDisplayMovie::dump(SkAnimateMaker* maker) { function in class:SkDisplayMovie
100 fMovie.fMaker->fEvents.dump(*fMovie.fMaker);
H A DSkDrawBitmap.cpp67 void SkDrawBitmap::dump(SkAnimateMaker* maker) { function in class:SkDrawBitmap
/external/skia/src/core/
H A DSkAlphaRuns.cpp146 void SkAlphaRuns::dump() const { function in class:SkAlphaRuns
/external/skia/src/views/
H A DSkViewInflate.cpp133 void SkViewInflate::dump() const function in class:SkViewInflate
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DHex.java248 * Formats a hex dump of a portion of a <code>byte[]</code>. The result
253 * @param offset &gt;= 0; offset to the part to dump
254 * @param length &gt;= 0; number of bytes to dump
259 * @return non-null; a string of the dump
261 public static String dump(byte[] arr, int offset, int length, method in class:Hex
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DSymbolTable.cpp78 void TVariable::dump(TInfoSink& infoSink) const function in class:TVariable
87 void TFunction::dump(TInfoSink &infoSink) const function in class:TFunction
92 void TSymbolTableLevel::dump(TInfoSink &infoSink) const function in class:TSymbolTableLevel
96 (*it).second->dump(infoSink);
99 void TSymbolTable::dump(TInfoSink &infoSink) const function in class:TSymbolTable
103 table[level]->dump(infoSink);
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEDiffuseLighting.cpp125 void FEDiffuseLighting::dump() function in class:WebCore::FEDiffuseLighting
H A DFESpecularLighting.cpp140 void FESpecularLighting::dump() function in class:WebCore::FESpecularLighting
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutAttributes.cpp100 void SVGTextLayoutAttributes::dump() const function in class:WebCore::SVGTextLayoutAttributes
/external/clang/lib/Analysis/
H A DCallGraph.cpp145 void CallGraph::dump() const { function in class:CallGraph
164 void CallGraphNode::dump() const { function in class:CallGraphNode
/external/clang/lib/Basic/
H A DModule.cpp270 void Module::dump() const { function in class:Module
/external/clang/lib/Driver/
H A DOption.cpp61 void Option::dump() const { function in class:Option
82 Group->dump();
87 Alias->dump();
/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp232 void SVal::dump() const { dumpToStream(llvm::errs()); } function in class:SVal
/external/icu4c/test/intltest/
H A Dtsdate.cpp155 UBool dump = FALSE; local
157 dump = TRUE;
172 dump = TRUE;
182 dump = TRUE;
191 dump = TRUE;
205 dump = TRUE;
208 if (dump)
/external/jdiff/src/jdiff/
H A DAPI.java72 public void dump() { method in class:API
H A DComments.java421 public void dump() { method in class:Comments
/external/llvm/lib/Analysis/
H A DDominanceFrontier.cpp136 void DominanceFrontierBase::dump() const { function in class:DominanceFrontierBase
/external/llvm/lib/Analysis/IPA/
H A DCallGraph.cpp201 void CallGraph::dump() const { function in class:CallGraph
270 void CallGraphNode::dump() const { print(dbgs()); } function in class:CallGraphNode

Completed in 314 milliseconds

1234567891011