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

  /development/gsi/gsi_util/gsi_util/dumpers/
dumper.py 20 class Dumper(object):
27 """Dump info by the given dumper instance according the given dump_list.
32 dumper_instance: a dumper instance to process dump.
64 # Create the dumper
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
WindowsResourceDumper.h 20 class Dumper {
22 Dumper(WindowsResource *Res, ScopedPrinter &SW) : SW(SW), WinRes(Res) {}
Win64EHDumper.h 24 class Dumper {
56 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {}
llvm-readobj.cpp 383 /// Creates an format-specific object file dumper.
404 std::unique_ptr<ObjDumper> Dumper;
405 if (std::error_code EC = createDumper(Obj, Writer, Dumper))
416 Dumper->printLoadName();
420 Dumper->printFileHeaders();
422 Dumper->printSections();
424 Dumper->printRelocations();
426 Dumper->printDynamicRelocations();
428 Dumper->printSymbols();
430 Dumper->printDynamicSymbols()
    [all...]
ELFDumper.cpp 1 //===- ELFDumper.cpp - ELF-specific dumper --------------------------------===//
11 /// This file implements the ELF-specific dumper for llvm-readobj.
320 DumpStyle(ELFDumper<ELFT> *Dumper) : Dumper(Dumper) {}
343 const ELFDumper<ELFT> *dumper() const { return Dumper; } function in class:__anon43163::DumpStyle
346 const ELFDumper<ELFT> *Dumper;
355 GNUStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper)
356 : DumpStyle<ELFT>(Dumper), OS(W.getOStream()) {
    [all...]
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.h 24 class Dumper {
56 Dumper(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {}
llvm-readobj.cpp 323 /// @brief Creates an format-specific object file dumper.
343 std::unique_ptr<ObjDumper> Dumper;
344 if (std::error_code EC = createDumper(Obj, Writer, Dumper))
354 Dumper->printLoadName();
358 Dumper->printFileHeaders();
360 Dumper->printSections();
362 Dumper->printRelocations();
364 Dumper->printDynamicRelocations();
366 Dumper->printSymbols();
368 Dumper->printDynamicSymbols()
    [all...]
ELFDumper.cpp 1 //===-- ELFDumper.cpp - ELF-specific dumper ---------------------*- C++ -*-===//
11 /// \brief This file implements the ELF-specific dumper for llvm-readobj.
277 DumpStyle(ELFDumper<ELFT> *Dumper) : Dumper(Dumper) {}
295 const ELFDumper<ELFT> *dumper() const { return Dumper; } function in class:__anon31942::DumpStyle
297 const ELFDumper<ELFT> *Dumper;
304 GNUStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper)
305 : DumpStyle<ELFT>(Dumper), OS(W.getOStream()) {
    [all...]
  /external/skia/tools/
DumpRecord.cpp 19 class Dumper {
21 explicit Dumper(SkCanvas* canvas, int count, bool timeWithCommand)
140 Dumper dumper(canvas, record.count(), timeWithCommand);
142 record.visit(i, dumper);
  /external/skqp/tools/
DumpRecord.cpp 19 class Dumper {
21 explicit Dumper(SkCanvas* canvas, int count, bool timeWithCommand)
140 Dumper dumper(canvas, record.count(), timeWithCommand);
142 record.visit(i, dumper);
  /art/dexlayout/
dex_visualize.cc 46 class Dumper {
49 explicit Dumper(dex_ir::Header* header)
209 ~Dumper() {
238 DISALLOW_COPY_AND_ASSIGN(Dumper);
249 std::unique_ptr<Dumper> dumper(new Dumper(header));
250 if (!dumper->OpenAndPrintHeader(dex_file_index)) {
262 dumper->DumpAddressRange(class_def, class_index);
264 dumper->DumpTypeId(class_def->ClassType(), class_index)
    [all...]
  /external/mesa3d/src/gallium/tools/trace/
diff_state.py 64 class Dumper(Visitor):
189 self.dumper = Dumper(stream)
201 self.dumper.enter_object()
213 self.dumper.enter_member(name)
215 self.dumper.leave_member(i == len(names) - 1)
217 self.dumper.leave_object()
223 self.dumper.enter_array()
234 self.dumper._indent()
236 self.dumper.visit(ae
    [all...]
  /art/test/130-hprof/src/
Main.java 136 Dumper dumper = new Dumper(allocator); local
138 dumper.start();
141 dumper.join();
163 private static class Dumper extends Thread {
164 Dumper(Allocator allocator) {
  /development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DumpActivity.java 506 (mRunningTask = new Dumper(command)).execute();
510 private class Dumper extends AsyncTask<Void, Void, String> {
514 public Dumper(String command) {
  /external/clang/lib/AST/
ASTDumper.cpp 127 // run the dumper.
190 ASTDumper &Dumper;
192 ColorScope(ASTDumper &Dumper, TerminalColor Color)
193 : Dumper(Dumper) {
194 if (Dumper.ShowColors)
195 Dumper.OS.changeColor(Color.Color, Color.Bold);
198 if (Dumper.ShowColors)
199 Dumper.OS.resetColor();
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 2842 milliseconds