Searched refs:GetDescription (Results 26 - 50 of 319) sorted by relevance

1234567891011>>

/external/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h107 GetDescription (Stream *s) = 0;
H A DWatchpointOptions.h174 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
234 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
/external/lldb/include/lldb/Core/
H A DAddressResolver.h68 GetDescription (Stream *s) = 0;
H A DAddressResolverFileLine.h46 GetDescription (Stream *s);
H A DLanguage.h59 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
H A DSearchFilter.h71 GetDescription(Stream *s);
220 GetDescription(Stream *s);
320 GetDescription(Stream *s);
377 GetDescription(Stream *s);
429 GetDescription(Stream *s);
/external/lldb/include/lldb/Target/
H A DThreadPlanCallUserExpression.h42 GetDescription (Stream *s, lldb::DescriptionLevel level);
H A DThreadPlanStepOverRange.h35 virtual void GetDescription (Stream *s, lldb::DescriptionLevel level);
/external/lldb/scripts/Python/interface/
H A DSBModuleSpec.i93 GetDescription (lldb::SBStream &description);
129 GetDescription (lldb::SBStream &description);
H A DSBBreakpointLocation.i101 GetDescription (lldb::SBStream &description, DescriptionLevel level);
H A DSBEvent.i150 GetDescription (lldb::SBStream &description) const;
H A DSBTypeNameSpecifier.i47 GetDescription (lldb::SBStream &description,
/external/lldb/test/python_api/default-constructor/
H A Dsb_address.py13 obj.GetDescription(lldb.SBStream())
H A Dsb_breakpointlocation.py24 obj.GetDescription(lldb.SBStream(), lldb.eDescriptionLevelVerbose)
/external/lldb/include/lldb/API/
H A DSBEvent.h66 GetDescription (lldb::SBStream &description);
69 GetDescription (lldb::SBStream &description) const;
H A DSBModuleSpec.h102 GetDescription (lldb::SBStream &description);
146 GetDescription (lldb::SBStream &description);
H A DSBDeclaration.h59 GetDescription (lldb::SBStream &description);
H A DSBFileSpecList.h33 GetDescription (SBStream &description) const;
H A DSBInstruction.h67 GetDescription (lldb::SBStream &description);
H A DSBInstructionList.h51 GetDescription (lldb::SBStream &description);
H A DSBSymbolContextList.h40 GetDescription (lldb::SBStream &description);
H A DSBTypeFormat.h46 GetDescription (lldb::SBStream &description,
/external/lldb/source/API/
H A DSBSymbolContextList.cpp109 SBSymbolContextList::GetDescription (lldb::SBStream &description) function in class:SBSymbolContextList
113 m_opaque_ap->GetDescription (&strm, lldb::eDescriptionLevelFull, NULL);
/external/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp85 bp_loc_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose);
101 BreakpointResolverAddress::GetDescription (Stream *s) function in class:BreakpointResolverAddress
/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dadb_client_socket_browsertest.cc108 ASSERT_EQ(0U, chrome_pages[0]->GetTarget()->GetDescription().size());
109 ASSERT_EQ(0U, chrome_beta_pages[0]->GetTarget()->GetDescription().size());
110 ASSERT_NE(0U, webview_pages[0]->GetTarget()->GetDescription().size());
111 ASSERT_NE(0U, webview_pages[1]->GetTarget()->GetDescription().size());

Completed in 147 milliseconds

1234567891011>>