Searched refs:FindByID (Results 1 - 25 of 32) sorted by relevance

12

/external/lldb/include/lldb/Breakpoint/
H A DBreakpointSiteList.h90 FindByID (lldb::break_id_t breakID);
103 FindByID (lldb::break_id_t breakID) const;
H A DBreakpointLocationList.h76 FindByID (lldb::break_id_t breakID) const;
H A DWatchpointList.h118 FindByID (lldb::watch_id_t watchID) const;
/external/chromium_org/third_party/skia/src/core/
H A DSkTypefaceCache.h78 static SkTypeface* FindByID(SkFontID fontID);
H A DSkTypefaceCache.cpp129 SkTypeface* SkTypefaceCache::FindByID(SkFontID fontID) { function in class:SkTypefaceCache
/external/skia/src/core/
H A DSkTypefaceCache.h78 static SkTypeface* FindByID(SkFontID fontID);
H A DSkTypefaceCache.cpp129 SkTypeface* SkTypefaceCache::FindByID(SkFontID fontID) { function in class:SkTypefaceCache
/external/chromium_org/content/browser/frame_host/
H A Dframe_tree.h60 FrameTreeNode* FindByID(int64 frame_tree_node_id);
H A Dframe_tree.cc103 FrameTreeNode* FrameTree::FindByID(int64 frame_tree_node_id) { function in class:content::FrameTree
227 return FindByID(focused_frame_tree_node_id_);
/external/lldb/source/Breakpoint/
H A DBreakpointSiteList.cpp56 BreakpointSiteSP site_sp (FindByID (site_id));
141 BreakpointSiteList::FindByID (lldb::break_id_t break_id) function in class:BreakpointSiteList
153 BreakpointSiteList::FindByID (lldb::break_id_t break_id) const function in class:BreakpointSiteList
H A DBreakpointLocationList.cpp53 BreakpointLocationSP bp = FindByID (break_id);
78 BreakpointLocationList::FindByID (lldb::break_id_t break_id) const function in class:BreakpointLocationList
H A DWatchpointList.cpp137 WatchpointList::FindByID (lldb::watch_id_t watch_id) const function in class:WatchpointList
243 WatchpointSP wp_sp = FindByID (watch_id);
H A DBreakpoint.cpp107 return m_locations.FindByID(bp_loc_id);
/external/lldb/source/Target/
H A DStopInfo.cpp144 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
180 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
209 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
236 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
336 BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value));
607 WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue()));
651 WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue()));
H A DThreadPlanStepThrough.cpp274 BreakpointSiteSP cur_site_sp = m_thread.GetProcess()->GetBreakpointSiteList().FindByID(stop_value);
H A DThreadPlanStepOut.cpp212 BreakpointSiteSP site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByID (stop_info_sp->GetValue()));
H A DThreadPlanStepUntil.cpp192 BreakpointSiteSP this_site = m_thread.GetProcess()->GetBreakpointSiteList().FindByID (stop_info_sp->GetValue());
H A DThreadPlanStepRange.cpp403 BreakpointSiteSP bp_site_sp = m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id);
H A DThreadPlanCallFunction.cpp402 bp_site_sp = process_sp->GetBreakpointSiteList().FindByID(break_site_id);
H A DStackFrameList.cpp169 BreakpointSiteSP bp_site_sp(m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id));
H A DTarget.cpp910 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id);
933 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id);
953 WatchpointSP watch_to_remove_sp = m_watchpoint_list.FindByID(watch_id);
976 WatchpointSP wp_sp = m_watchpoint_list.FindByID (watch_id);
/external/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp529 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get();
695 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get();
787 Watchpoint *wp = target->GetWatchpointList().FindByID (cur_wp_id).get();
H A DCommandObjectWatchpoint.cpp317 Watchpoint *wp = watchpoints.FindByID(wp_ids[i]).get();
884 WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]);
/external/skia/src/ports/
H A DSkFontConfigInterface_android.cpp572 return SkTypefaceCache::FindByID(fontID);
626 const SkTypeface* origTypeface = SkTypefaceCache::FindByID(origFontID);
633 const SkTypeface* currTypeface = SkTypefaceCache::FindByID(currFontID);
/external/lldb/source/API/
H A DSBThread.cpp162 lldb::BreakpointSiteSP bp_site_sp (exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID (site_id));
221 lldb::BreakpointSiteSP bp_site_sp (exe_ctx.GetProcessPtr()->GetBreakpointSiteList().FindByID (site_id));

Completed in 5932 milliseconds

12