Searched refs:run_list (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dupdate_llc_test_checks.py57 run_list = []
102 run_list.append((check_prefixes, llc_tool, llc_cmd_args, preprocess_cmd,
111 run_list=run_list,
119 for prefixes, llc_tool, llc_args, preprocess_cmd, triple_in_cmd, march_in_cmd in run_list:
138 prefix_set = set([prefix for p in run_list for prefix in p[0]])
158 common.add_checks_at_end(output_lines, run_list, builder.func_order(),
178 asm.add_asm_checks(output_lines, check_indent + ';', run_list, func_dict, func_name)
H A Dupdate_mir_test_checks.py100 run_list = []
140 run_list.append(Run(check_prefixes, cmd_args, triple))
145 for run in run_list:
148 return run_list, common_prefixes
186 def add_checks_for_function(test, output_lines, run_list, func_dict, func_name,
189 for run in run_list:
300 run_list, common_prefixes = build_run_list(test, run_lines, args.verbose)
305 for run in run_list:
308 for prefixes, llc_args, triple_in_cmd in run_list:
323 prefix_set = set([prefix for run in run_list fo
[all...]
H A Dupdate_cc_test_checks.py222 run_list = []
246 run_list.append((None, exec_args, None, None))
262 run_list.append((None, exe, None, None))
269 run_list.append((check_prefixes, clang_args, commands[1:-1], triple_in_cmd))
274 filecheck_run_list = [i for i in run_list if i[0]]
276 run_list=filecheck_run_list,
280 for prefixes, args, extra_commands, triple_in_cmd in run_list:
H A Dupdate_analyze_test_checks.py112 run_list = prefix_list,
H A Dupdate_test_checks.py114 run_list=prefix_list,
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Drq.c130 LDAP_STAILQ_INSERT_TAIL( &rq->run_list, entry, rnext );
139 LDAP_STAILQ_REMOVE( &rq->run_list, entry, re_s, rnext );
150 LDAP_STAILQ_FOREACH( e, &rq->run_list, rnext ) {
/netbsd-current/external/bsd/openldap/dist/include/
H A Dldap_rq.h39 LDAP_STAILQ_HEAD(rl, re_s) run_list; member in struct:runqueue_s
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dinit.c170 LDAP_STAILQ_INIT( &slapd_rq.run_list );
/netbsd-current/external/bsd/kyua-testers/dist/
H A Datf_main.c53 static void run_list(const char*, const int[2]) KYUA_DEFS_NORETURN;
61 run_list(const char* test_program, const int stdout_fds[2]) function
167 run_list(test_program, stdout_fds);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dinit.c153 LDAP_STAILQ_INIT( &slapd_rq.run_list );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dthread.c268 LDAP_STAILQ_FOREACH( re, &slapd_rq.run_list, rnext ) {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py294 def __init__(self, run_list, flags, scrubber_args):
304 for tuple in run_list:

Completed in 209 milliseconds