Lines Matching +defs:b +defs:s
54 public static void nop(Second s) { in nop()
91 public static long returnArg1(Second s, long value) { in returnArg1()
125 public static int return7(Second s) { in return7()
142 public static float return42f(Second s) { in return42f()
176 public static Object returnNull(Second s) { in returnNull()
189 public static int getInt(Second s) { in getInt()
202 public static double getDouble(Second s) { in getDouble()
215 public static Object getObject(Second s) { in getObject()
228 public static String getString(Second s) { in getString()
241 public static int staticGetInt(Second s) { in staticGetInt()
255 public static double getDoubleFromParam(Second s) { in getDoubleFromParam()
270 public static int getStaticInt(Second s) { in getStaticInt()
283 public static long setLong(Second s, long value) { in setLong()
306 public static long setLongReturnArg2(Second s, long value, int arg2) { in setLongReturnArg2()
320 public static long staticSetLong(Second s, long value) { in staticSetLong()
335 public static long setLongThroughParam(Second s, long value) { in setLongThroughParam()
351 public static float setStaticFloat(Second s, float value) { in setStaticFloat()
380 Base b = new Base(); in constructBase() local
405 Base b = new Base(intValue); in constructBase() local
422 Base b = new Base(0); in constructBaseWith0() local
447 Base b = new Base(stringValue); in constructBase() local
467 Base b = new Base(stringValue); in constructBaseWithNullString() local
496 Base b = new Base(doubleValue, objectValue); in constructBase() local
529 Base b = new Base(intValue, doubleValue, objectValue); in constructBase() local
557 Base b = new Base(0, doubleValue, null); in constructBaseWith0DoubleNull() local
581 Base b = new Base(intValue, doubleValue, objectValue, stringValue); in constructBase() local
608 Base b = new Base(doubleValue); in constructBase() local
625 Base b = new Base(0.0); in constructBaseWith0d() local
645 Base b = new Base(objectValue); in constructBase() local
672 Base b = new Base(intValue, placeholder); in constructBase() local
921 BaseWithFinalField b = new BaseWithFinalField(); in constructBaseWithFinalField() local
946 BaseWithFinalField b = new BaseWithFinalField(intValue); in constructBaseWithFinalField() local
963 BaseWithFinalField b = new BaseWithFinalField(0); in constructBaseWithFinalFieldWith0() local
1195 Second s = new Second(); in main() local