Searched refs:Dump (Results 1 - 25 of 99) sorted by relevance

1234

/external/google-breakpad/src/processor/
H A Dsynth_minidump.h39 // that eventually gets appended to the minidump. Dump, Memory,
45 // using google_breakpad::SynthMinidump::Dump;
49 // Dump minidump(MD_NORMAL, kLittleEndian);
105 // If you forget to Add some Section, the Dump::GetContents call will
131 class Dump;
138 explicit Section(const Dump &dump);
169 Stream(const Dump &dump, uint32_t type) : Section(dump), type_(type) { }
189 SystemInfo(const Dump &dump,
202 String(const Dump &dump, const string &value);
214 Memory(const Dump
314 class Dump: public test_assembler::Section { class in namespace:google_breakpad::SynthMinidump
[all...]
H A Dsynth_minidump.cc40 Section::Section(const Dump &dump)
55 SystemInfo::SystemInfo(const Dump &dump,
114 String::String(const Dump &dump, const string &contents) : Section(dump) {
129 Context::Context(const Dump &dump, const MDRawContextX86 &context)
179 Context::Context(const Dump &dump, const MDRawContextARM &context)
198 Context::Context(const Dump &dump, const MDRawContextMIPS &context)
234 Thread::Thread(const Dump &dump,
248 Module::Module(const Dump &dump,
297 Exception::Exception(const Dump &dump,
318 Dump function in class:google_breakpad::SynthMinidump::Dump
[all...]
H A Dsynth_minidump_unittest.cc45 using google_breakpad::SynthMinidump::Dump;
59 Dump dump(0);
69 Dump dump(0, kBigEndian);
82 Dump dump(0, kLittleEndian);
100 Dump dump(0, kBigEndian);
118 Dump dump(0, kBigEndian);
126 Dump dump(0, kLittleEndian);
137 Dump dump(0, kLittleEndian);
148 Dump dump(0, kLittleEndian);
156 Dump dum
[all...]
H A Dminidump_unittest.cc62 using google_breakpad::SynthMinidump::Dump;
122 TEST(Dump, ReadBackEmpty) {
123 Dump dump(0);
133 TEST(Dump, ReadBackEmptyBigEndian) {
134 Dump big_minidump(0, kBigEndian);
144 TEST(Dump, OneStream) {
145 Dump dump(0, kBigEndian);
180 TEST(Dump, OneMemory) {
181 Dump dump(0, kBigEndian);
210 TEST(Dump, OneThrea
[all...]
/external/javassist/src/main/javassist/tools/
H A DDump.java23 * 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 { class
34 private Dump() {} method in class:Dump
43 System.err.println("Usage: java Dump <class file name>");
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Daapt.py32 def Dump(what, apk, assets=None): function
/external/drm_hwcomposer/
H A Ddrmcompositor.h41 void Dump(std::ostringstream *out) const;
51 // mutable for Dump() propagation
H A Ddrmcompositor.cpp101 void DrmCompositor::Dump(std::ostringstream *out) const { function in class:android::DrmCompositor
104 compositor_map_[conn->display()].Dump(out);
H A Ddrmdisplaycompositor.h74 void Dump(std::ostringstream *out) const;
95 void Dump(std::ostringstream *out) const;
184 // State tracking progress since our last Dump(). These are mutable since
185 // we need to reset them on every Dump() call.
/external/skia/src/animator/
H A DSkDump.h20 DECLARE_MEMBER_INFO(Dump);
/external/skia/src/core/
H A DSkTypefaceCache.h74 static void Dump();
/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp205 void Dump(const T& value) { function in namespace:PR10053::my_file2
218 Dump(ns::Data()); // expected-note {{here}}
224 void Dump(const T &value) { function in namespace:PR10053::my_file2_a
241 Dump(0); // expected-note {{requested here}}
242 Dump(ns::Data()); // expected-note {{requested here}}
243 Dump(std::vector<ns2::Data>()); // expected-note {{requested here}}
244 Dump(std::pair<ns::Data, ns2::Data>()); // expected-note {{requested here}}
/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson_info.cc104 bool Dump(const VkJsonInstance& instance, const Options& options) { function
170 Dump(instance, options);
174 Dump(instance, options);
/external/dng_sdk/source/
H A Ddng_lens_correction.h214 virtual void Dump () const;
340 virtual void Dump () const;
446 virtual void Dump () const;
567 void Dump () const;
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
H A Db2FrictionJoint.h82 /// Dump joint to dmLog
83 void Dump();
H A Db2MouseJoint.h93 void Dump() { b2Log("Mouse joint dumping is not supported.\n"); } function in class:b2MouseJoint
H A Db2RopeJoint.h79 /// Dump joint to dmLog
80 void Dump();
H A Db2GearJoint.h75 /// Dump joint to dmLog
76 void Dump();
H A Db2MotorJoint.h94 /// Dump to b2Log
95 void Dump();
/external/regex-re2/re2/testing/
H A Drequired_prefix_test.cc52 << " " << t.regexp << " " << (j==0 ? "latin1" : "utf") << " " << re->Dump();
H A Dsimplify_test.cc160 << " " << tests[i].regexp << " " << sre->Dump();
/external/clang/lib/Frontend/
H A DASTConsumers.cpp38 ASTPrinter(raw_ostream *Out = nullptr, bool Dump = false,
40 : Out(Out ? *Out : llvm::outs()), Dump(Dump),
59 Out << ((Dump || DumpLookups) ? "Dumping " : "Printing ") << getName(D)
84 DC->dumpLookups(Out, Dump);
90 } else if (Dump)
97 bool Dump; member in class:__anon1369::ASTPrinter
127 return llvm::make_unique<ASTPrinter>(Out, /*Dump=*/false, FilterString);
/external/skia/tests/
H A DPathOpsDebug.cpp148 void SkDPoint::Dump(const SkPoint& pt) { function in class:SkDPoint
435 void Dump(const SkTSect<TCurve, OppCurve>* sect) { function
453 Dump(&q1q2);
454 Dump(&q1k2);
455 Dump(&q1c2);
456 Dump(&k1q2);
457 Dump(&k1k2);
458 Dump(&k1c2);
459 Dump(&c1q2);
460 Dump(
645 void Dump(const SkTSpan<TCurve, OppCurve>* span) { function
[all...]
/external/chromium-trace/catapult/devil/devil/android/
H A Dapp_ui.py79 def Dump(self): member in class:_UiNode
212 return self._GetRootUiNode().Dump()
/external/clang/unittests/AST/
H A DMatchVerifier.h251 llvm::raw_string_ostream Dump(DumpStr);
252 Node.dump(Dump, *Result.SourceManager);
254 if (Dump.str().find(ExpectSubstring) == std::string::npos) {
258 << Dump.str() << '>';

Completed in 1386 milliseconds

1234