/external/llvm-project/lldb/test/API/api/listeners/ |
D | TestListener.py | 47 my_listener.WaitForEvent(1, event) 68 my_listener.WaitForEvent(1, event) 90 my_listener.WaitForEvent(1, event) 113 my_listener.WaitForEvent(1, event) 129 my_listener.WaitForEvent(1, event)
|
/external/llvm-project/lldb/test/API/commands/expression/expr-in-syscall/ |
D | TestExpressionInSyscall.py | 53 while listener.WaitForEvent(2, event): 64 while listener.WaitForEvent(2, event): 84 while listener.WaitForEvent(10, event):
|
/external/libchrome/base/files/ |
D | file_locking_unittest.cc | 71 bool WaitForEvent(const FilePath& signal_dir, const char* signal_file) { in WaitForEvent() function 101 CHECK(WaitForEvent(temp_path, kSignalLockFileUnlock)); in MULTIPROCESS_TEST_MAIN() 106 CHECK(WaitForEvent(temp_path, kSignalLockFileClose)); in MULTIPROCESS_TEST_MAIN() 116 CHECK(WaitForEvent(temp_path, kSignalExit)); in MULTIPROCESS_TEST_MAIN()
|
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/dbgeng/ |
D | setup.py | 87 res = Client.Control.WaitForEvent(timeout=1000) 112 res = Client.Control.WaitForEvent(timeout=5000) 130 client.Control.WaitForEvent()
|
D | control.py | 310 def WaitForEvent(self, timeout=100): member in Control 312 ret = self.vt.WaitForEvent(self.control, 0, timeout)
|
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_set_restart/ |
D | TestBreakpointSetRestart.py | 32 while self.dbg.GetListener().WaitForEvent(2, event): 42 while self.dbg.GetListener().WaitForEvent(2, event):
|
/external/llvm-project/lldb/test/API/python_api/event/ |
D | TestEvents.py | 88 if listener.WaitForEvent(5, event): 175 if listener.WaitForEvent(5, event): 270 if listener.WaitForEvent(5, event):
|
/external/llvm-project/lldb/test/API/macosx/thread-names/ |
D | TestInterruptThreadNames.py | 98 listener.WaitForEvent(2, event) 116 listener.WaitForEvent(2, event)
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_listener.py | 14 obj.WaitForEvent(5, event)
|
/external/llvm-project/lldb/source/API/ |
D | SBListener.cpp | 142 bool SBListener::WaitForEvent(uint32_t timeout_secs, SBEvent &event) { in WaitForEvent() function in SBListener 143 LLDB_RECORD_METHOD(bool, SBListener, WaitForEvent, in WaitForEvent() 348 LLDB_REGISTER_METHOD(bool, SBListener, WaitForEvent, in RegisterMethods()
|
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/ |
D | TestRestartBug.py | 52 while self.dbg.GetListener().WaitForEvent(2, event):
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBListener.i | 58 WaitForEvent (uint32_t num_seconds,
|
/external/llvm-project/lldb/test/API/api/multithreaded/ |
D | test_listener_resume.cpp.template | 31 bool got_event = g_listener.WaitForEvent(1, event);
|
D | test_listener_event_process_state.cpp.template | 28 bool got_event = g_listener.WaitForEvent(1, event);
|
D | test_listener_event_description.cpp.template | 28 bool got_event = g_listener.WaitForEvent(1, event);
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBListener.h | 51 bool WaitForEvent(uint32_t num_seconds, lldb::SBEvent &event);
|
/external/llvm-project/lldb/test/API/commands/watchpoints/watchpoint_events/ |
D | TestWatchpointEvents.py | 93 success = self.listener.WaitForEvent(1, event)
|
/external/llvm-project/lldb/utils/lui/ |
D | debuggerdriver.py | 113 got_event = self.listener.WaitForEvent(lldb.UINT32_MAX, event)
|
/external/libchrome/base/process/ |
D | process_metrics_unittest.cc | 548 void WaitForEvent(const FilePath& signal_dir, const char* signal_file) { in WaitForEvent() function 584 WaitForEvent(temp_path, kSignalClosed); in TEST()
|
/external/libchrome/base/threading/ |
D | simple_thread_unittest.cc | 146 TEST(SimpleThreadTest, WaitForEvent) { in TEST() argument
|
/external/llvm-project/lldb/test/API/api/multiple-debuggers/ |
D | multi-process-driver.cpp | 47 bool waitfor_ret = listener.WaitForEvent (2, event); in wait_for_stop_event()
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/ |
D | grpc_tpu_driver.cc | 261 absl::optional<Status> WaitForEvent(EventId id, absl::Duration duration) 446 auto opt_status = stream_->WaitForEvent(id_, absl::InfiniteDuration()); in Await() 451 return stream_->WaitForEvent(id_, duration); in AwaitWithTimeout() 564 absl::optional<Status> GrpcTpuStream::WaitForEvent(EventId id, in WaitForEvent() function in tpu_driver::__anon4073f9c10111::GrpcTpuStream 580 if (!WaitForEvent(dep, duration)) { in WaitForEvent()
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.h | 113 port::Status WaitForEvent(Stream *stream, Event *event) override;
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | executor.h | 143 port::Status WaitForEvent(Stream *stream, Event *event) override { in WaitForEvent() function
|
/external/llvm-project/lldb/examples/test/tmp/ |
D | lldb_log-x86_64-clang-TestBreakpointCommand.BreakpointCommandTestCase.test_with_dsym.txt | 12 …rocessGDBRemote::AsyncThread (arg = 0x7fabc1883400, pid = 0) listener.WaitForEvent (NULL, event_sp…
|