Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DMethodExitWithReturnValueDebuggee.java46 public static final char EXPECTED_CHAR = 'B'; field in MethodExitWithReturnValueDebuggee
78 return EXPECTED_CHAR; in charMethod()
DMethodExitWithReturnValueTest.java212 MethodExitWithReturnValueDebuggee.EXPECTED_CHAR, c); in runMethodExitWithReturn()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DForceEarlyReturnTest.java46 static final char EXPECTED_CHAR = 'A'; field in ForceEarlyReturnTest
210 expectedValue = new Value(EXPECTED_CHAR); in testForceEarlyReturn_ReturnChar()