HomeSort by relevance Sort by last modified time
    Searched refs:resultfile (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/arch/
arch.exp 73 proc test_arch { file1 file2 arch resultfile } {
93 puts $resultfile [format "%-20s %-20s %s" $file1 $file2 $result]
104 puts $resultfile [format "%-20s %-20s ERROR" $file1 $file2]
116 proc test_arch_error { file1 file2 resultfile} {
132 puts $resultfile [format "%-20s %-20s [get_sh_arch ${rootname1}_${rootname2}.o]" $file1 $file2]
135 puts $resultfile [format "%-20s %-20s ERROR" $file1 $file2]
  /external/markdown/MarkdownTest/
MarkdownTest.pl 51 my $resultfile = $testfile;
52 $resultfile =~ s{\.text$}{\.html}i;
53 unless (-f $resultfile) {
54 print "'$resultfile' does not exist.\n\n";
59 open(RESULT, $resultfile) || die("Can't open resultfile: $!");
  /external/ltp/testcases/network/tcp_cmds/echo/
echoes.c 54 char resultfile[FILENAME_MAX + 1]; member in struct:__anon26506
80 snprintf(echo_struc[j].resultfile,
82 echofile(sp, hp, echo_struc[j].resultfile, argv[2]);
134 echofile(struct servent *sp, struct addrinfo *ai, char *resultfile,
267 if ((fdw = creat(resultfile, 0644)) < 0) {
274 tst_resm(TINFO, "creat(resultfile,...) done.");
344 if (checkfile(srcfile, resultfile) != TRUE) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/arch/
arch.exp 72 proc test_arch { file opt arch resultfile } {
86 puts $resultfile [format "%-20s %-25s %s" $file $opt $result]
96 puts $resultfile [format "%-20s %-25s ERROR" $file $opt]
107 proc test_arch_error { file opt resultfile} {
121 puts $resultfile [format "%-20s %-25s [get_sh_arch ${rootname}-#${opt}#.o]" $file $opt]
124 puts $resultfile [format "%-20s %-25s ERROR" $file $opt]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texi2html.py     [all...]

Completed in 142 milliseconds