Home
last modified time | relevance | path

Searched refs:ExecuteCommandTimeoutException (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/
H A Dutil.py164 class ExecuteCommandTimeoutException(Exception): class
232 raise ExecuteCommandTimeoutException(
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dutil.py300 class ExecuteCommandTimeoutException(Exception): class
371 raise ExecuteCommandTimeoutException(
H A DTestRunner.py1024 except lit.util.ExecuteCommandTimeoutException as e:
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py106 except lit.util.ExecuteCommandTimeoutException:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
H A Dgoogletest.py131 except lit.util.ExecuteCommandTimeoutException: