Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 77) sorted by relevance

1234

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/commandline/
H A DTestGdbRemoteConnection.py85 def finish_connection(self, timeout): argument
90 def read(self, size, timeout): argument
114 def finish_connection(self, timeout): argument
117 def read(self, size, timeout): argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/
H A Dclang-tidy-diff.py52 def run_tidy(task_queue, lock, timeout): argument
86 def start_workers(max_tasks, tidy_caller, task_queue, lock, timeout): argument
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dutils.py130 def select_ignore_interrupts(iwtd, owtd, ewtd, timeout=None): argument
159 def poll_ignore_interrupts(fds, timeout=None): argument
H A Dspawnbase.py33 def __init__(self, timeout=60, maxread=2000, searchwindowsize=None, argument
157 def read_nonblocking(self, size=1, timeout=None): argument
240 def expect(self, pattern, timeout=-1, searchwindowsize=-1, async_=False, **kw): argument
343 def expect_list(self, pattern_list, timeout=-1, searchwindowsize=-1, argument
371 def expect_exact(self, pattern_list, timeout=-1, searchwindowsize=-1, argument
420 def expect_loop(self, searcher, timeout=-1, searchwindowsize=-1): argument
H A Drun.py7 def run(command, timeout=30, withexitstatus=False, events=None, argument
150 def runu(command, timeout=30, withexitstatus=False, events=None, argument
H A Dreplwrap.py64 def _expect_prompt(self, timeout=-1): argument
68 def run_command(self, command, timeout=-1): argument
H A Dfdpexpect.py36 def __init__ (self, fd, args=None, timeout=30, maxread=2000, searchwindowsize=None, argument
118 def read_nonblocking(self, size=1, timeout=-1): argument
H A Dpopen_spawn.py21 def __init__(self, cmd, timeout=30, maxread=2000, searchwindowsize=None, argument
65 def read_nonblocking(self, size, timeout): argument
H A Dexpect.py65 def timeout(self, err=None): member in Expecter
91 def expect_loop(self, timeout=-1): argument
H A Dpxssh.py118 def __init__ (self, timeout=30, maxread=2000, searchwindowsize=None, argument
449 def prompt(self, timeout=-1): argument
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DListenerTest.cpp29 const std::chrono::seconds timeout(0); in TEST() local
67 std::chrono::microseconds timeout(10); in TEST() local
H A DBroadcasterTest.cpp24 std::chrono::seconds timeout(0); in TEST() local
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DFifoFiles.cpp52 Expected<json::Value> FifoFileIO::ReadJSON(std::chrono::milliseconds timeout) { in ReadJSON()
73 std::chrono::milliseconds timeout) { in SendJSON()
H A DRunInTerminal.cpp85 GetNextMessage(FifoFileIO &io, std::chrono::milliseconds timeout) { in GetNextMessage()
106 std::chrono::milliseconds timeout) { in WaitUntilDebugAdaptorAttaches()
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2003-11-04-OutOfMemory.c3 void schedule_timeout(signed long timeout) in schedule_timeout()
/llvm-project-15.0.7/lldb/test/API/functionalities/load_after_attach/
H A Dmain.cpp15 int timeout = 10; in main() local
/llvm-project-15.0.7/lldb/test/API/commands/expression/unwind_expression/
H A DTestUnwindExpression.py61 def do_unwind_test(self, thread, bkpt, timeout): argument
/llvm-project-15.0.7/lldb/source/API/
H A DSBListener.cpp135 Timeout<std::micro> timeout(llvm::None); in WaitForEvent() local
159 Timeout<std::micro> timeout(llvm::None); in WaitForEventForBroadcaster() local
179 Timeout<std::micro> timeout(llvm::None); in WaitForEventForBroadcasterWithType() local
H A DSBExpressionOptions.cpp94 void SBExpressionOptions::SetTimeoutInMicroSeconds(uint32_t timeout) { in SetTimeoutInMicroSeconds()
109 void SBExpressionOptions::SetOneThreadTimeoutInMicroSeconds(uint32_t timeout) { in SetOneThreadTimeoutInMicroSeconds()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.h45 uint32_t timeout; variable
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp381 const Timeout<std::micro> &timeout, in RunShellCommand()
392 const Timeout<std::micro> &timeout, in RunShellCommand()
402 const Timeout<std::micro> &timeout, in RunShellCommand()
412 const Timeout<std::micro> &timeout, in RunShellCommand()
/llvm-project-15.0.7/lldb/source/Utility/
H A DListener.cpp343 const Timeout<std::micro> &timeout, in GetEventInternal()
384 const Timeout<std::micro> &timeout) { in GetEventForBroadcasterWithType()
391 const Timeout<std::micro> &timeout) { in GetEventForBroadcaster()
395 bool Listener::GetEvent(EventSP &event_sp, const Timeout<std::micro> &timeout) { in GetEvent()
/llvm-project-15.0.7/lldb/test/API/lua_api/
H A DTestLuaAPI.py65 def executeCommand(command, cwd=None, env=None, input=None, timeout=0): argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py26 def launch(self, executable=None, extra_args=None, timeout=60, argument
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DPredicate.h121 llvm::Optional<T> WaitFor(C Cond, const Timeout<std::micro> &timeout) { in WaitFor()

1234