Searched refs:GetDescription (Results 201 - 225 of 319) sorted by relevance

1234567891011>>

/external/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp229 BreakpointLocationList::GetDescription (Stream *s, lldb::DescriptionLevel level) function in class:BreakpointLocationList
237 (*pos)->GetDescription(s, level);
/external/lldb/source/Interpreter/
H A DProperty.cpp214 const char *desc = GetDescription();
234 const char *desc = GetDescription();
/external/lldb/source/Core/
H A DSearchFilter.cpp38 Searcher::GetDescription (Stream *s) function in class:Searcher
112 SearchFilter::GetDescription (Stream *s) function in class:SearchFilter
426 SearchFilterByModule::GetDescription (Stream *s) function in class:SearchFilterByModule
576 SearchFilterByModuleList::GetDescription (Stream *s) function in class:SearchFilterByModuleList
767 SearchFilterByModuleListAndCU::GetDescription (Stream *s) function in class:SearchFilterByModuleListAndCU
H A DAddressResolverName.cpp246 AddressResolverName::GetDescription (Stream *s) function in class:AddressResolverName
/external/chromium_org/android_webview/browser/
H A Daw_dev_tools_manager_delegate.cc49 virtual std::string GetDescription() const OVERRIDE { return description_; }
/external/chromium_org/base/test/
H A Dtest_shortcut_win.cc102 i_shell_link->GetDescription(read_description, MAX_PATH)));
/external/chromium_org/chromecast/shell/browser/devtools/
H A Dcast_dev_tools_delegate.cc52 virtual std::string GetDescription() const OVERRIDE { return std::string(); }
/external/chromium_org/components/enhanced_bookmarks/
H A Denhanced_bookmark_model.h74 std::string GetDescription(const BookmarkNode* node);
H A Denhanced_bookmark_model_unittest.cc382 std::string description(model_->GetDescription(node));
394 EXPECT_EQ(model_->GetDescription(node), description);
417 EXPECT_EQ("Joe Bar Team", model_->GetDescription(node));
424 EXPECT_EQ(model_->GetDescription(node), description);
/external/chromium_org/tools/grit/grit/
H A Dtclib_unittest.py29 self.failUnlessEqual(msg.GetDescription(), 'Greetings message')
H A Dclique.py108 key=lambda c:c.GetMessage().GetDescription())
151 description = clique.GetMessage().GetDescription()
/external/lldb/examples/python/
H A Djump.py161 address.GetDescription(stream)
/external/lldb/include/lldb/API/
H A DSBData.h97 GetDescription (lldb::SBStream &description, lldb::addr_t base_addr = LLDB_INVALID_ADDRESS);
H A DSBProcess.h261 GetDescription (lldb::SBStream &description);
/external/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h489 GetDescription (Stream *s, lldb::DescriptionLevel level, bool show_locations = false);
H A DWatchpoint.h111 void GetDescription (Stream *s, lldb::DescriptionLevel level);
/external/lldb/include/lldb/Symbol/
H A DFunction.h500 GetDescription(Stream *s, lldb::DescriptionLevel level, Target *target);
/external/lldb/source/API/
H A DSBError.cpp217 SBError::GetDescription (SBStream &description) function in class:SBError
H A DSBFunction.cpp106 SBFunction::GetDescription (SBStream &s) function in class:SBFunction
H A DSBInputReader.cpp125 sb_error.GetDescription (sstr);
H A DSBInstruction.cpp169 SBInstruction::GetDescription (lldb::SBStream &s) function in class:SBInstruction
H A DSBValueList.cpp219 sb_value.GetDescription (sstr);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp110 AppleThreadPlanStepThroughObjCTrampoline::GetDescription (Stream *s, function in class:AppleThreadPlanStepThroughObjCTrampoline
/external/lldb/source/Symbol/
H A DLineEntry.cpp150 LineEntry::GetDescription (Stream *s, lldb::DescriptionLevel level, CompileUnit* cu, Target *target, bool show_address_only) const function in class:LineEntry
/external/lldb/tools/lldb-perf/lib/
H A DResults.h107 GetDescription() const function in class:lldb_perf::Results::Result

Completed in 425 milliseconds

1234567891011>>