Home
last modified time | relevance | path

Searched refs:TIMEOUT (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/polly/test/ScheduleOptimizer/
H A Dcomputeout.ll3 …ependences-computeout=1 -polly-print-ast -disable-output < %s | FileCheck %s -check-prefix=TIMEOUT
4 …lize-sccs -polly-dependences-computeout=1 -disable-output < %s | FileCheck %s -check-prefix=TIMEOUT
65 ; TIMEOUT: for (int c0 = 0; c0 <= 99; c0 += 1)
66 ; TIMEOUT: Stmt_S1(c0);
67 ; TIMEOUT: for (int c0 = 0; c0 <= 9; c0 += 1)
68 ; TIMEOUT: Stmt_S2(c0);
69 ; TIMEOUT: for (int c0 = 0; c0 <= 199; c0 += 1)
70 ; TIMEOUT: Stmt_S3(c0);
/llvm-project-15.0.7/lldb/unittests/Core/
H A DDiagnosticEventTest.cpp27 static const constexpr std::chrono::seconds TIMEOUT(0); variable
69 EXPECT_TRUE(listener_sp->GetEvent(event_sp, TIMEOUT)); in TEST_F()
94 EXPECT_TRUE(listener_sp->GetEvent(event_sp, TIMEOUT)); in TEST_F()
125 EXPECT_TRUE(listeners[i]->GetEvent(event_sp, TIMEOUT)); in TEST_F()
156 EXPECT_TRUE(listener_sp->GetEvent(event_sp, TIMEOUT)); in TEST_F()
167 EXPECT_FALSE(listener_sp->GetEvent(second_event_sp, TIMEOUT)); in TEST_F()
170 EXPECT_FALSE(listener_sp->GetEvent(second_event_sp, TIMEOUT)); in TEST_F()
173 EXPECT_TRUE(listener_sp->GetEvent(second_event_sp, TIMEOUT)); in TEST_F()
/llvm-project-15.0.7/libc/utils/testutils/
H A DExecuteFunction.h27 static constexpr unsigned TIMEOUT = ~0U; member
31 return {0, reinterpret_cast<const char *>(TIMEOUT)}; in timed_out_ps()
35 return failure == reinterpret_cast<const char *>(TIMEOUT); in timed_out()
44 unsigned timeout_ms = ProcessStatus::TIMEOUT);
/llvm-project-15.0.7/polly/test/DeadCodeElimination/
H A Dcomputeout.ll3 …print-ast -polly-dependences-computeout=1 -disable-output < %s | FileCheck %s -check-prefix=TIMEOUT
58 ; TIMEOUT: for (int c0 = 0; c0 <= 99; c0 += 1)
59 ; TIMEOUT: Stmt_S1(c0);
60 ; TIMEOUT: for (int c0 = 0; c0 <= 9; c0 += 1)
61 ; TIMEOUT: Stmt_S2(c0);
62 ; TIMEOUT: for (int c0 = 0; c0 <= 199; c0 += 1)
63 ; TIMEOUT: Stmt_S3(c0);
/llvm-project-15.0.7/polly/test/DependenceInfo/
H A Dcomputeout.ll3 …pendences -polly-dependences-computeout=1 -disable-output < %s | FileCheck %s -check-prefix=TIMEOUT
4 …pendences -polly-dependences-computeout=1 -disable-output < %s | FileCheck %s -check-prefix=TIMEOUT
69 ; TIMEOUT: RAW dependences:
70 ; TIMEOUT-NEXT: n/a
71 ; TIMEOUT-NEXT: WAR dependences:
72 ; TIMEOUT-NEXT: n/a
73 ; TIMEOUT-NEXT: WAW dependences:
74 ; TIMEOUT-NEXT: n/a
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dpxssh.py23 from pexpect import ExceptionPexpect, TIMEOUT, EOF, spawn
210 except TIMEOUT:
233 except TIMEOUT:
308 …onnecting", original_prompt, password_regex, "(?i)permission denied", "(?i)terminal type", TIMEOUT]
468 i = self.expect([self.PROMPT, TIMEOUT], timeout=timeout)
491 i = self.expect ([TIMEOUT, self.PROMPT], timeout=10)
494 i = self.expect([TIMEOUT, self.PROMPT], timeout=10)
H A Dexpect.py3 from .exceptions import EOF, TIMEOUT
69 spawn.after = TIMEOUT
72 spawn.match = TIMEOUT
82 raise TIMEOUT(msg)
118 except TIMEOUT as e:
155 if s is TIMEOUT:
251 if s is TIMEOUT:
H A Dspawnbase.py7 from .exceptions import ExceptionPexpect, EOF, TIMEOUT
232 elif p is TIMEOUT:
233 compiled_pattern_list.append(TIMEOUT)
397 pattern_list in (TIMEOUT, EOF)):
401 if pattern in (TIMEOUT, EOF):
H A Drun.py4 from .exceptions import EOF, TIMEOUT
137 except TIMEOUT:
H A Dfdpexpect.py25 from .exceptions import ExceptionPexpect, TIMEOUT
147 raise TIMEOUT('Timeout exceeded.')
H A D__init__.py69 from .exceptions import ExceptionPexpect, EOF, TIMEOUT
H A Dexceptions.py34 class TIMEOUT(ExceptionPexpect): class
H A Dpty_spawn.py13 from .exceptions import ExceptionPexpect, EOF, TIMEOUT
482 raise TIMEOUT('Timeout exceeded.')
/llvm-project-15.0.7/lldb/scripts/
H A Dreproducer-replay.py18 outs, errs = proc.communicate(timeout=TIMEOUT)
103 global TIMEOUT
107 TIMEOUT = args.timeout variable
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dfork.test6 TIMEOUT: ERROR: libFuzzer: timeout
8 …run %t-TimeoutTest -fork=1 -timeout=1 -ignore_timeouts=0 2>&1 | FileCheck %s --check-prefix=TIMEOUT
H A Dfork_corpus_groups.test6 TIMEOUT: ERROR: libFuzzer: timeout
8 …rk=1 -fork_corpus_groups=1 -timeout=1 -ignore_timeouts=0 2>&1 | FileCheck %s --check-prefix=TIMEOUT
/llvm-project-15.0.7/lldb/test/API/commands/platform/sdk/
H A DTestPlatformSDK.py27 TIMEOUT = 2 variable in PlatformSDKTestCase
111 time.sleep(self.TIMEOUT)
/llvm-project-15.0.7/libc/src/__support/threads/
H A Dmutex_common.h17 TIMEOUT, enumerator
/llvm-project-15.0.7/lldb/test/API/functionalities/launch_stop_at_entry/
H A DTestStopAtEntry.py27 TIMEOUT = 2 variable in TestStopAtEntry
163 time.sleep(self.TIMEOUT)
/llvm-project-15.0.7/clang/utils/ABITest/layout/
H A DMakefile10 TIMEOUT := 5 macro
/llvm-project-15.0.7/lldb/test/API/
H A Dlldbtest.py87 return lit.Test.TIMEOUT, output
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py107 return (lit.Test.TIMEOUT,
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTest.py53 TIMEOUT = ResultCode('TIMEOUT', 'Timed Out', True) variable
H A Dreports.py189 elif result_code == lit.Test.UNRESOLVED or result_code == lit.Test.TIMEOUT:
/llvm-project-15.0.7/llvm/utils/lit/lit/formats/
H A Dgoogletest.py140 return (lit.Test.TIMEOUT, f'{shard_header}{stream_msg}Reached '

12