Lines Matching refs:pat
103 for my $pat (@OPTIONS) {
104 print HTML "<TR><TD>@$pat[0], \"@$pat[1]\", \"@$pat[2]\"</TD>\n";
110 print "\n$testMethod [@$pat]\n";
111 my $t = measure2($testMethod, $pat, -$DURATION);
118 print "\n$baselineMethod [@$pat]\n";
119 my $b = measure2($baselineMethod, $pat, -$DURATION);
200 my $pat = shift;
203 out("<P>Measuring $method for input file @$pat[0] for encoding @$pat[2] , ");
215 my @t = callJava($method, $pat, -$CALIBRATE, 1);
234 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
276 my $pat = shift;
282 …"java -classpath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r…