Lines Matching refs:out

34     System.out.println(f.getBoolean(null));  in testFieldReflection()
36 System.out.println(f.getByte(null)); in testFieldReflection()
38 System.out.println(f.getChar(null)); in testFieldReflection()
40 System.out.println(f.getDouble(null)); in testFieldReflection()
42 System.out.println(f.getFloat(null)); in testFieldReflection()
44 System.out.println(f.getInt(null)); in testFieldReflection()
46 System.out.println(f.getLong(null)); in testFieldReflection()
48 System.out.println(f.getShort(null)); in testFieldReflection()
68 System.out.println(f.getBoolean(null)); in testFieldReflection()
70 System.out.println(f.getByte(null)); in testFieldReflection()
72 System.out.println(f.getChar(null)); in testFieldReflection()
74 System.out.println(f.getDouble(null)); in testFieldReflection()
76 System.out.println(f.getFloat(null)); in testFieldReflection()
78 System.out.println(f.getInt(null)); in testFieldReflection()
80 System.out.println(f.getLong(null)); in testFieldReflection()
82 System.out.println(f.getShort(null)); in testFieldReflection()
103 System.out.println(f.getBoolean(null)); in testFieldReflection()
105 System.out.println(f.getByte(null)); in testFieldReflection()
107 System.out.println(f.getChar(null)); in testFieldReflection()
109 System.out.println(f.getDouble(null)); in testFieldReflection()
111 System.out.println(f.getFloat(null)); in testFieldReflection()
113 System.out.println(f.getInt(null)); in testFieldReflection()
115 System.out.println(f.getLong(null)); in testFieldReflection()
117 System.out.println(f.getShort(null)); in testFieldReflection()
122 System.out.println("************* should have thrown!"); in testFieldReflection()
124 System.out.println("got expected IllegalArgumentException"); in testFieldReflection()
157 System.out.println(o + " (" + (o != null ? o.getClass() : "null") + ")"); in show()
179 System.out.println(Arrays.toString(sort(String.class.getDeclaredConstructors(), comp))); in testMethodReflection()
180 System.out.println(Arrays.toString(sort(String.class.getDeclaredFields(), comp))); in testMethodReflection()
181 System.out.println(Arrays.toString(sort(String.class.getDeclaredMethods(), comp))); in testMethodReflection()
183 System.out.println(Arrays.toString(Main.class.getInterfaces())); in testMethodReflection()
184 System.out.println(Arrays.toString(String.class.getInterfaces())); in testMethodReflection()
186 System.out.println(Main.class.getModifiers()); in testMethodReflection()
187 System.out.println(String.class.getModifiers()); in testMethodReflection()
189 System.out.println(String.class.isAssignableFrom(Object.class)); in testMethodReflection()
190 System.out.println(Object.class.isAssignableFrom(String.class)); in testMethodReflection()
192 System.out.println(String.class.isInstance("hello")); in testMethodReflection()
193 System.out.println(String.class.isInstance(123)); in testMethodReflection()
198 System.out.println(Arrays.toString(m.getParameterTypes())); in testMethodReflection()
200 System.out.println(Arrays.toString(m.getParameterTypes())); in testMethodReflection()
203 System.out.println(Arrays.toString(m.getParameterTypes())); in testMethodReflection()
207 System.out.println(Arrays.toString(m.getParameterTypes())); in testMethodReflection()
211 System.out.println(Arrays.toString(m.getParameterTypes())); in testMethodReflection()
215 System.out.println(Arrays.toString(m.getParameterTypes())); in testMethodReflection()
219 System.out.println(Arrays.toString(m.getParameterTypes())); in testMethodReflection()
223 System.out.println(Arrays.toString(m.getParameterTypes())); in testMethodReflection()
228 System.out.println(Arrays.toString(m.getParameterTypes())); in testMethodReflection()
230 System.out.println("************* should have thrown!"); in testMethodReflection()
232 System.out.println("got expected InvocationTargetException"); in testMethodReflection()
257 System.out.println(i); in IV()
261 System.out.println(i + " " + j); in IIV()
265 System.out.println(i + " " + j); in III()
270 System.out.println(z + " " + b + " " + c + " " + d + " " + f + " " + i + " " + l + " " + s); in ZBCDFIJSV()
274 …System.out.println(z + " " + b + " " + c + " " + d + " " + " " + string + " " + f + " " + i + " " … in ZBCDLFIJSV()
295 e.printStackTrace(System.out); in testPackagePrivateConstructor()
307 e.printStackTrace(System.out); in testPackagePrivateAccessibleConstructor()
316 System.out.println("Unexpected value: " + value + ", expected: " + expected); in testReflectFieldSetDuringClinit()
320 e.printStackTrace(System.out); in testReflectFieldSetDuringClinit()
329 System.out.println("Unexpected value: " + value + ", expected: " + expected); in testReflectNewInstanceDuringClinit()
333 e.printStackTrace(System.out); in testReflectNewInstanceDuringClinit()
357 e.printStackTrace(System.out);
377 e.printStackTrace(System.out);