Lines Matching +defs:foo +defs:c
43 public void foo() { in foo() method in Main.A
51 public void foo() { in foo() method in Main.B
223 public String foo(); in foo() method
257 public String foo() { in foo() method in Main.BarImpl
805 MethodHandle foo = MethodHandles.lookup().findConstructor( in testConstructors() local
812 MethodHandle foo = MethodHandles.lookup().findConstructor( in testConstructors() local
1095 Comparable<Float> c = (Comparable<Float>) mh.invoke("2.125"); in testReferenceReturnValueConversions() local
1260 public VariableArityTester(char c, Number... numbers) { update(c, numbers); } in VariableArityTester()
1282 public String update(char c, Number... numbers) { return lastResult = tally(c, numbers); } in update()
1311 public static String tally(char c, Number... numbers) { in tally()
1321 public static void foo(int... ints) { System.out.println(Arrays.toString(ints)); } in foo() method in Main.VariableArityTester
1867 Consumer<Object> c = (Consumer<Object>)Proxy.newProxyInstance( in testInterfaceSpecial() local