Searched refs:GetResumeCount (Results 1 - 6 of 6) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBTarget.h96 GetResumeCount ();
163 GetResumeCount ();
/external/lldb/scripts/Python/interface/
H A DSBTarget.i81 GetResumeCount ();
135 GetResumeCount ();
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_unittest.cc181 int GetResumeCount() { function in class:content::DownloadItemTest::MockObserver
432 ASSERT_EQ(0, observer.GetResumeCount());
456 ASSERT_EQ(0, observer.GetResumeCount());
488 ASSERT_EQ(0, observer.GetResumeCount());
544 ASSERT_EQ(i, observer.GetResumeCount());
/external/lldb/source/API/
H A DSBTarget.cpp234 SBLaunchInfo::GetResumeCount () function in class:SBLaunchInfo
236 return m_opaque_sp->GetResumeCount();
327 SBAttachInfo::GetResumeCount () function in class:SBAttachInfo
329 return m_opaque_sp->GetResumeCount();
/external/lldb/include/lldb/Target/
H A DProcess.h737 GetResumeCount () const function in class:lldb_private::ProcessLaunchInfo
855 SetResumeCount (launch_info.GetResumeCount());
895 GetResumeCount () const function in class:lldb_private::ProcessAttachInfo
/external/lldb/source/Target/
H A DProcess.cpp3083 SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount()));
3151 SetNextEventAction(new Process::AttachCompletionHandler(this, attach_info.GetResumeCount()));

Completed in 174 milliseconds