Lines Matching refs:pat
98 for my $pat (@OPTIONS) {
99 print HTML "<TR><TD>@$pat[0], \"@$pat[1]\", \"@$pat[2]\"</TD>\n";
105 print "\n$testMethod [@$pat]\n";
106 my $t = measure2($testMethod, $pat, -$DURATION);
113 print "\n$baselineMethod [@$pat]\n";
114 my $b = measure2($baselineMethod, $pat, -$DURATION);
195 my $pat = shift;
198 out("<P>Measuring $method for input file @$pat[0] for encoding @$pat[2] , ");
210 my @t = callJava($method, $pat, -$CALIBRATE, 1);
229 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
271 my $pat = shift;
277 …"java -classpath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r…