Home | History | Annotate | Download | only in src

Lines Matching refs:opt

18   public static void $opt$bar() {
20 $opt$foo(1);
22 $opt$foo(2);
24 $opt$foo(3);
26 $opt$foo(4);
35 $opt$runTest();
37 $opt$runTest();
40 public static void $opt$runTest() {
42 $opt$bar();
44 $opt$bar();
46 $opt$bar();
49 $opt$bar();
55 public static void $opt$foo(int value) {