Home
last modified time | relevance | path

Searched refs:WaitForEvent (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
Dplay.py41 self.WaitForEvent(tab, self._selector, 'playing',
45 self.WaitForEvent(tab, self._selector, 'ended',
Dmedia_action.py22 def WaitForEvent(self, tab, selector, event_name, timeout_in_seconds): member in MediaAction
Dload_media.py32 self.WaitForEvent(tab, self._selector, self._event_to_await,
Dloop.py39 self.WaitForEvent(tab, self._selector, 'loop', self._timeout_in_seconds)
Dseek.py47 self.WaitForEvent(tab, self._selector, 'seeked',
/external/lldb/test/api/multithreaded/
Dtest_listener_resume.cpp31 bool got_event = g_listener.WaitForEvent(1, event); in listener_func()
Dtest_listener_event_description.cpp28 bool got_event = g_listener.WaitForEvent(1, event); in listener_func()
Dtest_listener_event_process_state.cpp29 bool got_event = g_listener.WaitForEvent(1, event); in listener_func()
/external/lldb/test/python_api/default-constructor/
Dsb_listener.py14 obj.WaitForEvent(5, event)
/external/lldb/scripts/Python/interface/
DSBListener.i57 WaitForEvent (uint32_t num_seconds,
/external/lldb/source/API/
DSBListener.cpp189 SBListener::WaitForEvent (uint32_t timeout_secs, SBEvent &event) in WaitForEvent() function in SBListener
217 if (m_opaque_ptr->WaitForEvent (time_value.IsValid() ? &time_value : NULL, event_sp)) in WaitForEvent()
/external/lldb/include/lldb/API/
DSBListener.h60 WaitForEvent (uint32_t num_seconds,
/external/libchrome/base/process/
Dprocess_metrics_unittest.cc464 void WaitForEvent(const FilePath& signal_dir, const char* signal_file) { in WaitForEvent() function
497 WaitForEvent(temp_path, kSignalClosed); in TEST()
/external/lldb/include/lldb/Core/
DListener.h81 WaitForEvent (const TimeValue *timeout,
/external/lldb/test/functionalities/watchpoint/watchpoint_events/
DTestWatchpointEvents.py38 success = self.listener.WaitForEvent (1, event)
/external/libchrome/base/threading/
Dsimple_thread_unittest.cc96 TEST(SimpleThreadTest, WaitForEvent) { in TEST() argument
/external/lldb/tools/lldb-perf/lib/
DTestCase.cpp150 m_listener.WaitForEvent (UINT32_MAX, evt); in Loop()
/external/lldb/test/python_api/event/
DTestEvents.py176 if listener.WaitForEvent(5, event):
/external/lldb/examples/test/tmp/
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt12 …rocessGDBRemote::AsyncThread (arg = 0x7fabc0997600, pid = 0) listener.WaitForEvent (NULL, event_sp…
Dlldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt12 …rocessGDBRemote::AsyncThread (arg = 0x7fabc1883400, pid = 0) listener.WaitForEvent (NULL, event_sp…
/external/lldb/examples/python/
Dprocess_events.py181 if listener.WaitForEvent (options.event_timeout, event):
Dperformance.py163 if self.listener.WaitForEvent (lldb.UINT32_MAX, process_event):
/external/lldb/source/Core/
DCommunication.cpp174 while (listener.WaitForEvent (timeout_time.IsValid() ? &timeout_time : NULL, event_sp)) in Read()
DListener.cpp479 Listener::WaitForEvent (const TimeValue *timeout, EventSP &event_sp) in WaitForEvent() function in Listener
/external/lldb/utils/vim-lldb/python-vim-lldb/
Dlldb_controller.py340 self.processListener.WaitForEvent(wait_seconds, event)

12