Lines Matching defs:x
19 public boolean test01(boolean[] x) { in test01()
24 public byte test02(byte[] x) { in test02()
29 public short test03(short[] x) { in test03()
34 public char test04(char[] x) { in test04()
39 public int test05(int[] x) { in test05()
44 public long test06(long[] x) { in test06()
49 public float test07(float[] x) { in test07()
54 public double test08(double[] x) { in test08()
59 public Object test09(Object[] x) { in test09()
64 public static Object test10(Object[][] x) { in test10()
69 public static int test11(Object x) { in test11()