| /src/external/bsd/kyua-cli/tests/kyua-cli/utils/process/ |
| Makefile | 22 PROGS_CXX= helpers 23 SRCS.helpers= helpers.cpp 24 BINDIR.helpers= ${TESTSDIR} 25 MAN.helpers= # none
|
| /src/external/bsd/kyua-cli/dist/bootstrap/ |
| plain_helpers.cpp | 102 static const helper helpers[] = { member in namespace:__anon6930 113 /// Entry point to the ATF-less helpers. 137 const struct helper* iter = helpers;
|
| /src/external/bsd/kyua-cli/dist/engine/drivers/ |
| list_tests_test.cpp | 60 /// Gets the path to the helpers for this test program. 64 /// \return The path to the helpers binary. 66 helpers(const atf::tests::tc* test_case) function in namespace:__anon6953 110 ATF_REQUIRE(::symlink(helpers(tc).c_str(),
|
| /src/external/bsd/kyua-testers/dist/ |
| plain_inttest.c | 64 char* helpers = select_helper(tc, "pass"); local 68 "test", helpers, "main", "test-result", NULL); 69 free(helpers); 79 char* helpers = select_helper(tc, "fail"); local 81 "test", helpers, "main", "test-result", NULL); 82 free(helpers); 93 char* helpers = select_helper(tc, "signal"); local 95 "test", helpers, "main", "test-result", NULL); 96 free(helpers); 112 char* helpers = select_helper(tc, "sleep") local 126 char* helpers = select_helper(tc, "pass"); local [all...] |
| atf_inttest.c | 41 char* helpers = helpers_path(tc); local 54 "list", helpers, NULL); 55 free(helpers); 63 char* helpers = helpers_path(tc); local 67 "test", helpers, "pass", "test-result", NULL); 68 free(helpers); 78 char* helpers = helpers_path(tc); local 80 "test", helpers, "fail", "test-result", NULL); 81 free(helpers); 92 char* helpers = helpers_path(tc) local 111 char* helpers = helpers_path(tc); local 125 char* helpers = helpers_path(tc); local 139 char* helpers = helpers_path(tc); local 156 char* helpers = helpers_path(tc); local 171 char* helpers = helpers_path(tc); local 191 char* helpers = helpers_path(tc); local 206 char* helpers = helpers_path(tc); local 219 char* helpers = helpers_path(tc); local 238 char* helpers = helpers_path(tc); local [all...] |
| common_inttest.h | 62 /// Returns the path to the helpers. 99 /// Initializes the test case metadata and the helpers. 102 /// \param uses_helpers Whether the test uses the helpers or not. 108 char* helpers = helpers_path(tc); local 109 atf_tc_set_md_var(tc, "require.progs", "%s %s", tester, helpers); 110 free(helpers);
|
| /src/external/bsd/atf/dist/tools/ |
| process_test.cpp | 66 const tools::fs::path helpers = tools::fs::path(tc.get_config_var("srcdir")) / local 70 argv.push_back(helpers.leaf_name()); 73 return exec(helpers,
|
| /src/external/bsd/kyua-cli/dist/utils/process/ |
| child_test.cpp | 179 /// Calculates the path to the test helpers binary. 184 /// \return The path to the helpers binary. 188 return fs::path(tc->get_config_var("srcdir")) / "helpers"; 594 ATF_REQUIRE(::symlink(get_helpers(this).c_str(), "root/helpers") != -1); 597 fs::path("root/helpers"), args, fs::path("out"), fs::path("err")); 612 ATF_REQUIRE(::symlink(get_helpers(this).c_str(), "helpers") != -1); 615 fs::path("helpers"), args, fs::path("out"), fs::path("err")); 632 const fs::path helpers = get_helpers(this); local 633 utils::setenv("PATH", helpers.branch_path().c_str()); 635 fs::path(helpers.leaf_name()), args) [all...] |
| /src/external/mit/libuv/dist/test/ |
| runner.c | 191 /* Start the helpers first. */ 286 /* Give the helpers time to clean up their act. */ 385 const task_entry_t** helpers) { 391 *helpers++ = helper; 401 const task_entry_t* helpers[1024]; local 415 n_helpers = find_helpers(task, helpers); 417 printf("%-25s (helpers:", task->task_name); 419 printf(" %s", helpers[i]->process_name);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| loop_p.h | 115 isc_loop_t *helpers; member in struct:isc_loopmgr
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-pkcs11-client.c | 58 static struct helper **helpers; variable in typeref:struct:helper 67 if (helpers[i] == NULL || helpers[i]->path == NULL || 68 helpers[i]->fd == -1) 70 if (strcmp(helpers[i]->path, path) == 0) 71 return helpers[i]; 89 if (helpers[i] == NULL) 91 for (j = 0; j < helpers[i]->nkeyblobs; j++) { 93 helpers[i]->keyblobs[j]) == 0) { 95 return helpers[i] [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGBlocks.cpp | 224 // Optional copy/dispose helpers. 1125 // } helpers; // !!! optional 2230 /// Emits the copy/dispose helpers for an ARC __block __weak variable. 2250 /// Emits the copy/dispose helpers for an ARC __block __strong variable 2286 /// Emits the copy/dispose helpers for an ARC __block __strong 2313 /// Emits the copy/dispose helpers for a __block variable with a 2342 /// Emits the copy/dispose helpers for a __block variable that is a non-trivial 2512 /// Lazily build the copy and dispose helpers for a __block variable 2533 /// Build the copy and dispose helpers for the given __block variable 2534 /// emission. Places the helpers in the global cache. Returns nul 2768 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); local [all...] |