Lines Matching full:boolean
24 static public Object test1(boolean b) {
28 static public int test2(boolean b) {
33 static public int test3(boolean b) {
38 static public int test4(boolean b) {
39 Object o = b ? (Object) new long[1] : new boolean[1];
43 static public int test5(boolean b) {
48 static public int test6(boolean b) {
49 Object o = b ? (Object) new byte[1] : new boolean[1];
53 static public Object test7(boolean b) {
57 static public Object[] test8(boolean b) {