Lines Matching refs:p3

9   static void testI3(int p1, int p2, int p3) {  in testI3()  argument
10 System.out.println(p1+", "+p2+", "+p3); in testI3()
12 static void testI4(int p1, int p2, int p3, int p4) { in testI4() argument
13 System.out.println(p1+", "+p2+", "+p3+", "+p4); in testI4()
15 static void testI5(int p1, int p2, int p3, int p4, int p5) { in testI5() argument
16 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5); in testI5()
18 static void testI6(int p1, int p2, int p3, int p4, int p5, int p6) { in testI6() argument
19 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6); in testI6()
21 static void testI7(int p1, int p2, int p3, int p4, int p5, int p6, int p7) { in testI7() argument
22 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7); in testI7()
24 static void testI8(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8) { in testI8() argument
25 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8); in testI8()
27 static void testI9(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9) { in testI9() argument
28 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9); in testI9()
30 …static void testI10(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p1… in testI10() argument
31 … System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10); in testI10()
33 …static void testI11(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p1… in testI11() argument
34 …System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10+", … in testI11()
36 …static void testI12(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p1… in testI12() argument
37 …System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10+", … in testI12()
39 void testI6_nonstatic(int p1, int p2, int p3, int p4, int p5, int p6) { in testI6_nonstatic() argument
40 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6); in testI6_nonstatic()
49 static void testB3(boolean p1, boolean p2, boolean p3) { in testB3() argument
50 System.out.println(p1+", "+p2+", "+p3); in testB3()
52 static void testB4(boolean p1, boolean p2, boolean p3, boolean p4) { in testB4() argument
53 System.out.println(p1+", "+p2+", "+p3+", "+p4); in testB4()
55 static void testB5(boolean p1, boolean p2, boolean p3, boolean p4, boolean p5) { in testB5() argument
56 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5); in testB5()
58 static void testB6(boolean p1, boolean p2, boolean p3, boolean p4, boolean p5, boolean p6) { in testB6() argument
59 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6); in testB6()
61 …static void testB7(boolean p1, boolean p2, boolean p3, boolean p4, boolean p5, boolean p6, boolean… in testB7() argument
62 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7); in testB7()
71 static void testO3(Object p1, Object p2, Object p3) { in testO3() argument
72 System.out.println(p1+", "+p2+", "+p3); in testO3()
74 static void testO4(Object p1, Object p2, Object p3, Object p4) { in testO4() argument
75 System.out.println(p1+", "+p2+", "+p3+", "+p4); in testO4()
77 static void testO5(Object p1, Object p2, Object p3, Object p4, Object p5) { in testO5() argument
78 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5); in testO5()
80 static void testO6(Object p1, Object p2, Object p3, Object p4, Object p5, Object p6) { in testO6() argument
81 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6); in testO6()
83 static void testO7(Object p1, Object p2, Object p3, Object p4, Object p5, Object p6, Object p7) { in testO7() argument
84 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7); in testO7()
93 static void testIOB3(int p1, Object p2, boolean p3) { in testIOB3() argument
94 System.out.println(p1+", "+p2+", "+p3); in testIOB3()
96 static void testIOB4(int p1, Object p2, boolean p3, int p4) { in testIOB4() argument
97 System.out.println(p1+", "+p2+", "+p3+", "+p4); in testIOB4()
99 static void testIOB5(int p1, Object p2, boolean p3, int p4, Object p5) { in testIOB5() argument
100 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5); in testIOB5()
102 static void testIOB6(int p1, Object p2, boolean p3, int p4, Object p5, boolean p6) { in testIOB6() argument
103 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6); in testIOB6()
105 static void testIOB7(int p1, Object p2, boolean p3, int p4, Object p5, boolean p6, int p7) { in testIOB7() argument
106 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7); in testIOB7()
115 static void testF3(float p1, float p2, float p3) { in testF3() argument
116 System.out.println(p1+", "+p2+", "+p3); in testF3()
118 static void testF4(float p1, float p2, float p3, float p4) { in testF4() argument
119 System.out.println(p1+", "+p2+", "+p3+", "+p4); in testF4()
121 static void testF5(float p1, float p2, float p3, float p4, float p5) { in testF5() argument
122 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5); in testF5()
124 static void testF6(float p1, float p2, float p3, float p4, float p5, float p6) { in testF6() argument
125 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6); in testF6()
127 static void testF7(float p1, float p2, float p3, float p4, float p5, float p6, float p7) { in testF7() argument
128 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7); in testF7()
130 …static void testF8(float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8)… in testF8() argument
131 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8); in testF8()
133 …static void testF9(float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8,… in testF9() argument
134 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9); in testF9()
136 …static void testF10(float p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8… in testF10() argument
137 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10); in testF10()
142 static void testD3 (double p1, double p2, double p3) { System.out.println(p1+", "+p2+", "+p3); } in testD3() argument
143 …static void testD4 (double p1, double p2, double p3, double p4) { System.out.println(p1+", "+p2+",… in testD4() argument
144 …c void testD5 (double p1, double p2, double p3, double p4, double p5) { System.out.println(p1+", "… in testD5() argument
145 … testD6 (double p1, double p2, double p3, double p4, double p5, double p6) { System.out.println(p1… in testD6() argument
146 …D7 (double p1, double p2, double p3, double p4, double p5, double p6, double p7) { System.out.prin… in testD7() argument
147 …uble p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8) { System.out… in testD8() argument
148 …p1, double p2, double p3, double p4, double p5, double p6, double p7, double p8, double p9) { Syst… in testD9() argument
149 …double p2, double p3, double p4, double p5, double p6, double p7, double p8, double p9) { System.o… in testD9f() argument
150 …uble p2, double p3, double p4, double p5, double p6, double p7, double p8, double p9, double p10) … in testD10() argument
231 static void testL3(long p1, long p2, long p3) { System.out.println(p1+", "+p2+", "+p3); } in testL3() argument
232 …static void testL4(long p1, long p2, long p3, long p4) { System.out.println(p1+", "+p2+", "+p3+", … in testL4() argument
233 …static void testL5(long p1, long p2, long p3, long p4, long p5) { System.out.println(p1+", "+p2+",… in testL5() argument
234 …tatic void testL6(long p1, long p2, long p3, long p4, long p5, long p6) { System.out.println(p1+",… in testL6() argument
235 …c void testL7(long p1, long p2, long p3, long p4, long p5, long p6, long p7) { System.out.println(… in testL7() argument
236 …d testL8(long p1, long p2, long p3, long p4, long p5, long p6, long p7, long p8) { System.out.prin… in testL8() argument
237 …stL9(long p1, long p2, long p3, long p4, long p5, long p6, long p7, long p8, long p9) { System.out… in testL9() argument
239 … long p1, long p2, long p3, long p4, long p5, long p6, long p7, long p8, long p9) { System.out.pri… in testL9i() argument