Searched refs:Dump (Results 26 - 50 of 301) sorted by relevance

1234567891011>>

/external/drm_hwcomposer/
H A Ddrmcompositor.cpp91 void DrmCompositor::Dump(std::ostringstream *out) const { function in class:android::DrmCompositor
95 compositor_map_[(*iter)->display()].Dump(out);
H A Dcompositor.h107 virtual void Dump(std::ostringstream *out) const;
H A Ddrmdisplaycompositor.h42 void Dump(std::ostringstream *out) const;
68 // State tracking progress since our last Dump(). These are mutable since
69 // we need to reset them on every Dump() call.
/external/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp104 m_addr.Dump(s, m_breakpoint->GetTarget().GetProcessSP().get(), Address::DumpStyleLoadAddress, Address::DumpStyleModuleWithFileAddress);
108 BreakpointResolverAddress::Dump (Stream *s) const function in class:BreakpointResolverAddress
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.h45 void Dump(lldb_private::Stream *s) const;
67 void Dump(lldb_private::Stream *s) const;
H A DDWARFDebugAranges.h59 Dump (lldb_private::Log *log) const;
85 Dump(SymbolFileDWARF* dwarf2Data, lldb_private::Stream *s);
H A DDWARFDIECollection.cpp54 DWARFDIECollection::Dump(Stream *s, const char* title) const function in class:DWARFDIECollection
H A DDWARFDebugRanges.h29 static void Dump(lldb_private::Stream &s, const lldb_private::DataExtractor& debug_ranges_data, lldb::offset_t *offset_ptr, dw_addr_t cu_base_addr);
H A DNameToDIE.h36 Dump (lldb_private::Stream *s);
H A DDWARFDebugInfo.h59 void Dump(lldb_private::Stream *s, const uint32_t die_offset, const uint32_t recurse_depth);
62 static void Dump(lldb_private::Stream *s, SymbolFileDWARF* dwarf2Data, const uint32_t die_offset, const uint32_t recurse_depth);
/external/lldb/source/Core/
H A DEvent.cpp53 Event::Dump (Stream *s) const function in class:Event
80 m_data_ap->Dump (s);
101 EventData::Dump (Stream *s) const function in class:EventData
141 EventDataBytes::Dump (Stream *s) const function in class:EventDataBytes
152 data.Dump(s, 0, eFormatBytes, 1, m_bytes.size(), 32, LLDB_INVALID_ADDRESS, 0, 0);
H A DLanguage.cpp126 Language::Dump(Stream *s) const function in class:Language
148 language.Dump(&s);
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverAddress.h57 Dump (Stream *s) const;
H A DBreakpointResolverFileLine.h53 Dump (Stream *s) const;
H A DBreakpointResolverFileRegex.h50 Dump (Stream *s) const;
/external/lldb/include/lldb/Core/
H A DSearchFilter.h223 /// Standard "Dump" method. At present it does nothing.
226 Dump (Stream *s) const;
326 Dump (Stream *s) const;
383 Dump (Stream *s) const;
435 Dump (Stream *s) const;
/external/lldb/include/lldb/Interpreter/
H A DProperty.h87 Dump (const ExecutionContext *exe_ctx,
/external/lldb/include/lldb/Symbol/
H A DLineEntry.h56 /// Dump a description of this object to a Stream.
58 /// Dump a description of the contents of this object to the
87 Dump (Stream *s, Target *target, bool show_file, Address::DumpStyle style, Address::DumpStyle fallback_style, bool show_range) const;
H A DUnwindTable.h47 Dump (Stream &s);
/external/lldb/include/lldb/Target/
H A DSectionLoadList.h74 Dump (Stream &s, Target *target);
/external/lldb/source/Symbol/
H A DDeclaration.cpp16 Declaration::Dump(Stream *s, bool show_fullpaths) const function in class:Declaration
57 m_file.GetFilename().Dump(s);
H A DFunction.cpp48 FunctionInfo::Dump(Stream *s, bool show_fullpaths) const function in class:FunctionInfo
52 m_declaration.Dump(s, show_fullpaths);
134 InlineFunctionInfo::Dump(Stream *s, bool show_fullpaths) const function in class:InlineFunctionInfo
136 FunctionInfo::Dump(s, show_fullpaths);
138 m_mangled.Dump(s);
350 GetAddressRange().Dump(s, target, Address::DumpStyleLoadAddress, fallback_style);
354 Function::Dump(Stream *s, bool show_context) const function in class:Function
360 m_mangled.Dump(s);
372 // Dump the root object
374 m_block.Dump(
[all...]
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h87 void Dump() const;
105 void Dump() const;
/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/google-breakpad/src/processor/
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...]

Completed in 7738 milliseconds

1234567891011>>