HomeSort by relevance Sort by last modified time
    Searched refs:Dump (Results 1 - 25 of 454) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/img/hwcomposer/common/utils/
Dump.h 22 class Dump {
24 Dump(char *buf, int len);
25 ~Dump();
Dump.cpp 19 #include <common/utils/Dump.h>
24 Dump::Dump(char *buf, int len)
31 Dump::~Dump()
36 void Dump::append(const char *fmt, ...)
  /external/lldb/test/lang/cpp/overloaded-functions/
main.cpp 18 int Dump (A &a)
23 int Dump (B &b)
28 int Dump (C &c)
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugMacinfo.cpp 29 DWARFDebugMacinfo::Dump(Stream *s, const DataExtractor& macinfo_data, lldb::offset_t offset)
41 maninfo_entry.Dump(s);
46 maninfo_entry.Dump(s);
DWARFDebugMacinfo.h 23 Dump (lldb_private::Stream *s,
DWARFDebugMacinfoEntry.h 35 Dump(lldb_private::Stream *s) const;
DWARFDIECollection.h 31 Dump(lldb_private::Stream *s, const char* title) const;
  /external/lldb/tools/debugserver/source/
DNBRegisterInfo.h 26 void Dump(const char *pre, const char *post) const;
  /art/disassembler/
disassembler_arm64.h 34 size_t Dump(std::ostream& os, const uint8_t* begin) OVERRIDE;
35 void Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) OVERRIDE;
disassembler_mips.h 31 size_t Dump(std::ostream& os, const uint8_t* begin) OVERRIDE;
32 void Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) OVERRIDE;
disassembler_arm64.cc 34 size_t DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin) {
42 void DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) {
44 Dump(os, cur);
disassembler_x86.h 30 size_t Dump(std::ostream& os, const uint8_t* begin) OVERRIDE;
31 void Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) OVERRIDE;
disassembler.h 55 // Dump a single instruction returning the length of that instruction.
56 virtual size_t Dump(std::ostream& os, const uint8_t* begin) = 0;
57 // Dump instructions within a range.
58 virtual void Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) = 0;
disassembler_arm.h 31 size_t Dump(std::ostream& os, const uint8_t* begin) OVERRIDE;
32 void Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) OVERRIDE;
  /art/runtime/base/
hex_dump.h 26 // Prints a hex dump in this format:
37 void Dump(std::ostream& os) const;
49 rhs.Dump(os);
  /external/javassist/src/main/javassist/tools/
Dump.java 23 * Dump is a tool for viewing the class definition in the given
24 * class file. Unlike the JDK javap tool, Dump works even if
28 * <ul><pre>% java javassist.tools.Dump foo.class</pre></ul>
33 public class Dump {
34 private Dump() {}
43 System.err.println("Usage: java Dump <class file name>");
  /frameworks/base/core/java/com/android/internal/util/
DumpUtils.java 38 public static void dumpAsync(Handler handler, final Dump dump, PrintWriter pw, long timeout) {
44 dump.dump(lpw);
54 public interface Dump {
55 void dump(PrintWriter pw); method in interface:DumpUtils.Dump
  /external/chromium_org/chrome/renderer/
page_load_histograms.h 24 // Dump all page load histograms appropriate for the given frame.
26 // This method will only dump once-per-instance, so it is safe to call
43 void Dump(blink::WebFrame* frame);
  /external/lldb/include/lldb/Breakpoint/
Stoppoint.h 37 Dump (Stream *) = 0;
BreakpointResolver.h 110 /// Standard "Dump" method. At present it does nothing.
113 Dump (Stream *s) const = 0;
  /art/runtime/
reference_table.h 50 void Dump(std::ostream& os) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
57 static void Dump(std::ostream& os, Table& entries)
59 friend class IndirectReferenceTable; // For Dump.
jni_internal-inl.h 35 locals.Dump(LOG(WARNING) << "Warning: more than 16 JNI local references: "
  /external/lldb/source/Symbol/
LineEntry.cpp 84 file.Dump (s);
86 file.GetFilename().Dump (s);
101 LineEntry::Dump
114 if (!range.Dump(s, target, style, fallback_style))
120 if (!range.GetBaseAddress().Dump(s,
157 range.GetBaseAddress().Dump(s, target, Address::DumpStyleLoadAddress, Address::DumpStyleFileAddress);
161 range.Dump(s, target, Address::DumpStyleLoadAddress, Address::DumpStyleFileAddress);
199 return Dump (s, target, true, Address::DumpStyleLoadAddress, Address::DumpStyleModuleWithFileAddress, true);
  /external/chromium_org/third_party/skia/src/animator/
SkDump.h 20 DECLARE_MEMBER_INFO(Dump);
  /external/chromium_org/v8/src/
disassembler.h 16 static void Dump(FILE* f, byte* begin, byte* end);

Completed in 519 milliseconds

1 2 3 4 5 6 7 8 91011>>