| /src/external/bsd/kyua-testers/dist/ |
| cli.h | 81 /// \param result_file Path to the file to which to write the result of the 93 const char* result_file,
|
| plain_main.c | 57 /// \param result_file Path to the result file to create. 63 status_to_result(int status, const bool timed_out, const char* result_file, 68 return kyua_result_write(result_file, KYUA_RESULT_BROKEN, 75 return kyua_result_write(result_file, KYUA_RESULT_PASSED, NULL); 78 return kyua_result_write(result_file, KYUA_RESULT_FAILED, 85 return kyua_result_write(result_file, KYUA_RESULT_BROKEN, 112 /// \param result_file Path to the file to which to write the result of the 124 const char* result_file, const char* const user_variables[], 169 error = status_to_result(status, timed_out, result_file, success);
|
| atf_main.c | 235 const char* result_file, 243 /// \param result_file Path to the ATF result file to be created. 247 const char* result_file, const char* const user_variables[]) 251 2 /* -r result_file */ 264 args[i++] = result_file; 282 /// \param result_file Path to the ATF result file to be created. 293 const char* result_file, const char* const user_variables[], 322 error = kyua_atf_result_rewrite(tmp_result_file, result_file, status, 381 /// \param result_file Path to the ATF result file created by the body of the 394 const char* result_file, const char* const user_variables[] [all...] |
| cli.c | 193 const char* result_file = argv[2]; local 196 check_error(tester->run_test_case(test_program, test_case, result_file,
|
| cli_test.c | 96 /// \param result_file Path to the result file. 100 /// or not. Set to true if result_file is the magic word 'pass'. 106 const char* result_file, const char* const user_variables[], 114 printf("result_file: %s\n", result_file); 119 *success = strcmp(result_file, "pass") == 0; 410 "result_file: pass\n" 434 "result_file: fail\n" 462 "result_file: pass\n" 488 "result_file: pass\n [all...] |
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/ |
| test_exec_anatomy.py | 24 result_file = os.path.join(target_dir, 'result.json') 26 execute(['intercept-build', '--cdb', result_file, './exec', 28 return (expected_file, result_file)
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 81-test_cmp_cli.t | 16 use OpenSSL::Test qw/:DEFAULT with srctop_file srctop_dir bldtop_dir result_file/; 74 my $outfile = result_file("test.certout.pem");
|
| 90-test_sslapi.t | 10 use OpenSSL::Test qw/:DEFAULT srctop_file srctop_dir bldtop_dir bldtop_file result_dir result_file/; 25 my $fipsmodcfgnew = result_file($fipsmodcfgnew_filename); 29 my $fipsmodcfgtmp = result_file($fipsmodcfgtmp_filename); 32 my $provconfnew = result_file("fips-and-base-temp.cnf");
|
| 80-test_ssl_old.t | 16 use OpenSSL::Test qw/:DEFAULT with bldtop_file bldtop_dir srctop_file srctop_dir cmdstr data_file result_dir result_file/; 159 my $provconfnew = result_file("fips-and-base-temp.cnf"); 161 my $fipsmodcfgnew = result_file($fipsmodcfgnew_filename);
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 81-test_cmp_cli.t | 16 use OpenSSL::Test qw/:DEFAULT with srctop_file srctop_dir bldtop_dir result_file/; 74 my $outfile = result_file("test.certout.pem");
|
| /src/external/bsd/ntp/dist/sntp/unity/auto/ |
| unity_test_summary.rb | 36 results.each do |result_file| 37 lines = File.readlines(result_file).map { |line| line.chomp } 39 raise "Empty test result file: #{result_file}" 41 output = get_details(result_file, lines) 96 def get_details(result_file, lines)
|
| unity_test_summary.py | 30 for result_file in results: 31 lines = list(map(lambda line: line.rstrip(), open(result_file, "r").read().split('\n'))) 33 raise Exception("Empty test result file: %s" % result_file) 35 details = self.get_details(result_file, lines) 85 def get_details(self, result_file, lines):
|
| /src/external/bsd/kyua-cli/dist/engine/ |
| test_case.cpp | 416 const fs::auto_file result_file(work_directory / "result.txt"); 426 result_file.file(), stdout_path, stderr_path, 434 std::ifstream result_input(result_file.file().c_str()); 479 const fs::auto_file result_file(work_directory / "result.txt"); 489 result_file.file(), stdout_file.file(), stderr_file.file(), 497 std::ifstream result_input(result_file.file().c_str());
|
| testers.cpp | 267 /// \param result_file Path to the file in which to leave the result of the 276 const fs::path& result_file, const fs::path& stdout_file, 288 args.push_back(result_file.str());
|
| /src/external/bsd/wpa/dist/hs20/client/ |
| osu_client.h | 33 const char *result_file; member in struct:hs20_osu_client
|
| osu_client.c | 42 if (!ctx->result_file) 45 f = fopen(ctx->result_file, "w"); 3272 ctx.result_file = optarg; 3310 if (ctx.result_file) 3311 unlink(ctx.result_file);
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 25 result_file result_dir 696 =item B<result_file LIST, FILENAME> 700 of a file located in that directory path. C<result_file> returns the resulting 707 sub result_file { subroutine
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| Test.pm | 24 result_file result_dir 672 =item B<result_file FILENAME> 675 C<result_file> returns the path of the given file as a string, 683 sub result_file { subroutine
|
| /src/external/gpl3/binutils/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 6935 my $result_file = $outputdir."gp-out-PC.err"; 7138 $result_file = $outputdir."gp-out-PC.err"; 7147 $gp_display_text_cmd = "$gp_functions_cmd 1> $result_file 2>> $gp_error_file"; 7880 my $result_file = $outputdir . $g_gp_output_file; 7901 $gp_display_text_cmd = "$gp_functions_cmd 1>> $result_file 2>> $gp_error_file"; 8008 my $result_file; 8119 $result_file = $experiment_data[$i]{"exp_data_file"}; 8123 print SCRIPT_EXPERIMENT_DETAILS "# outfile " . $result_file . "\n"; 8124 print SCRIPT_EXPERIMENT_DETAILS "outfile " . $result_file . "\n"; 9157 my $result_file = $outputdir."gp-fsummary.stderr" [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/ |
| gp-display-html.in | 6935 my $result_file = $outputdir."gp-out-PC.err"; 7138 $result_file = $outputdir."gp-out-PC.err"; 7147 $gp_display_text_cmd = "$gp_functions_cmd 1> $result_file 2>> $gp_error_file"; 7880 my $result_file = $outputdir . $g_gp_output_file; 7901 $gp_display_text_cmd = "$gp_functions_cmd 1>> $result_file 2>> $gp_error_file"; 8008 my $result_file; 8119 $result_file = $experiment_data[$i]{"exp_data_file"}; 8123 print SCRIPT_EXPERIMENT_DETAILS "# outfile " . $result_file . "\n"; 8124 print SCRIPT_EXPERIMENT_DETAILS "outfile " . $result_file . "\n"; 9157 my $result_file = $outputdir."gp-fsummary.stderr" [all...] |