| /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/bsd/kyua-cli/dist/engine/ |
| 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);
|
| 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...] |
| 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...] |
| /src/tests/kernel/ |
| t_timeleft.c | 84 tester(void (*fun)(struct timespec *)) function 111 tester(timeleft__lwp_park); 124 tester(timeleft_pselect);
|
| t_nanosleep.c | 53 tester(pid_t victim, clockid_t clock, int flags) function 133 tester(v, clock, flags);
|
| /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/dist/ |
| 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/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 ();
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| endecode_test.c | 143 typedef int(tester)(const char *file, const int line, typedef 159 tester *test_cb, checker *check_cb,
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| endecode_test.c | 139 typedef int (tester)(const char *file, const int line, typedef 155 tester *test_cb, checker *check_cb,
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 14684 GAITesterRef tester; // GAI tester object. member in struct:__anon5925 14809 kGAIPerfStandardTTL, context->skipPathEval, context->badUDPMode, &context->tester ); 14829 GAITesterSetStopHandler( context->tester, GAIPerfTesterStopHandler, context ); 14830 GAITesterSetResultsHandler( context->tester, GAIPerfResultsHandler, context ); 14844 GAITesterStart( context->tester ); 14858 ForgetCF( &inContext->tester ); 14922 err = GAITesterAddTestCase( inContext->tester, testCase ); 14944 err = GAITesterAddTestCase( inContext->tester, testCase ); 14963 err = GAITesterAddTestCase( inContext->tester, testCase ) [all...] |