Lines Matching defs:s
34 public static void nop(Second s) { in nop()
71 public static long returnArg1(Second s, long value) { in returnArg1()
105 public static int return7(Second s) { in return7()
122 public static float return42f(Second s) { in return42f()
156 public static Object returnNull(Second s) { in returnNull()
169 public static int getInt(Second s) { in getInt()
182 public static double getDouble(Second s) { in getDouble()
195 public static Object getObject(Second s) { in getObject()
208 public static String getString(Second s) { in getString()
221 public static int staticGetInt(Second s) { in staticGetInt()
235 public static double getDoubleFromParam(Second s) { in getDoubleFromParam()
250 public static int getStaticInt(Second s) { in getStaticInt()
263 public static long setLong(Second s, long value) { in setLong()
286 public static long setLongReturnArg2(Second s, long value, int arg2) { in setLongReturnArg2()
300 public static long staticSetLong(Second s, long value) { in staticSetLong()
315 public static long setLongThroughParam(Second s, long value) { in setLongThroughParam()
331 public static float setStaticFloat(Second s, float value) { in setStaticFloat()
1175 Second s = new Second(); in main() local