Lines Matching refs:fs
147 my @fs;
169 push(@fs, $arg);
178 (0 != @fs) or die "No test files or directories specified\n";
180 return @fs;
316 printf("%4.2fs", $tNative);
368 printf("%4.1fs (%4.1fx,", $tTool, $tTool/$tNative);
416 my @fs = glob "*";
417 my $found_tests = (0 != (grep { $_ =~ /\.vgperf$/ } @fs));
422 foreach my $f (@fs) {
464 my @fs = process_command_line();
465 foreach my $f (@fs) {