Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/utils/
H A Drsp_bisect.py166 test_all = test_modified_rsp(
170 if test0 == test_all:
174 print('First build directory returned ' + ('0' if test_all else '1'))
/openbsd/regress/usr.bin/ssh/
H A Dkrl.sh197 test_all() { function
206 test_all
217 test_all
/openbsd/sys/dev/pci/drm/i915/
H A Dintel_memory_region.c103 bool test_all, in iomemtest() argument
125 if (test_all) { in iomemtest()
/openbsd/gnu/llvm/clang/utils/analyzer/
H A DSATest.py48 tests_passed = tester.test_all()
H A DSATestBuild.py250 def test_all(self) -> bool: member in RegressionTester