Home
last modified time | relevance | path

Searched refs:testfile (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/xmerge/source/palmtests/qa-wrapper/bin/
H A Drun-convtest395 typeset testfile
413 testfile=${line#* }
414 testfile=${testfile%% *}
422 LogLine "testfile = $testfile"
427 ReportLine "<TD valign=top>$testfile</TD>"
432 echo "testfile = $testfile"
445 xmlfile="${testfile}.${ext}"
448 pdbfile="${testfile}-Sheet1.pdb"
450 pdbfile="${testfile}.pdb"
/aoo41x/main/sc/source/ui/vba/testvba/
H A DtestResult.pl37 my $testfile = shift;
39 my $filename = basename($testfile);
41 print "processing $testfile $filename\n";
48 my $status = system("diff -U 0 -p $testfile $filename | $timestampclean > $tmpFile");
152 my $testfile = shift @ARGV;
153 my $testfilepath = "$testlogdir/$testfile";
H A DtestResults.pl37 my $testfile = shift;
39 my $filename = basename($testfile);
41 print "processing $testfile $filename\n";
48 my $status = system("diff -U 0 -p $testfile $filename | $timestampclean > $tmpFile");
/aoo41x/main/sal/workben/
H A Dmakefile.mk306 CXXFILES= testfile.cxx
307 OBJFILES= $(OBJ)$/testfile.obj
309 APP1TARGET= testfile
/aoo41x/main/sal/qa/osl/file/
H A Dosl_File.cxx3598 ::osl::File testfile( aTypeURL ); in getFileSize_002()
3599 nError = testfile.open( OpenFlag_Write | OpenFlag_Read ); in getFileSize_002()
3601 nError = testfile.setSize( TEST_FILE_SIZE ); in getFileSize_002()

Completed in 96 milliseconds