| /netbsd-src/external/mit/expat/dist/tests/ |
| H A D | minicheck.c | 126 SRunner *runner = calloc(1, sizeof(SRunner)); in srunner_create() local 127 if (runner != NULL) { in srunner_create() 128 runner->suite = suite; in srunner_create() 130 return runner; in srunner_create() 154 handle_failure(SRunner *runner, int verbosity, const char *phase_info) { in handle_failure() argument 155 runner->nfailures++; in handle_failure() 163 srunner_run_all(SRunner *runner, int verbosity) { in srunner_run_all() argument 166 assert(runner != NULL); in srunner_run_all() 167 suite = runner->suite; in srunner_run_all() 172 runner->nchecks++; in srunner_run_all() [all …]
|
| H A D | minicheck.h | 114 void srunner_run_all(SRunner *runner, int verbosity); 115 int srunner_ntests_failed(SRunner *runner); 116 void srunner_free(SRunner *runner);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/ |
| H A D | unittest-adaptor.py | 16 runner = unittest.TextTestRunner(verbosity=2) variable 17 runner.run(unittest_suite)
|
| H A D | lit.cfg | 11 # Configuration file for the 'lit' test runner.
|
| /netbsd-src/tests/kernel/ |
| H A D | t_timeleft.c | 76 runner(void *arg) in runner() function 92 ATF_REQUIRE(pthread_create(&thr, NULL, runner, &i) == 0); in tester()
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | workqueue.h | 152 Task_function(Task_function_runner* runner, Task_token* blocker, in Task_function() argument 154 : runner_(runner), blocker_(blocker), name_(name) in Task_function()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | workqueue.h | 152 Task_function(Task_function_runner* runner, Task_token* blocker, in Task_function() argument 154 : runner_(runner), blocker_(blocker), name_(name) in Task_function()
|
| /netbsd-src/external/mit/libuv/dist/ |
| H A D | Makefile.am | 148 test/runner.c \ 149 test/runner.h \ 322 test_run_tests_SOURCES += test/runner-win.c \ 323 test/runner-win.h 325 test_run_tests_SOURCES += test/runner-unix.c \ 326 test/runner-unix.h
|
| H A D | CMakeLists.txt | 171 list(APPEND uv_test_sources src/win/snprintf.c test/runner-win.c) 199 list(APPEND uv_test_sources test/runner-unix.c) 427 # Small hack: use ${uv_test_sources} now to get the runner skeleton, 453 test/runner.c) 462 test/runner.c
|
| H A D | ChangeLog | 228 * test: use closefd in runner-unix.c (Guilherme Íscaro) 1302 * test: fix test runner on MinGW (Crunkle) 1656 * test: fix test runner getenv async-signal-safety (Ben Noordhuis) 1658 * test: fix test runner execvp async-signal-safety (Ben Noordhuis) 1660 * test,unix: fix race in test runner (Ben Noordhuis) 2155 * win: fix test runner build with mingw64 (Ben Noordhuis) 2331 * Revert "win, test: fix double close in test runner" (Bartosz Sosnowski) 2388 * win, test: fix double close in test runner (Bartosz Sosnowski) 3048 * test,unix: fix logic error in test runner (Ben Noordhuis) 3376 * test: plug small memory leak in unix test runner (Ben Noordhuis) [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | README.external | 39 Run the OpenSSL tests by providing the path to the BoringSSL test runner in the 42 $ BORING_RUNNER_DIR=/path/to/boringssl/ssl/test/runner make test 50 $ VERBOSE=1 BORING_RUNNER_DIR=/path/to/boringssl/ssl/test/runner make \
|
| /netbsd-src/external/apache2/llvm/dist/clang/bindings/python/ |
| H A D | README.txt | 9 runner. For example:
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | TestSuiteGuide.md | 7 1. The lit test runner is required to run the tests. You can either use one 189 compiler and makes the lit runner collect and merge the statistic files. 320 and setup for training data. The lit runner will merge the profile files 366 `rsync` make target. After this, the lit runner can be used on the host 383 `TEST_SUITE_RUN_UNDER` setting. The lit runner will prefix all benchmark
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cfganal.c | 1623 basic_block runner = p->src; in compute_dominance_frontiers() local 1624 if (runner == ENTRY_BLOCK_PTR_FOR_FN (cfun)) in compute_dominance_frontiers() 1627 while (runner != domsb) in compute_dominance_frontiers() 1629 if (!bitmap_set_bit (&frontiers[runner->index], b->index)) in compute_dominance_frontiers() 1631 runner = get_immediate_dominator (CDI_DOMINATORS, runner); in compute_dominance_frontiers()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | cfganal.cc | 1650 basic_block runner = p->src; in compute_dominance_frontiers() local 1651 if (runner == ENTRY_BLOCK_PTR_FOR_FN (cfun)) in compute_dominance_frontiers() 1654 while (runner != domsb) in compute_dominance_frontiers() 1656 if (!bitmap_set_bit (&frontiers[runner->index], b->index)) in compute_dominance_frontiers() 1658 runner = get_immediate_dominator (CDI_DOMINATORS, runner); in compute_dominance_frontiers()
|
| /netbsd-src/external/bsd/libfido2/dist/fuzz/ |
| H A D | Makefile | 7 RUNNER := libfido2-runner
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/ |
| H A D | CREDITS.TXT | 17 D: Android support and test runner improvements.
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | objdump.c | 2546 struct jump_info *runner = current_element->next; in jump_info_sort() local 2549 while (runner) in jump_info_sort() 2551 bfd_vma runner_size = jump_info_size (runner); in jump_info_sort() 2555 && (jump_info_min_address (runner) in jump_info_sort() 2558 best_match = runner; in jump_info_sort() 2562 runner = runner->next; in jump_info_sort()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | objdump.c | 2796 struct jump_info *runner = current_element->next; in jump_info_sort() local 2799 while (runner) in jump_info_sort() 2801 bfd_vma runner_size = jump_info_size (runner); in jump_info_sort() 2805 && (jump_info_min_address (runner) in jump_info_sort() 2808 best_match = runner; in jump_info_sort() 2812 runner = runner->next; in jump_info_sort()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ClangFormattedStatus.rst | 6697 * - mlir/tools/mlir-cpu-runner 6702 * - mlir/tools/mlir-cuda-runner 6727 * - mlir/tools/mlir-rocm-runner 6737 * - mlir/tools/mlir-spirv-cpu-runner 6752 * - mlir/tools/mlir-vulkan-runner
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | CMakeLists.txt | 1441 make # Test runner. 1443 verify) # Arguments passed to test runner. "make verify"
|
| /netbsd-src/share/dict/ |
| H A D | web2a | 4201 base runner 6172 blockade-runner 6377 bloom runner 6659 bob runner 8233 brook runner 15863 deal runner 17567 double-runner 17693 down runner 23059 fountain runner 24105 gag runner [all …]
|
| H A D | web2 | 172110 runner
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | fortunes2 | 29359 -- Claudia Fields, runner-up 29364 -- Jeff Jahnke, runner-up 39200 Smear the road with a runner!! 52322 The runner thought for a moment, shifting nervously from foot to foot,
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 55529 by #including the testcase in the lookup runner as well as 55531 the lookup runner is compiled and executed, is the same architecture as
|