HomeSort by relevance Sort by last modified time
    Searched refs:WaitForEvent (Results 1 - 24 of 24) sorted by null

  /external/lldb/test/api/multithreaded/
test_listener_resume.cpp 31 bool got_event = g_listener.WaitForEvent(1, event);
test_listener_event_description.cpp 28 bool got_event = g_listener.WaitForEvent(1, event);
test_listener_event_process_state.cpp 29 bool got_event = g_listener.WaitForEvent(1, event);
  /external/lldb/test/python_api/default-constructor/
sb_listener.py 14 obj.WaitForEvent(5, event)
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_CodecInterface.h 112 OMX_ERRORTYPE (*WaitForEvent)(OMX_HANDLETYPE hComponent,
  /external/lldb/scripts/Python/interface/
SBListener.i 57 WaitForEvent (uint32_t num_seconds,
  /external/lldb/include/lldb/API/
SBListener.h 60 WaitForEvent (uint32_t num_seconds,
  /external/lldb/include/lldb/Core/
Listener.h 81 WaitForEvent (const TimeValue *timeout,
  /external/lldb/test/functionalities/watchpoint/watchpoint_events/
TestWatchpointEvents.py 38 success = self.listener.WaitForEvent (1, event)
  /external/lldb/source/API/
SBListener.cpp 189 SBListener::WaitForEvent (uint32_t timeout_secs, SBEvent &event)
196 log->Printf ("SBListener(%p)::WaitForEvent (timeout_secs=INFINITE, SBEvent(%p))...",
201 log->Printf ("SBListener(%p)::WaitForEvent (timeout_secs=%d, SBEvent(%p))...",
217 if (m_opaque_ptr->WaitForEvent (time_value.IsValid() ? &time_value : NULL, event_sp))
228 log->Printf ("SBListener(%p)::WaitForEvent (timeout_secs=INFINITE, SBEvent(%p)) => %i",
233 log->Printf ("SBListener(%p)::WaitForEvent (timeout_secs=%d, SBEvent(%p)) => %i",
  /external/lldb/test/python_api/event/
TestEvents.py 34 """Exercise SBListener.WaitForEvent() API."""
41 """Exercise SBListener.WaitForEvent() API."""
139 """Get the listener associated with the debugger and exercise WaitForEvent API."""
176 if listener.WaitForEvent(5, event):
182 print "Timeout: listener.WaitForEvent"
271 print "Timeout: listener.WaitForEvent"
  /external/lldb/tools/lldb-perf/lib/
TestCase.cpp 150 m_listener.WaitForEvent (UINT32_MAX, evt);
  /external/lldb/examples/python/
process_events.py 181 if listener.WaitForEvent (options.event_timeout, event):
performance.py 163 if self.listener.WaitForEvent (lldb.UINT32_MAX, process_event):
  /external/lldb/source/Core/
Communication.cpp 174 while (listener.WaitForEvent (timeout_time.IsValid() ? &timeout_time : NULL, event_sp))
Listener.cpp 479 Listener::WaitForEvent (const TimeValue *timeout, EventSP &event_sp)
  /external/lldb/tools/driver/
IOChannel.cpp 416 listener.WaitForEvent (UINT32_MAX, event);
Driver.cpp     [all...]
  /external/lldb/utils/vim-lldb/python-vim-lldb/
lldb_controller.py 340 self.processListener.WaitForEvent(wait_seconds, event)
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 862 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") listener.WaitForEvent (NULL, event_sp)...",
864 if (listener.WaitForEvent (NULL, event_sp))
935 log->Printf ("ProcessKDP::AsyncThread (pid = %" PRIu64 ") listener.WaitForEvent (NULL, event_sp) => false",
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 95 static OMX_ERRORTYPE WaitForEvent(OMX_HANDLETYPE hComponent,
164 dspcodecinterface->WaitForEvent = WaitForEvent;
    [all...]
  /external/lldb/source/Target/
Process.cpp     [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]

Completed in 751 milliseconds