• Home
  • Raw
  • Download

Lines Matching refs:println

31     System.out.println("targetMethodTest4 from Super");  in targetMethodTest4()
41 System.out.println("InvokeCustom.<init>(" + i + ")"); in InvokeCustom()
45 System.out.println("Hello World!"); in targetMethodTest1()
50 System.out.println(z); in targetMethodTest2()
51 System.out.println(b); in targetMethodTest2()
52 System.out.println(c); in targetMethodTest2()
53 System.out.println(s); in targetMethodTest2()
54 System.out.println(i); in targetMethodTest2()
55 System.out.println(f); in targetMethodTest2()
56 System.out.println(l); in targetMethodTest2()
57 System.out.println(d); in targetMethodTest2()
58 System.out.println(str); in targetMethodTest2()
62 System.out.println("targetMethodTest3 from InvokeCustom"); in targetMethodTest3()
68 System.out.println("targetMethodTest4 from InvokeCustom (oops!)"); in targetMethodTest4()
73 System.out.println("targetMethodTest5 " + x + " + " + y + " = " + calculated); in targetMethodTest5()
75 System.out.println("Failed " + calculated + " != " + total); in targetMethodTest5()
82 System.out.println("targetMethodTest6 " + x + " + " + y + " = " + calculated); in targetMethodTest6()
84 System.out.println("Failed " + calculated + " != " + total); in targetMethodTest6()
91 System.out.println("targetMethodTest7 " + x + " * " + y + " = " + calculated); in targetMethodTest7()
93 System.out.println("Failed " + calculated + " != " + product); in targetMethodTest7()
99 System.out.println("targetMethodTest8 " + s); in targetMethodTest8()
112 System.out.println((newValue == NEW_VALUE) ? "OK" : "ERROR"); in checkStaticFieldTest9()
125 System.out.println((newValue == NEW_VALUE) ? "OK" : "ERROR"); in checkFieldTest9()
129 System.out.println("helperMethodTest9 in " + InvokeCustom.class); in helperMethodTest9()
133 System.out.println("targetMethodTest9()"); in targetMethodTest9()
137 System.out.println("run() for Test9"); in run()
142 System.out.println("bsmLookupStatic []"); in bsmLookupStatic()
151 System.out.println("bsmLookupStaticWithExtraArgs [" + i + ", " + l + ", " + f + ", " + d + "]"); in bsmLookupStaticWithExtraArgs()
160 System.out.println("bsmCreateCallSite [" + mh + "]"); in bsmCreateCallSite()
165 System.out.println("InvokeCustom.privateMethodTest9()"); in privateMethodTest9()
174 System.out.println("bsmLookupTest9 [" + staticGetter + ", " + staticSetter + ", " + in bsmLookupTest9()
176 System.out.println(name + " " + type); in bsmLookupTest9()
199 strings.stream().forEach(System.out::println); in lambdaTest()