Home
last modified time | relevance | path

Searched defs:suspendCount (Results 1 – 9 of 9) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DSuspendCountTest.java145 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001() local
182 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001() local
210 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001() local
251 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001() local
331 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001() local
361 int suspendCount = reply.getNextValueAsInt(); in testSuspendCount001() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPInvokeMethodSuspendedTwiceTestCase.java74 int suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest() local
DJDWPInvokeMethodWithSuspensionTestCase.java81 int suspendCount = debuggeeWrapper.vmMirror.getThreadSuspendCount(eventThreadOne); in runInvokeMethodTest() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DResume002Test.java128 int suspendCount = reply.getNextValueAsInt(); in checkThreadSuspendCount() local
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
DLazyThreadReference.java113 public int suspendCount() { in suspendCount() method in LazyThreadReference
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DThreadReference.java106 int suspendCount(); in suspendCount() method
/external/oj-libjdwp/src/share/back/
DThreadReferenceImpl.c491 suspendCount(PacketInputStream *in, PacketOutputStream *out) in suspendCount() function
DthreadControl.c76 jint suspendCount; member
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadReferenceImpl.java225 public int suspendCount() { in suspendCount() method in ThreadReferenceImpl