Lines Matching refs:out
22 System.out.println("Method name is " + meth.getName()); in printMethodInfo()
23 System.out.println(" Declaring class is " in printMethodInfo()
27 System.out.println(" Arg " + i + ": " + params[i].getName()); in printMethodInfo()
30 System.out.println(" Exc " + i + ": " + exceptions[i].getName()); in printMethodInfo()
31 System.out.println(" Return type is " + meth.getReturnType().getName()); in printMethodInfo()
32 System.out.println(" Access flags are 0x" in printMethodInfo()
38 System.out.println("Field name is " + field.getName()); in printFieldInfo()
39 System.out.println(" Declaring class is " in printFieldInfo()
41 System.out.println(" Field type is " + field.getType().getName()); in printFieldInfo()
42 System.out.println(" Access flags are 0x" in printFieldInfo()
62 System.out.println(" ::: " + one + ":" + two + ":" + three); in showStrings()
102 System.out.println("----- unexpected exception -----"); in checkAccess()
136 System.out.println("Before, float is " in run()
141 System.out.println("Result of invoke: " + boxval.intValue()); in run()
143 System.out.println("Calling no-arg void-return method"); in run()
151 System.out.println("GLITCH: didn't throw"); in run()
153 System.out.println("Invoke got expected exception:"); in run()
154 System.out.println(ite.getClass().getName()); in run()
155 System.out.println(ite.getCause()); in run()
158 System.out.println("GLITCH: invoke got wrong exception:"); in run()
161 System.out.println(""); in run()
169 System.out.println(" string1 value is '" + strVal + "'"); in run()
175 System.out.println(" string1 value is now '" + strVal + "'"); in run()
181 System.out.println("WARNING: able to store Object into String"); in run()
184 System.out.println(" got expected illegal obj store exc"); in run()
192 System.out.println("WARNING: able to access string4: " in run()
196 System.out.println(" got expected access exc"); in run()
199 System.out.println(" got the other expected access exc"); in run()
205 System.out.println("WARNING: able to get string3 in wrong obj: " in run()
209 System.out.println(" got expected arg exc"); in run()
225 System.out.println("pubLong initial value is " + in run()
229 System.out.println("pubLong new value is " + in run()
238 System.out.println(" superInt value is " + intVal); in run()
240 System.out.println(" superInt boxed is " + boxedIntVal); in run()
244 System.out.println(" superInt value is now " + intVal); in run()
247 System.out.println(" superInt value (from short) is now " +intVal); in run()
250 System.out.println(" superInt value is now " + intVal); in run()
253 System.out.println("FAIL: expected exception not thrown"); in run()
256 System.out.println(" got expected long->int failure"); in run()
260 System.out.println("FAIL: expected exception not thrown"); in run()
263 System.out.println(" got expected long->int failure"); in run()
267 System.out.println("FAIL: expected exception not thrown"); in run()
270 System.out.println(" got expected string->int failure"); in run()
275 System.out.println("FAIL: expected exception not thrown"); in run()
278 System.out.println(" got expected int->short failure"); in run()
284 System.out.println(" superClassInt value is " + superClassIntVal); in run()
289 System.out.println(" staticDoubleVal value is " + staticDoubleVal); in run()
293 System.out.println("FAIL: expected exception not thrown"); in run()
296 System.out.println(" got expected double->long failure"); in run()
305 System.out.println("as expected: aPrivateInt not found"); in run()
309 System.out.println("BUG: got aPrivateInt"); in run()
315 System.out.println(" Constant test value is " + val); in run()
321 System.out.println(" cantTouchThis is " + intVal); in run()
324 System.out.println("ERROR: set-final succeeded"); in run()
326 System.out.println(" got expected set-final failure"); in run()
329 System.out.println(" cantTouchThis is now " + intVal); in run()
335 System.out.println(" cantTouchThis is now " + intVal); in run()
343 System.out.println("cons modifiers=" + cons.getModifiers()); in run()
348 System.out.println("----- unexpected exception -----"); in run()
352 System.out.println("ReflectTest done!"); in run()
378 System.out.println("checkType invoking null"); in checkType()
380 System.out.println("ERROR: should throw InvocationTargetException"); in checkType()
382 System.out.println("checkType got expected exception"); in checkType()
394 System.out.println("got methods"); in checkInit()
399 System.out.println(""); in checkInit()
416 System.out.println("generic field: " + listType); in checkGeneric()
427 System.out.println("generic method " + method.getName() + " params='" in checkGeneric()
437 System.out.println("generic ctor " + ctor.getName() + " params='" in checkGeneric()
478 System.out.println("SuperTarget constructor ()V"); in SuperTarget()
484 System.out.println("myMethod (F)I " + floatArg); in myMethod()
494 System.out.println("Target constructor ()V"); in Target()
498 System.out.println("Target constructor (IF)V : ii=" in Target()
504 System.out.println("myMethod (I)I"); in myMethod()
505 System.out.println(" arg=" + intarg + " anInt=" + anInt); in myMethod()
510 System.out.println("myMethod: " + strarg[0] + " " + f + " " + c + " !"); in myMethod()
515 System.out.println("myNoargMethod ()V"); in myNoargMethod()
519 System.out.println("throwingMethod"); in throwingMethod()
524 System.out.println("misc"); in misc()
544 System.out.println("NoisyInit is initializing");
552 System.out.println("NoisyInitUser is initializing");