| /llvm-project-15.0.7/polly/test/ScheduleOptimizer/ |
| H A D | computeout.ll | 3 …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 D | DiagnosticEventTest.cpp | 27 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 D | ExecuteFunction.h | 27 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 D | computeout.ll | 3 …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 D | computeout.ll | 3 …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 D | pxssh.py | 23 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 D | expect.py | 3 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 D | spawnbase.py | 7 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 D | run.py | 4 from .exceptions import EOF, TIMEOUT 137 except TIMEOUT:
|
| H A D | fdpexpect.py | 25 from .exceptions import ExceptionPexpect, TIMEOUT 147 raise TIMEOUT('Timeout exceeded.')
|
| H A D | __init__.py | 69 from .exceptions import ExceptionPexpect, EOF, TIMEOUT
|
| H A D | exceptions.py | 34 class TIMEOUT(ExceptionPexpect): class
|
| H A D | pty_spawn.py | 13 from .exceptions import ExceptionPexpect, EOF, TIMEOUT 482 raise TIMEOUT('Timeout exceeded.')
|
| /llvm-project-15.0.7/lldb/scripts/ |
| H A D | reproducer-replay.py | 18 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 D | fork.test | 6 TIMEOUT: ERROR: libFuzzer: timeout 8 …run %t-TimeoutTest -fork=1 -timeout=1 -ignore_timeouts=0 2>&1 | FileCheck %s --check-prefix=TIMEOUT
|
| H A D | fork_corpus_groups.test | 6 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 D | TestPlatformSDK.py | 27 TIMEOUT = 2 variable in PlatformSDKTestCase 111 time.sleep(self.TIMEOUT)
|
| /llvm-project-15.0.7/libc/src/__support/threads/ |
| H A D | mutex_common.h | 17 TIMEOUT, enumerator
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/launch_stop_at_entry/ |
| H A D | TestStopAtEntry.py | 27 TIMEOUT = 2 variable in TestStopAtEntry 163 time.sleep(self.TIMEOUT)
|
| /llvm-project-15.0.7/clang/utils/ABITest/layout/ |
| H A D | Makefile | 10 TIMEOUT := 5 macro
|
| /llvm-project-15.0.7/lldb/test/API/ |
| H A D | lldbtest.py | 87 return lit.Test.TIMEOUT, output
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | googlebenchmark.py | 107 return (lit.Test.TIMEOUT,
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | Test.py | 53 TIMEOUT = ResultCode('TIMEOUT', 'Timed Out', True) variable
|
| H A D | reports.py | 189 elif result_code == lit.Test.UNRESOLVED or result_code == lit.Test.TIMEOUT:
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/formats/ |
| H A D | googletest.py | 140 return (lit.Test.TIMEOUT, f'{shard_header}{stream_msg}Reached '
|