HomeSort by relevance Sort by last modified time
    Searched defs:Dumper (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/tools/
DumpRecord.cpp 18 class Dumper {
20 explicit Dumper(SkCanvas* canvas, int count, bool timeWithCommand)
107 Dumper dumper(canvas, record.count(), timeWithCommand);
109 record.visit<void>(i, dumper);
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.h 24 class Dumper {
56 Dumper(StreamWriter &SW) : SW(SW), OS(SW.getOStream()) {}
llvm-readobj.cpp 197 /// @brief Creates an format-specific object file dumper.
217 std::unique_ptr<ObjDumper> Dumper;
218 if (std::error_code EC = createDumper(Obj, Writer, Dumper)) {
234 Dumper->printFileHeaders();
236 Dumper->printSections();
238 Dumper->printRelocations();
240 Dumper->printSymbols();
242 Dumper->printDynamicSymbols();
244 Dumper->printUnwindInfo();
246 Dumper->printDynamicTable()
    [all...]
  /external/skia/tools/
DumpRecord.cpp 18 class Dumper {
20 explicit Dumper(SkCanvas* canvas, int count, bool timeWithCommand)
108 for (Dumper dumper(canvas, record.count(), timeWithCommand);
109 dumper.index() < record.count();
110 dumper.next()) {
111 record.visit<void>(dumper.index(), dumper);
  /external/chromium_org/third_party/skia/include/utils/
SkDumpCanvas.h 16 as text, and then sends that to a Dumper helper object.
23 class Dumper;
25 explicit SkDumpCanvas(Dumper* = 0);
62 class Dumper : public SkRefCnt {
64 SK_DECLARE_INST_COUNT(Dumper)
73 Dumper* getDumper() const { return fDumper; }
74 void setDumper(Dumper*);
139 Dumper* fDumper;
150 class SkFormatDumper : public SkDumpCanvas::Dumper {
163 typedef SkDumpCanvas::Dumper INHERITED
    [all...]
  /external/skia/include/utils/
SkDumpCanvas.h 16 as text, and then sends that to a Dumper helper object.
23 class Dumper;
25 explicit SkDumpCanvas(Dumper* = 0);
61 class Dumper : public SkRefCnt {
63 SK_DECLARE_INST_COUNT(Dumper)
72 Dumper* getDumper() const { return fDumper; }
73 void setDumper(Dumper*);
133 Dumper* fDumper;
144 class SkFormatDumper : public SkDumpCanvas::Dumper {
157 typedef SkDumpCanvas::Dumper INHERITED
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/charset/
Charset_TestGenerator.java 189 static abstract class Dumper {
194 static class Dumper1 extends Dumper {
219 Dumper out = new Dumper1();
  /external/clang/lib/AST/
ASTDumper.cpp 123 ASTDumper &Dumper;
124 // Preserve the Dumper's MoreChildren value from the previous IndentScope
127 IndentScope(ASTDumper &Dumper) : Dumper(Dumper) {
128 MoreChildren = Dumper.hasMoreChildren();
129 Dumper.setMoreChildren(false);
130 Dumper.indent();
133 Dumper.setMoreChildren(MoreChildren);
134 Dumper.unindent()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 427 milliseconds