| /src/external/bsd/kyua-testers/libexec/ |
| Makefile | 3 SUBDIR= kyua-atf-tester kyua-plain-tester
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| thyperbolic.c | 29 int tester; local 44 tester=mpfr_cosh(ch,t,MPFR_RNDD); 45 if (!MPFR_IS_NAN(ch) || tester!=0) 54 tester=mpfr_sinh(sh,t,MPFR_RNDD); 55 if (!MPFR_IS_NAN(sh) || tester!=0) 64 tester=mpfr_tanh(th,t,MPFR_RNDD); 65 if (!MPFR_IS_NAN(th) || tester!=0) 74 tester=mpfr_acosh(ach,t,MPFR_RNDD); 75 if (!MPFR_IS_NAN(ach) || tester!=0) 84 tester=mpfr_asinh(ash,t,MPFR_RNDD) 118 int tester; local 207 int tester; local [all...] |
| /src/external/bsd/kyua-testers/share/man/man1/ |
| Makefile | 6 MAN= kyua-tester.1 8 CLEANFILES+= kyua-tester.1 9 kyua-tester.1: kyua-tester.1.in
|
| /src/external/bsd/kyua-testers/share/man/man5/ |
| Makefile | 6 MAN= kyua-tester-list.5 7 MAN+= kyua-tester-result.5
|
| /src/external/bsd/kyua-testers/libexec/kyua-plain-tester/ |
| Makefile | 9 PROG_CXX= kyua-plain-tester 11 MAN= kyua-plain-tester.1 24 CLEANFILES+= kyua-plain-tester.1 25 kyua-plain-tester.1: kyua-plain-tester.1.in
|
| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/ |
| rt29928.t | 14 sub tester { subroutine 24 PREPROCESSOR => \&tester);
|
| /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| rt29928.t | 14 sub tester { subroutine 24 PREPROCESSOR => \&tester);
|
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| SATestUpdateDiffs.py | 20 tester = SATestBuild.ProjectTester(test_info) 21 project_dir = tester.get_project_dir() 23 tester.is_reference_build = True 24 ref_results_path = tester.get_output_dir() 26 tester.is_reference_build = False 27 created_results_path = tester.get_output_dir()
|
| SATestAdd.py | 60 tester = SATestBuild.ProjectTester(test_info) 62 project_dir = tester.get_project_dir() 68 tester.test()
|
| SATestBenchmark.py | 60 tester = ProjectTester(test_info, silent=True) 61 project_dir = tester.get_project_dir() 62 output_dir = tester.get_output_dir() 68 time, mem = tester.build(project_dir, output_dir)
|
| /src/external/bsd/kyua-cli/dist/engine/ |
| testers_test.cpp | 61 /// Creates a mock tester that exits cleanly. 63 /// The interface accepted by the tester is 'mock'. This tester outputs the 72 "kyua-mock-tester", 78 "echo 'tester output'\n" 79 "echo 'tester error' 1>&2\n" 81 ATF_REQUIRE(::chmod("kyua-mock-tester", 0755) != -1); 87 /// Creates a mock tester that receives a signal. 89 /// The interface accepted by the tester is 'mock'. This tester outputs th [all...] |
| testers.hpp | 30 /// Invocation of external tester binaries. 55 /// Abstraction to invoke an external tester. 58 /// tester. In other words: this is the place where the knowledge of what 59 /// arguments a tester receives and the output it returns. 60 class tester { class in namespace:engine 61 /// Name of the tester interface to use. 64 /// Common arguments to the tester, to be passed before the subcommand. 68 tester(const std::string&, const utils::optional< utils::passwd::user >&, 70 ~tester(void);
|
| test_case.cpp | 67 /// Generates the set of configuration variables for the tester. 73 /// \return The mapping of configuration variables for the tester. 106 /// Creates a tester. 108 /// \param interface_name The name of the tester interface to use. 112 /// \return The created tester, on which the test() method can be executed. 113 static engine::tester 122 return engine::tester(interface_name, user, 422 const engine::tester tester = create_tester( local 425 tester.test(test_program.absolute_path(), test_case->name() 485 const engine::tester tester = create_tester( local [all...] |
| testers.cpp | 67 /// Mapping of interface names to tester binaries. 71 /// Collection of known-good interface to tester mappings. 157 if (::regcomp(&preg, "^kyua-(.+)-tester$", REG_EXTENDED) != 0) 169 LI(F("Found tester for interface %s in %s") % interface % path); 173 // Not a tester; skip. 184 /// Returns the path to a tester binary. 186 /// \param interface Name of the interface of the tester being looked for. 188 /// \return Absolute path to the tester. 206 /// Constructs a tester. 210 /// the tester 212 engine::tester::tester(const std::string& interface, function in class:engine::tester [all...] |
| /src/external/bsd/kyua-testers/libexec/kyua-atf-tester/ |
| Makefile | 9 PROG_CXX= kyua-atf-tester 11 MAN= kyua-atf-tester.1 27 CLEANFILES+= kyua-atf-tester.1 28 kyua-atf-tester.1: kyua-atf-tester.1.in
|
| /src/external/bsd/kyua-testers/lib/libtester/ |
| Makefile | 7 LIB= tester
|
| /src/external/bsd/kyua-testers/dist/ |
| cli.c | 125 /// \param tester Description of the tester implemented by this binary. 133 const kyua_cli_tester_t* tester, 142 check_error(tester->list_test_cases(test_program, run_params)); 151 /// \param tester Description of the tester implemented by this binary. 159 test_command(int argc, char* const* argv, const kyua_cli_tester_t* tester, 196 check_error(tester->run_test_case(test_program, test_case, result_file, 202 /// Generic entry point to the tester's command-line interface. 206 /// \param tester Description of the tester implemented by this binary [all...] |
| common_inttest.h | 30 /// Common integration tests for the tester binaries. 39 # error "Must define INTERFACE to the name of the tester interface" 58 /// Returns the name of the current tester. 59 #define TESTER_BIN "kyua-" INTERFACE "-tester" 80 /// Returns the path to the tester. 106 char* tester = tester_path(); local 109 atf_tc_set_md_var(tc, "require.progs", "%s %s", tester, helpers); 112 atf_tc_set_md_var(tc, "require.progs", "%s", tester); 114 free(tester); 121 /// Executes the tester with the given set of variable arguments [all...] |
| /src/external/bsd/openldap/dist/tests/progs/ |
| Makefile.in | 16 PROGRAMS = slapd-tester slapd-search slapd-read slapd-addel slapd-modrdn \ 20 slapd-tester.c slapd-search.c slapd-read.c slapd-addel.c \ 38 slapd-tester: slapd-tester.o $(OBJS) $(XLIBS) 39 $(LTLINK) -o $@ slapd-tester.o $(OBJS) $(LIBS)
|
| /src/tests/kernel/ |
| t_timeleft.c | 84 tester(void (*fun)(struct timespec *)) function 111 tester(timeleft__lwp_park); 124 tester(timeleft_pselect);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| demangle.exp | 65 proc test_demangling_core {tester test result} { 78 $tester "demangle $name" $result $test
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| demangle.exp | 65 proc test_demangling_core {tester test result} { 78 $tester "demangle $name" $result $test
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/ |
| packed_array_assign.exp | 20 standard_ada_testfile tester
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| bitfields2.c | 68 void tester () function 167 tester ();
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| bitfields2.c | 68 void tester () function 167 tester ();
|