HomeSort by relevance Sort by last modified time
    Searched refs:GetID (Results 26 - 50 of 335) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/lldb/source/Target/
ThreadPlanBase.cpp 126 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (breakpoint hit.)", m_thread.GetID());
154 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exception.)", m_thread.GetID());
162 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exec.)", m_thread.GetID());
171 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (signal.)", m_thread.GetID());
StackID.cpp 34 s->Printf(" (Block {0x%8.8" PRIx64 "})", sc.block->GetID());
36 s->Printf(" (Symbol{0x%8.8x})", sc.symbol->GetID());
  /external/chromium_org/content/public/test/
mock_render_process_host.cc 32 ChildProcessSecurityPolicyImpl::GetInstance()->Add(GetID());
34 RenderProcessHostImpl::RegisterHost(GetID(), this);
38 ChildProcessSecurityPolicyImpl::GetInstance()->Remove(GetID());
47 RenderProcessHostImpl::UnregisterHost(GetID());
137 int MockRenderProcessHost::GetID() const {
158 RenderProcessHostImpl::UnregisterHost(GetID());
199 if (widget->GetProcess()->GetID() == GetID())
  /external/lldb/scripts/Python/interface/
SBBreakpointLocation.i 33 GetID ();
SBWatchpoint.i 38 GetID ();
SBBreakpoint.i 96 GetID () const;
215 __swig_getmethods__["id"] = GetID
216 if _newclass: id = property(GetID, None, doc='''A read only property that returns the ID of this breakpoint.''')
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc 460 ChildProcessSecurityPolicyImpl::GetInstance()->Add(GetID());
463 RegisterHost(GetID(), this);
472 base::Bind(&CacheShaderInfo, GetID(),
522 ChildProcessSecurityPolicyImpl::GetInstance()->Remove(GetID());
536 UnregisterHost(GetID());
541 base::Bind(&RemoveShaderInfo, GetID()));
630 GetID(),
691 AddFilter(new ResourceSchedulerFilter(GetID()));
698 new BrowserPluginMessageFilter(GetID()));
703 GetID(),
    [all...]
render_view_host_impl.cc 217 GetProcess()->GetID(), GetRoutingID(), !is_hidden()));
234 GetProcess()->GetID(), GetRoutingID()));
446 GetProcess()->GetID())) {
514 if (widget->GetProcess()->GetID() == GetProcess()->GetID())
615 const int renderer_id = GetProcess()->GetID();
735 return RenderFrameHost::FromID(GetProcess()->GetID(), main_frame_routing_id_);
750 GetProcess()->GetID())) {
764 GetProcess()->GetID());
822 GetProcess()->GetID(), file.local_path)
    [all...]
  /external/chromium_org/extensions/browser/app_window/
app_window_contents.cc 49 if (web_contents_->GetRenderViewHost()->GetProcess()->GetID() ==
54 << web_contents_->GetRenderViewHost()->GetProcess()->GetID()
136 rvh->GetProcess()->GetID(), rvh->GetRoutingID()));
  /external/chromium_org/chrome/browser/notifications/
notification_object_proxy.cc 17 : render_process_id_(render_frame_host->GetProcess()->GetID()),
  /external/lldb/include/lldb/API/
SBBreakpointLocation.h 32 GetID ();
SBWatchpoint.h 39 GetID ();
  /external/lldb/include/lldb/Breakpoint/
StoppointLocation.h 111 GetID () const
  /external/lldb/source/Breakpoint/
BreakpointLocationCollection.cpp 43 BreakpointLocationSP old_bp_loc = FindByIDPair (bp_loc->GetBreakpoint().GetID(), bp_loc->GetID());
72 return m_break_id == bp_loc->GetBreakpoint().GetID()
73 && m_break_loc_id == bp_loc->GetID();
BreakpointIDList.cpp 222 BreakpointID::GetCanonicalReference (&canonical_id_str, bp_id, bp_loc->GetID());
298 break_id_t cur_bp_id = breakpoint->GetID();
310 if ((bp_loc->GetID() >= start_loc_id) && (bp_loc->GetID() <= end_loc_id))
313 BreakpointID::GetCanonicalReference (&canonical_id_str, cur_bp_id, bp_loc->GetID());
323 if (bp_loc->GetID() <= end_loc_id)
326 BreakpointID::GetCanonicalReference (&canonical_id_str, cur_bp_id, bp_loc->GetID());
WatchpointList.cpp 45 return wp_sp->GetID();
115 return m_watch_id == wp->GetID();
154 return wp_sp->GetID();
165 return wp_sp->GetID();
204 IDs.push_back((*pos)->GetID());
BreakpointSite.cpp 73 if (m_owners.GetByIndex(i)->GetBreakpoint().GetID() == bp_id)
86 GetID(),
97 s->Printf ("breakpoint site: %d at 0x%8.8" PRIx64, GetID(), GetLoadAddress());
  /external/lldb/source/Plugins/Process/gdb-remote/
