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

  /external/google-breakpad/src/google_breakpad/processor/
dump_context.h 40 // DumpContext carries a CPU-specific MDRawContext structure, which contains CPU
42 class DumpContext : public DumpObject {
44 virtual ~DumpContext();
74 DumpContext();
  /external/google-breakpad/src/processor/
dump_context.cc 52 DumpContext::DumpContext() : context_(),
55 DumpContext::~DumpContext() {
59 uint32_t DumpContext::GetContextCPU() const {
69 uint32_t DumpContext::GetContextFlags() const {
73 const MDRawContextX86* DumpContext::GetContextX86() const {
75 BPLOG(ERROR) << "DumpContext cannot get x86 context";
82 const MDRawContextPPC* DumpContext::GetContextPPC() const {
84 BPLOG(ERROR) << "DumpContext cannot get ppc context"
    [all...]
  /frameworks/base/tools/aapt2/dump/
Dump.cpp 112 class DumpContext : public IAaptContext {
161 DumpContext context;

Completed in 533 milliseconds