Searched defs:s_short1 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DArgumentValuesTest.java23 static short s_short1 = (short) 28123; field in class:ArgumentValuesTarg
63 s_char1, s_byte1, s_short1, s_int1,
85 String fieldNames[] = {"s_char1", "s_byte1", "s_short1", "s_int1",
H A DGetLocalVariables.java43 private static short s_short1 = (short) 28123; field in class:GetLocalVariablesTarg
161 GetLocalVariablesTarg e4 = new GetLocalVariablesTarg(s_char1, s_byte1, s_short1, s_int1,
175 s_short1 + s_short2 + s_short3 + s_short4 + s_short5 +

Completed in 31 milliseconds