Searched refs:dump (Results 226 - 250 of 1016) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTargetCaps.h31 virtual SkString dump() const;
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsLine.h41 void dump() const;
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Ddump_dependency_json.py77 filename = 'dump.json'
79 json.dump(edges, f)
/external/chromium_org/tools/memory_inspector/memory_inspector/data/
H A Dfile_storage.py9 N Snapshots -> 1 Mmaps dump.
10 -> 0/1 Native heap dump.
55 return json.dump(settings, f)
79 """A collection of snapshots, each one holding one memory dump (per kind)."""
98 json.dump(symbols, f, cls=serialization.Encoder)
132 json.dump(mmaps, f, cls=serialization.Encoder)
150 json.dump(nheap, f, cls=serialization.Encoder)
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dchart_json_output_formatter.py68 json.dump(_ResultsAsChartDict(
/external/clang/lib/AST/
H A DASTDumper.cpp10 // This file implements the AST dump methods, which dump out the
34 // Colors used for various parts of the AST dump
162 dump(nullptr);
167 void dump(const Decl *D, bool Ref = false) { function in class:__anon17715::ASTDumper::ChildDumper
177 void dumpRef(const Decl *D) { dump(D, true); }
181 void release() { dump(nullptr); }
501 // If the type is sugared, also dump a (shallow) desugared type.
560 Children.dump(D);
756 A.getAsTemplate().dump(O
2149 LLVM_DUMP_METHOD void Decl::dump() const { dump(llvm::errs()); } function in class:Decl
2151 LLVM_DUMP_METHOD void Decl::dump(raw_ostream &OS) const { function in class:Decl
2180 LLVM_DUMP_METHOD void Stmt::dump(SourceManager &SM) const { function in class:Stmt
2184 LLVM_DUMP_METHOD void Stmt::dump(raw_ostream &OS, SourceManager &SM) const { function in class:Stmt
2189 LLVM_DUMP_METHOD void Stmt::dump() const { function in class:Stmt
2203 LLVM_DUMP_METHOD void Comment::dump() const { function in class:Comment
2207 LLVM_DUMP_METHOD void Comment::dump(const ASTContext &Context) const { function in class:Comment
2212 void Comment::dump(raw_ostream &OS, const CommandTraits *Traits, function in class:Comment
[all...]
/external/jsilver/src/org/clearsilver/
H A DHDF.java188 String dump(); method in interface:HDF
/external/llvm/include/llvm/Analysis/
H A DPHITransAddr.h91 void dump() const;
/external/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h86 void dump(ScheduleDAG* DAG) const override;
H A DMachineJumpTableInfo.h123 /// dump - Call to stderr.
125 void dump() const;
H A DScoreboardHazardRecognizer.h83 void dump() const;
/external/llvm/include/llvm/DebugInfo/
H A DDWARFFormValue.h59 void dump(raw_ostream &OS, const DWARFUnit *U) const;
/external/llvm/include/llvm/IR/
H A DValueSymbolTable.h83 void dump() const;
/external/llvm/include/llvm/MC/
H A DMCSymbol.h155 /// dump - Print the value to stderr.
156 void dump() const;
H A DMCValue.h60 /// dump - Print the value to stderr.
61 void dump() const;
H A DMachineLocation.h73 void dump();
/external/llvm/include/llvm/Support/
H A DBranchProbability.h51 void dump() const;
/external/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp78 void MachineLoop::dump() const { function in class:MachineLoop
/external/llvm/lib/DebugInfo/
H A DDWARFDebugRangeList.cpp47 void DWARFDebugRangeList::dump(raw_ostream &OS) const { function in class:DWARFDebugRangeList
/external/llvm/lib/MC/
H A DMCSymbol.cpp91 void MCSymbol::dump() const { function in class:MCSymbol
/external/llvm/lib/Support/
H A DBranchProbability.cpp26 void BranchProbability::dump() const { print(dbgs()) << '\n'; } function in class:BranchProbability
/external/llvm/test/MC/MachO/ARM/
H A Dthumb2-movw-fixup.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
/external/llvm/tools/
H A DMakefile32 macho-dump llvm-objdump llvm-readobj llvm-rtdyld \
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h274 void dump();
299 void dump();
347 void dump();
403 void dump();
/external/proguard/src/proguard/
H A DConfiguration.java330 public File dump; field in class:Configuration

Completed in 2129 milliseconds

1234567891011>>