Home
last modified time | relevance | path

Searched refs:EXPECTED_SHORT (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DMethodExitWithReturnValueDebuggee.java44 public static final short EXPECTED_SHORT = 2; field in MethodExitWithReturnValueDebuggee
73 return EXPECTED_SHORT; in shortMethod()
DMethodExitWithReturnValueTest.java207 MethodExitWithReturnValueDebuggee.EXPECTED_SHORT, s); in runMethodExitWithReturn()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DForceEarlyReturnTest.java44 static final short EXPECTED_SHORT = 20; field in ForceEarlyReturnTest
178 expectedValue = new Value(EXPECTED_SHORT); in testForceEarlyReturn_ReturnShort()