ThreadGDBRemote.cpp 43 process.GetID(),
44 GetID());
52 process_sp ? process_sp->GetID() : LLDB_INVALID_PROCESS_ID,
53 GetID());
  /external/lldb/test/python_api/default-constructor/
sb_breakpoint.py 9 obj.GetID()
  /external/chromium_org/chrome/browser/extensions/
chrome_content_browser_client_extensions_part.cc 94 process_map->GetExtensionsInProcess(process_host->GetID());
202 new_extension->id(), process_host->GetID())) {
267 process_ids.insert(host->render_process_host()->GetID());
319 new_extension->id(), site_instance->GetProcess()->GetID()))
392 site_instance->GetProcess()->GetID()));
397 int id = host->GetID();
420 site_instance->GetProcess()->GetID(),
421 site_instance->GetId());
428 site_instance->GetProcess()->GetID(),
429 site_instance->GetId()));
    [all...]
app_process_apitest.cc 96 GetRenderProcessHost()->GetID()));
110 GetRenderProcessHost()->GetID()));
171 GetRenderProcessHost()->GetID()));
180 GetRenderProcessHost()->GetID()));
194 GetRenderProcessHost()->GetID()));
326 GetRenderProcessHost()->GetID()));
337 GetRenderProcessHost()->GetID()));
439 contents->GetRenderProcessHost()->GetID()));
451 contents->GetRenderProcessHost()->GetID()));
461 contents->GetRenderProcessHost()->GetID()));
    [all...]
  /external/lldb/source/Plugins/Process/POSIX/
POSIXThread.cpp 103 log->Printf ("POSIXThread::%s (tid = %" PRIi64 ") setting thread resume state to running", __FUNCTION__, GetID());
127 SetName(Host::GetThreadName(GetProcess()->GetID(), GetID()).c_str());
219 log->Printf ("POSIXThread::%s (tid = %" PRIi64 ") setting thread resume state to %s", __FUNCTION__, GetID(), StateAsCString(resume_state));
252 status = monitor.Resume(GetID(), GetResumeSignal());
257 status = monitor.SingleStep(GetID(), GetResumeSignal());
274 __FUNCTION__, message.PrintKind(), GetID());
406 lldb::break_id_t bp_id = bp_site->GetID();
407 if (GetProcess()->GetThreadList().SetSelectedThreadByID(GetID()))
464 wp_sp->GetID()));
    [all...]
ProcessPOSIX.cpp 124 log->Printf ("ProcessPOSIX::%s(pid = %" PRIi64 ")", __FUNCTION__, GetID());
309 else if (kill(GetID(), SIGSTOP))
340 error = m_monitor->Detach(thread->GetID());
354 if (kill(GetID(), signal))
401 if (message.GetTID() == GetID())
407 m_monitor->Detach(GetID());
426 if (message.GetTID() == GetID())
670 user_id_t watchID = wp->GetID();
737 user_id_t watchID = wp->GetID();
820 log->Printf ("ProcessPOSIX::%s() (pid = %" PRIi64 ")", __FUNCTION__, GetID());
    [all...]
  /external/chromium_org/extensions/shell/browser/
shell_content_browser_client.cc 78 int render_process_id = host->GetID();
152 site_instance->GetProcess()->GetID(),
153 site_instance->GetId());
161 site_instance->GetProcess()->GetID(),
162 site_instance->GetId()));
174 site_instance->GetProcess()->GetID(),
175 site_instance->GetId());
183 site_instance->GetProcess()->GetID(),
184 site_instance->GetId()));
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api_helpers.cc 77 dict->SetInteger(keys::kProcessIdKey, frame_host->GetProcess()->GetID());
101 dict->SetInteger(keys::kProcessIdKey, frame_host->GetProcess()->GetID());
137 dict->SetInteger(keys::kProcessIdKey, frame_host->GetProcess()->GetID());
157 dict->SetInteger(keys::kProcessIdKey, frame_host->GetProcess()->GetID());
186 source_frame_host->GetProcess()->GetID());
209 dict->SetInteger(keys::kProcessIdKey, frame_host->GetProcess()->GetID());

Completed in 629 milliseconds

12 3 4 5 6 7 8 91011>>