Searched refs:suspendCount (Results 1 – 5 of 5) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | SuspendCountTest.java | 146 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001() local 147 …gWriter.println("==> ThreadReference.SuspendCount command returns suspendCount = " + suspendCount); in testSuspendCount001() 148 if ( suspendCount != 0 ) { in testSuspendCount001() 183 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001() local 184 …gWriter.println("==> ThreadReference.SuspendCount command returns suspendCount = " + suspendCount); in testSuspendCount001() 185 if ( suspendCount != suspendNumber ) { in testSuspendCount001() 211 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001() local 212 …gWriter.println("==> ThreadReference.SuspendCount command returns suspendCount = " + suspendCount); in testSuspendCount001() 213 if ( suspendCount != (suspendNumber -1) ) { in testSuspendCount001() 252 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001() local [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPInvokeMethodWithSuspensionTestCase.java | 81 int suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest() local 82 assertEquals("Invalid suspend count:", 1, suspendCount); in runInvokeMethodTest() 104 suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadTwo); in runInvokeMethodTest() 105 assertEquals("Invalid suspend count:", 1, suspendCount); in runInvokeMethodTest() 109 suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest() 110 assertEquals("Invalid suspend count:", 1, suspendCount); in runInvokeMethodTest() 141 suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest() 142 assertEquals("Invalid suspend count:", 1, suspendCount); in runInvokeMethodTest()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | Resume002Test.java | 128 int suspendCount = reply.getNextValueAsInt(); in checkThreadSuspendCount() local 131 assertEquals("Invalid suspend count for thread " + eventThreadID, 1, suspendCount); in checkThreadSuspendCount()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
D | jdi.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | jdimodel.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |