Searched defs:event_ptr (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dqueue.hpp68 typedef clover::ref_ptr<clover::hard_event> event_ptr; typedef in struct:_cl_command_queue
69 std::vector<event_ptr> queued_events;
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXStopInfo.cpp34 POSIXLimboStopInfo::ShouldStop(Event *event_ptr) argument
40 POSIXLimboStopInfo::ShouldNotify(Event *event_ptr) argument
80 POSIXNewThreadStopInfo::ShouldStop(Event *event_ptr) argument
86 POSIXNewThreadStopInfo::ShouldNotify(Event *event_ptr) argument
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dqueue.hpp68 typedef clover::ref_ptr<clover::hard_event> event_ptr; typedef in struct:_cl_command_queue
69 std::vector<event_ptr> queued_events;
/external/lldb/include/lldb/Core/
H A DEvent.h47 DoOnRemoval (Event *event_ptr) argument
101 GetEventDataFromEvent (const Event *event_ptr);
104 GetBytesFromEvent (const Event *event_ptr);
107 GetByteSizeFromEvent (const Event *event_ptr);
/external/lldb/source/Target/
H A DThreadPlanBase.cpp71 ThreadPlanBase::DoPlanExplainsStop (Event *event_ptr) argument
82 ThreadPlanBase::ShouldReportStop(Event *event_ptr) argument
87 bool should_notify = stop_info_sp->ShouldNotify(event_ptr);
98 ThreadPlanBase::ShouldStop (Event *event_ptr) argument
120 if (stop_info_sp->ShouldStopSynchronous(event_ptr))
134 if (stop_info_sp->ShouldNotify (event_ptr))
168 if (stop_info_sp->ShouldStop(event_ptr))
179 if (stop_info_sp->ShouldNotify(event_ptr))
H A DThreadPlanStepInstruction.cpp94 ThreadPlanStepInstruction::DoPlanExplainsStop (Event *event_ptr) argument
109 ThreadPlanStepInstruction::ShouldStop (Event *event_ptr) argument
H A DThreadPlanStepOverBreakpoint.cpp62 ThreadPlanStepOverBreakpoint::DoPlanExplainsStop (Event *event_ptr) argument
77 ThreadPlanStepOverBreakpoint::ShouldStop (Event *event_ptr) argument
162 ThreadPlanStepOverBreakpoint::ShouldAutoContinue (Event *event_ptr) argument
H A DThreadPlanRunToAddress.cpp191 ThreadPlanRunToAddress::DoPlanExplainsStop (Event *event_ptr) argument
197 ThreadPlanRunToAddress::ShouldStop (Event *event_ptr) argument
H A DThreadPlanStepThrough.cpp142 ThreadPlanStepThrough::DoPlanExplainsStop (Event *event_ptr) argument
155 ThreadPlanStepThrough::ShouldStop (Event *event_ptr) argument
H A DThreadPlanStepUntil.cpp308 ThreadPlanStepUntil::DoPlanExplainsStop (Event *event_ptr) argument
317 ThreadPlanStepUntil::ShouldStop (Event *event_ptr) argument
H A DThreadList.cpp247 ThreadList::ShouldStop (Event *event_ptr) argument
298 const bool thread_should_stop = thread_sp->ShouldStop(event_ptr);
330 ThreadList::ShouldReportStop (Event *event_ptr) argument
348 const Vote vote = thread_sp->ShouldReportStop (event_ptr);
394 ThreadList::ShouldReportRun (Event *event_ptr) argument
412 switch ((*pos)->ShouldReportRun (event_ptr))
H A DThreadPlan.cpp57 ThreadPlan::PlanExplainsStop (Event *event_ptr) argument
61 bool actual_value = DoPlanExplainsStop(event_ptr);
96 ThreadPlan::ShouldReportStop (Event *event_ptr) argument
105 Vote prev_vote = prev_plan->ShouldReportStop (event_ptr);
118 ThreadPlan::ShouldReportRun (Event *event_ptr) argument
124 return prev_plan->ShouldReportRun (event_ptr);
258 ThreadPlanNull::ShouldStop (Event *event_ptr) argument
296 ThreadPlanNull::DoPlanExplainsStop (Event *event_ptr) argument
H A DThreadPlanCallFunction.cpp356 ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) argument
361 return ThreadPlan::ShouldReportStop(event_ptr);
365 ThreadPlanCallFunction::DoPlanExplainsStop (Event *event_ptr) argument
372 if (m_subplan_sp.get() != NULL && m_subplan_sp->PlanExplainsStop(event_ptr))
457 if (m_real_stop_info_sp->ShouldStopSynchronous(event_ptr))
476 ThreadPlanCallFunction::ShouldStop (Event *event_ptr) argument
480 DoPlanExplainsStop(event_ptr);
H A DThreadPlanStepInRange.cpp94 ThreadPlanStepInRange::ShouldStop (Event *event_ptr) argument
396 ThreadPlanStepInRange::DoPlanExplainsStop (Event *event_ptr) argument
H A DThreadPlanStepOut.cpp177 ThreadPlanStepOut::DoPlanExplainsStop (Event *event_ptr) argument
267 ThreadPlanStepOut::ShouldStop (Event *event_ptr) argument
305 return m_step_out_plan_sp->ShouldStop(event_ptr);
319 return m_step_through_inline_plan_sp->ShouldStop(event_ptr);
H A DThreadPlanStepOverRange.cpp69 ThreadPlanStepOverRange::ShouldStop (Event *event_ptr) argument
293 ThreadPlanStepOverRange::DoPlanExplainsStop (Event *event_ptr) argument
H A DThreadPlanStepRange.cpp91 ThreadPlanStepRange::ShouldReportStop (Event *event_ptr) argument
H A DStopInfo.cpp172 ShouldStopSynchronous (Event *event_ptr) argument
184 StoppointCallbackContext context (event_ptr, exe_ctx, true);
204 DoShouldNotify (Event *event_ptr) argument
303 ShouldStop (Event *event_ptr) argument
312 PerformAction (Event *event_ptr) argument
402 StoppointCallbackContext context (event_ptr, exe_ctx, false);
592 ShouldStopSynchronous (Event *event_ptr) argument
612 StoppointCallbackContext context (event_ptr, exe_ctx, true);
631 ShouldStop (Event *event_ptr) argument
640 PerformAction (Event *event_ptr) argument
839 ShouldStopSynchronous(Event *event_ptr) argument
848 ShouldStop(Event *event_ptr) argument
859 DoShouldNotify(Event *event_ptr) argument
1027 ShouldStop(Event *event_ptr) argument
1069 PerformAction(Event *event_ptr) argument
[all...]
/external/lldb/include/lldb/Target/
H A DStopInfo.h77 ShouldStopSynchronous (Event *event_ptr) argument
90 ShouldNotify (Event *event_ptr) argument
93 return DoShouldNotify (event_ptr);
176 PerformAction (Event *event_ptr) argument
181 DoShouldNotify (Event *event_ptr) argument
193 ShouldStop (Event *event_ptr) argument
H A DThreadPlan.h352 PlanExplainsStop (Event *event_ptr);
355 ShouldStop (Event *event_ptr) = 0;
358 ShouldAutoContinue (Event *event_ptr) argument
367 ShouldReportStop (Event *event_ptr);
370 ShouldReportRun (Event *event_ptr);
536 DoPlanExplainsStop (Event *event_ptr) = 0;
626 ShouldStop (Event *event_ptr);
648 DoPlanExplainsStop (Event *event_ptr);
/external/lldb/source/API/
H A DSBEvent.cpp188 SBEvent::reset (Event* event_ptr) argument
190 m_opaque_ptr = event_ptr;
/external/lldb/source/Core/
H A DEvent.cpp190 EventDataBytes::GetBytesFromEvent (const Event *event_ptr) argument
192 const EventDataBytes *e = GetEventDataFromEvent (event_ptr);
199 EventDataBytes::GetByteSizeFromEvent (const Event *event_ptr) argument
201 const EventDataBytes *e = GetEventDataFromEvent (event_ptr);
208 EventDataBytes::GetEventDataFromEvent (const Event *event_ptr) argument
210 if (event_ptr)
212 const EventData *event_data = event_ptr->GetData();
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp129 AppleThreadPlanStepThroughObjCTrampoline::DoPlanExplainsStop (Event *event_ptr) argument
144 AppleThreadPlanStepThroughObjCTrampoline::ShouldStop (Event *event_ptr) argument
/external/chromium_org/extensions/browser/guest_view/
H A Dguest_view_base.cc437 scoped_ptr<Event> event_ptr(event);
440 pending_events_.push_back(linked_ptr<Event>(event_ptr.release()));
463 linked_ptr<Event> event_ptr = pending_events_.front(); local
465 DispatchEventToEmbedder(event_ptr.release());
/external/chromium_org/net/proxy/
H A Dproxy_config_service_linux.cc1286 char* event_ptr = event_buf; local
1287 while (event_ptr < event_buf + r) {
1288 inotify_event* event = reinterpret_cast<inotify_event*>(event_ptr);
1290 CHECK_LE(event_ptr + sizeof(inotify_event), event_buf + r);
1295 event_ptr = event->name + event->len;

Completed in 201 milliseconds

12