Searched refs:Dump (Results 151 - 175 of 301) sorted by relevance

1234567891011>>

/external/regex-re2/re2/testing/
H A Ddump.cc5 // Dump the regexp into a string showing structure.
16 // As a result, Dump is provided only in the testing
151 string Regexp::Dump() { function in class:re2::Regexp
/external/skia/src/core/
H A DSkTypefaceCache.cpp112 void SkTypefaceCache::Dump() { function in class:SkTypefaceCache
/external/lldb/include/lldb/Core/
H A DDisassembler.h81 Dump (Stream *s,
185 Dump (Stream *s,
H A DSection.h53 Dump (Stream *s, Target *target, bool show_header, uint32_t depth) const;
158 Dump (Stream *s, Target *target, uint32_t depth) const;
H A DAddress.h59 /// Dump styles allow the Address::Dump(Stream *,DumpStyle) const
226 /// Dump a description of this object to a Stream.
228 /// Dump a description of the contents of this object to the
250 Dump (Stream *s,
H A DValue.h245 Dump (Stream* strm);
/external/lldb/include/lldb/Symbol/
H A DSymtab.h49 void Dump(Stream *s, Target *target, SortOrder sort_type);
50 void Dump(Stream *s, Target *target, std::vector<uint32_t>& indexes) const;
H A DSymbolVendor.h55 Dump(Stream *s);
/external/lldb/source/API/
H A DSBLineEntry.cpp80 addr->Dump (&sstr, NULL, Address::DumpStyleModuleWithFileAddress, Address::DumpStyleInvalid, 4);
103 addr->Dump (&sstr, NULL, Address::DumpStyleModuleWithFileAddress, Address::DumpStyleInvalid, 4);
H A DSBCompileUnit.cpp272 m_opaque_ptr->Dump (&strm, false);
/external/lldb/source/Breakpoint/
H A DBreakpointList.cpp159 BreakpointList::Dump (Stream *s) const function in class:BreakpointList
169 (*pos)->Dump(s);
H A DBreakpointLocationList.cpp145 BreakpointLocationList::Dump (Stream *s) const function in class:BreakpointLocationList
154 (*pos).get()->Dump(s);
H A DBreakpointSiteList.cpp187 BreakpointSiteList::Dump (Stream *s) const function in class:BreakpointSiteList
196 pos->second.get()->Dump(s);
H A DWatchpointList.cpp49 WatchpointList::Dump (Stream *s) const function in class:WatchpointList
265 (*pos)->Dump(s);
H A DBreakpoint.cpp507 Breakpoint::Dump (Stream *) function in class:Breakpoint
607 Dump (s);
733 Breakpoint::BreakpointEventData::Dump (Stream *s) const function in class:Breakpoint::BreakpointEventData
H A DBreakpointResolverFileLine.cpp242 BreakpointResolverFileLine::Dump (Stream *s) const function in class:BreakpointResolverFileLine
/external/lldb/source/Symbol/
H A DTypeList.cpp174 TypeList::Dump(Stream *s, bool show_context) function in class:TypeList
178 pos->second->Dump(s, show_context);
/external/lldb/source/Target/
H A DSectionLoadList.cpp247 SectionLoadList::Dump (Stream &s, Target *target) function in class:SectionLoadList
254 pos->second->Dump (&s, target, 0);
/external/regex-re2/re2/
H A Dprog.h122 string Dump();
220 string Dump();
/external/lldb/source/Core/
H A DEmulateInstruction.cpp366 context.Dump (strm, instruction);
382 context.Dump (strm, instruction);
413 reg_value.Dump(&strm, reg_info, false, false, eFormatDefault);
415 context.Dump (strm, instruction);
421 EmulateInstruction::Context::Dump (Stream &strm, function in class:EmulateInstruction::Context
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp458 Dump(dwarf2Data, cu, s, recurse_depth);
948 // Dump
954 DWARFDebugInfoEntry::Dump
984 // Dump all data in the .debug_info for the attributes
1003 child->Dump(dwarf2Data, cu, s, recurse_depth-1);
1098 form_value.Dump(s, debug_str_data, cu);
1131 form_value.Dump(s, debug_str_data, cu);
1148 form_value.Dump(s, debug_str_data, cu);
1149 DWARFLocationList::Dump(s, cu, dwarf2Data->get_debug_loc_data(), debug_loc_offset);
1154 form_value.Dump(
[all...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp872 // Dump request reply packets
943 packet.Dump (&s, // Stream to dump to
960 packet.Dump (&s, // Stream to dump to
998 packet.Dump (&s, // Stream to dump to
1013 packet.Dump (&s, // Stream to dump to
1033 // Dump request packets
1138 packet.Dump (&s, // Stream to dump to
1237 packet.Dump (&s, // Stream to dump to
1264 packet.Dump (&s, // Stream to dump to
1280 packet.Dump (
[all...]
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp181 MachException::Message::Dump() const function in class:MachException::Message
201 state.Dump();
280 // Dump this log message if we have no timeout in case it never returns
303 // Dump any errors we get
448 MachException::Data::Dump() const function in class:MachException::Data
454 // Dump any special exception data contents
/external/lldb/include/lldb/Interpreter/
H A DArgs.h96 /// Dump all arguments to the stream \a s.
103 Dump (Stream *s);
/external/lldb/include/lldb/Target/
H A DStackFrame.h127 Dump (Stream *strm, bool show_frame_index, bool show_fullpaths);

Completed in 502 milliseconds

1234567891011>>