/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
D | play.py | 41 self.WaitForEvent(tab, self._selector, 'playing', 45 self.WaitForEvent(tab, self._selector, 'ended',
|
D | media_action.py | 22 def WaitForEvent(self, tab, selector, event_name, timeout_in_seconds): member in MediaAction
|
D | load_media.py | 32 self.WaitForEvent(tab, self._selector, self._event_to_await,
|
D | loop.py | 39 self.WaitForEvent(tab, self._selector, 'loop', self._timeout_in_seconds)
|
D | seek.py | 47 self.WaitForEvent(tab, self._selector, 'seeked',
|
/external/lldb/test/api/multithreaded/ |
D | test_listener_resume.cpp | 31 bool got_event = g_listener.WaitForEvent(1, event); in listener_func()
|
D | test_listener_event_description.cpp | 28 bool got_event = g_listener.WaitForEvent(1, event); in listener_func()
|
D | test_listener_event_process_state.cpp | 29 bool got_event = g_listener.WaitForEvent(1, event); in listener_func()
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_listener.py | 14 obj.WaitForEvent(5, event)
|
/external/lldb/scripts/Python/interface/ |
D | SBListener.i | 57 WaitForEvent (uint32_t num_seconds,
|
/external/lldb/source/API/ |
D | SBListener.cpp | 189 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/ |
D | SBListener.h | 60 WaitForEvent (uint32_t num_seconds,
|
/external/libchrome/base/process/ |
D | process_metrics_unittest.cc | 464 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/ |
D | Listener.h | 81 WaitForEvent (const TimeValue *timeout,
|
/external/lldb/test/functionalities/watchpoint/watchpoint_events/ |
D | TestWatchpointEvents.py | 38 success = self.listener.WaitForEvent (1, event)
|
/external/libchrome/base/threading/ |
D | simple_thread_unittest.cc | 96 TEST(SimpleThreadTest, WaitForEvent) { in TEST() argument
|
/external/lldb/tools/lldb-perf/lib/ |
D | TestCase.cpp | 150 m_listener.WaitForEvent (UINT32_MAX, evt); in Loop()
|
/external/lldb/test/python_api/event/ |
D | TestEvents.py | 176 if listener.WaitForEvent(5, event):
|
/external/lldb/examples/test/tmp/ |
D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dwarf.txt | 12 …rocessGDBRemote::AsyncThread (arg = 0x7fabc0997600, pid = 0) listener.WaitForEvent (NULL, event_sp…
|
D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt | 12 …rocessGDBRemote::AsyncThread (arg = 0x7fabc1883400, pid = 0) listener.WaitForEvent (NULL, event_sp…
|
/external/lldb/examples/python/ |
D | process_events.py | 181 if listener.WaitForEvent (options.event_timeout, event):
|
D | performance.py | 163 if self.listener.WaitForEvent (lldb.UINT32_MAX, process_event):
|
/external/lldb/source/Core/ |
D | Communication.cpp | 174 while (listener.WaitForEvent (timeout_time.IsValid() ? &timeout_time : NULL, event_sp)) in Read()
|
D | Listener.cpp | 479 Listener::WaitForEvent (const TimeValue *timeout, EventSP &event_sp) in WaitForEvent() function in Listener
|
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
D | lldb_controller.py | 340 self.processListener.WaitForEvent(wait_seconds, event)
|