HomeSort by relevance Sort by last modified time
    Searched refs:SHORT_PARAM_VALUE (Results 1 - 3 of 3) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
StackTrace002Debuggee.java 78 static final short SHORT_PARAM_VALUE = 12345;
95 static final short SHORT_PARAM_VALUE_TO_SET = -SHORT_PARAM_VALUE;
141 runBreakpointShort(SHORT_PARAM_VALUE);
GetValues002Test.java 83 Value oldValue = Value.createShort(StackTrace002Debuggee.SHORT_PARAM_VALUE);
SetValues002Test.java 86 Value oldValue = Value.createShort(StackTrace002Debuggee.SHORT_PARAM_VALUE);

Completed in 69 milliseconds