Searched refs:GetDescription (Results 76 - 100 of 319) sorted by relevance

1234567891011>>

/external/lldb/scripts/Python/interface/
H A DSBTypeFormat.i47 GetDescription (lldb::SBStream &description,
H A DSBTypeSynthetic.i57 GetDescription (lldb::SBStream &description,
H A DSBWatchpoint.i86 GetDescription (lldb::SBStream &description, DescriptionLevel level);
H A DSBCompileUnit.i110 GetDescription (lldb::SBStream &description);
H A DSBFileSpec.i68 GetDescription (lldb::SBStream &description) const;
H A DSBInstructionList.i57 GetDescription (lldb::SBStream &description);
H A DSBLineEntry.i69 GetDescription (lldb::SBStream &description);
H A DSBTypeSummary.i69 GetDescription (lldb::SBStream &description,
/external/lldb/source/API/
H A DSBTypeFormat.cpp78 SBTypeFormat::GetDescription (lldb::SBStream &description, function in class:SBTypeFormat
85 m_opaque_sp->GetDescription().c_str());
H A DSBCompileUnit.cpp94 sb_line_entry.GetDescription (sstr);
203 sb_file_spec.GetDescription (sstr);
266 SBCompileUnit::GetDescription (SBStream &description) function in class:SBCompileUnit
H A DSBTypeFilter.cpp62 SBTypeFilter::GetDescription (lldb::SBStream &description, function in class:SBTypeFilter
69 m_opaque_sp->GetDescription().c_str());
H A DSBTypeSynthetic.cpp118 SBTypeSynthetic::GetDescription (lldb::SBStream &description, function in class:SBTypeSynthetic
124 m_opaque_sp->GetDescription().c_str());
/external/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp89 bp_loc_sp->GetDescription (&s, lldb::eDescriptionLevelVerbose);
124 BreakpointResolverFileRegex::GetDescription (Stream *s) function in class:BreakpointResolverFileRegex
/external/lldb/source/Core/
H A DLanguage.cpp128 GetDescription(s, lldb::eDescriptionLevelVerbose);
132 Language::GetDescription (Stream *s, lldb::DescriptionLevel level) const function in class:Language
/external/lldb/tools/lldb-perf/lib/
H A DMeasurement.h98 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStartValue()));
105 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStopValue()));
112 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetAverage()));
119 auto dictionary = (Results::Dictionary*)results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetAverage())).get();
130 results.GetDictionary().Add(metric.GetName(), metric.GetDescription(), lldb_perf::GetResult<typename GaugeType::ValueType> (NULL, metric.GetStandardDeviation()));
/external/lldb/include/lldb/Symbol/
H A DSymbolContext.h216 GetDescription(Stream *s,
388 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
545 GetDescription(Stream *s,
/external/lldb/source/DataFormatters/
H A DTypeSummary.cpp130 StringSummaryFormat::GetDescription () function in class:StringSummaryFormat
167 CXXFunctionSummaryFormat::GetDescription () function in class:CXXFunctionSummaryFormat
235 ScriptSummaryFormat::GetDescription () function in class:ScriptSummaryFormat
/external/lldb/examples/lookup/
H A Dmain.cpp221 addr.GetDescription (strm);
224 sc.GetDescription (strm);
/external/lldb/source/Target/
H A DStopInfo.cpp229 GetDescription () function in class:lldb_private::StopInfoBreakpoint
257 bp_site_sp->GetDescription(&strm, eDescriptionLevelBrief);
437 bp_loc_sp->GetDescription (error_sp.get(), eDescriptionLevelBrief);
579 GetDescription () function in class:lldb_private::StopInfoWatchpoint
747 wp_sp->GetDescription (error_sp.get(), eDescriptionLevelBrief);
891 GetDescription () function in class:lldb_private::StopInfoUnixSignal
935 GetDescription () function in class:lldb_private::StopInfoTrace
972 GetDescription () function in class:lldb_private::StopInfoException
1008 GetDescription () function in class:lldb_private::StopInfoThreadPlan
1013 m_plan_sp->GetDescription (
1062 GetDescription () function in class:lldb_private::StopInfoExec
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Darea_code_map.cc70 return storage_->GetDescription(current_index);
/external/lldb/include/lldb/API/
H A DSBBlock.h98 GetDescription (lldb::SBStream &description);
H A DSBBreakpointLocation.h89 GetDescription (lldb::SBStream &description, DescriptionLevel level);
H A DSBCommandReturnObject.h81 GetDescription (lldb::SBStream &description);
H A DSBCompileUnit.h88 GetDescription (lldb::SBStream &description);
H A DSBError.h65 GetDescription (lldb::SBStream &description);

Completed in 571 milliseconds

1234567891011>>