Lines Matching refs:pat
105 for my $pat (@OPTIONS) {
106 print HTML "<TR><TD>@$pat[0], \"@$pat[1]\", \"@$pat[2]\"</TD>\n";
112 print "\n$testMethod [@$pat]\n";
113 my $t = measure2($testMethod, $pat, -$DURATION);
120 print "\n$baselineMethod [@$pat]\n";
121 my $b = measure2($baselineMethod, $pat, -$DURATION);
202 my $pat = shift;
205 out("<P>Measuring $method for input file @$pat[0] for encoding @$pat[2] , ");
217 my @t = callJava($method, $pat, -$CALIBRATE, 1);
236 my @t = callJava($method, $pat, $iterCount, $NUMPASSES);
278 my $pat = shift;
284 …"java -classpath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r…