Searched refs:suspendStatus (Results 1 – 14 of 14) sorted by relevance
76 int suspendStatus = reply.getNextValueAsInt(); in testStatus002() local81 + JDWPConstants.SuspendStatus.getName(suspendStatus)); in testStatus002()91 if (suspendStatus != JDWPConstants.SuspendStatus.SUSPEND_STATUS_SUSPENDED) { in testStatus002()93 + JDWPConstants.ThreadStatus.getName(suspendStatus)); in testStatus002()96 + JDWPConstants.SuspendStatus.getName(suspendStatus)); in testStatus002()133 int suspendStatus = reply.getNextValueAsInt(); in testStatus001() local138 + JDWPConstants.SuspendStatus.getName(suspendStatus)); in testStatus001()148 if (suspendStatus == JDWPConstants.SuspendStatus.SUSPEND_STATUS_SUSPENDED) { in testStatus001()150 + JDWPConstants.ThreadStatus.getName(suspendStatus)); in testStatus001()153 + JDWPConstants.SuspendStatus.getName(suspendStatus)); in testStatus001()
198 int suspendStatus = reply.getNextValueAsInt(); in testResume001() local202 logWriter.println("==> suspendStatus = " + suspendStatus + "(" in testResume001()203 + JDWPConstants.SuspendStatus.getName(suspendStatus) + ")"); in testResume001()204 if (suspendStatus in testResume001()238 suspendStatus = reply.getNextValueAsInt(); in testResume001()242 logWriter.println("==> suspendStatus = " + suspendStatus + "(" in testResume001()243 + JDWPConstants.SuspendStatus.getName(suspendStatus) + ")"); in testResume001()244 if (suspendStatus in testResume001()318 int suspendStatus = reply.getNextValueAsInt(); in testResume001() local322 logWriter.println("==> suspendStatus = " + suspendStatus + "(" in testResume001()[all …]
48 String getThreadSuspendStatusName(int suspendStatus) { in getThreadSuspendStatusName() argument50 String result = JDWPConstants.SuspendStatus.getName(suspendStatus); in getThreadSuspendStatusName()90 int suspendStatus = checkedReply.getNextValueAsInt(); in testStatus004() local105 ("\n=> Returned thread suspend status = 0x" + Integer.toHexString(suspendStatus) in testStatus004()106 + "(" + getThreadSuspendStatusName(suspendStatus) + ")"); in testStatus004()107 if (suspendStatus == JDWPConstants.SuspendStatus.SUSPEND_STATUS_SUSPENDED) { in testStatus004()
48 String getThreadSuspendStatusName(int suspendStatus) { in getThreadSuspendStatusName() argument50 String result = JDWPConstants.SuspendStatus.getName(suspendStatus); in getThreadSuspendStatusName()90 int suspendStatus = checkedReply.getNextValueAsInt(); in testStatus006() local105 ("\n=> Returned thread suspend status = 0x" + Integer.toHexString(suspendStatus) in testStatus006()106 + "(" + getThreadSuspendStatusName(suspendStatus) + ")"); in testStatus006()107 if (suspendStatus == JDWPConstants.SuspendStatus.SUSPEND_STATUS_SUSPENDED) { in testStatus006()
48 String getThreadSuspendStatusName(int suspendStatus) { in getThreadSuspendStatusName() argument50 String result = JDWPConstants.SuspendStatus.getName(suspendStatus); in getThreadSuspendStatusName()91 int suspendStatus = checkedReply.getNextValueAsInt(); in testStatus003() local108 ("\n=> Returned thread suspend status = 0x" + Integer.toHexString(suspendStatus) in testStatus003()109 + "(" + getThreadSuspendStatusName(suspendStatus) + ")"); in testStatus003()110 if (suspendStatus == JDWPConstants.SuspendStatus.SUSPEND_STATUS_SUSPENDED) { in testStatus003()
48 String getThreadSuspendStatusName(int suspendStatus) { in getThreadSuspendStatusName() argument49 String result = JDWPConstants.SuspendStatus.getName(suspendStatus); in getThreadSuspendStatusName()89 int suspendStatus = checkedReply.getNextValueAsInt(); in testStatus005() local104 ("\n=> Returned thread suspend status = 0x" + Integer.toHexString(suspendStatus) in testStatus005()105 + "(" + getThreadSuspendStatusName(suspendStatus) + ")"); in testStatus005()106 if (suspendStatus == JDWPConstants.SuspendStatus.SUSPEND_STATUS_SUSPENDED) { in testStatus005()
48 String getThreadSuspendStatusName(int suspendStatus) { in getThreadSuspendStatusName() argument49 String result = JDWPConstants.SuspendStatus.getName(suspendStatus); in getThreadSuspendStatusName()101 int suspendStatus = checkedReply.getNextValueAsInt(); in testStatus007() local116 ("\n=> Returned thread suspend status = 0x" + Integer.toHexString(suspendStatus) in testStatus007()117 + "(" + getThreadSuspendStatusName(suspendStatus) + ")"); in testStatus007()118 if (suspendStatus == JDWPConstants.SuspendStatus.SUSPEND_STATUS_SUSPENDED) { in testStatus007()
146 int suspendStatus = reply.getNextValueAsInt(); in testSuspend001() local150 logWriter.println("==> suspendStatus = " + suspendStatus + "(" in testSuspend001()151 + JDWPConstants.SuspendStatus.getName(suspendStatus) + ")"); in testSuspend001()152 if (suspendStatus in testSuspend001()
66 int threadStatus, suspendStatus; in testSuspend001() local88 suspendStatus = replyName.getNextValueAsInt(); in testSuspend001()93 + JDWPConstants.SuspendStatus.getName(suspendStatus)); in testSuspend001()94 if (suspendStatus in testSuspend001()
68 int threadStatus, suspendStatus; in testAllThreads003() local90 suspendStatus = replyName.getNextValueAsInt(); in testAllThreads003()95 + JDWPConstants.SuspendStatus.getName(suspendStatus)); in testAllThreads003()126 int threadStatus, suspendStatus; in testAllThreads002() local150 suspendStatus = replyName.getNextValueAsInt(); in testAllThreads002()155 + JDWPConstants.SuspendStatus.getName(suspendStatus)); in testAllThreads002()
376 int suspendStatus = reply.getNextValueAsInt(); in checkThreadStatus() local380 logWriter.println("==> suspendStatus = " + suspendStatus + " (" in checkThreadStatus()381 + JDWPConstants.SuspendStatus.getName(suspendStatus) + ")"); in checkThreadStatus()384 (suspendStatus == JDWPConstants.SuspendStatus.SUSPEND_STATUS_SUSPENDED); in checkThreadStatus()
110 int suspendStatus = reply.getNextValueAsInt(); in checkThreadSuspendStatus() local115 suspendStatus); in checkThreadSuspendStatus()
617 int suspendStatus = replyPacket.getNextValueAsInt(); in checkThreadState() local623 assertEquals("Invalid suspend status", suspendStatus, expectedSuspendStatus, in checkThreadState()625 JDWPConstants.SuspendStatus.getName(suspendStatus)); in checkThreadState()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...