Home
last modified time | relevance | path

Searched refs:THREAD_NOT_SUSPENDED (Results 1 – 5 of 5) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPConstants.java401 public static final int THREAD_NOT_SUSPENDED = 13; field in JDWPConstants.Error
524 case THREAD_NOT_SUSPENDED: in getName()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DOwnedMonitorsStackDepthInfoTest.java171 if (errorCode == JDWPConstants.Error.THREAD_NOT_SUSPENDED) { in testOwnedMonitorsStackDepthInfo_Unsuspended()
DForceEarlyReturnTest.java270 if (errorCode == JDWPConstants.Error.THREAD_NOT_SUSPENDED) { in testForceEarlyReturn_NotSuspended()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DGetValuesTest.java92 JDWPConstants.Error.THREAD_NOT_SUSPENDED); in testGetValues003_ThreadNotSuspendedError()
DSetValuesTest.java93 JDWPConstants.Error.THREAD_NOT_SUSPENDED); in testSetValues003_ThreadNotSuspendedError()