HomeSort by relevance Sort by last modified time
    Searched refs:threadStatus (Results 1 - 16 of 16) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
StatusTest.java 75 int threadStatus = reply.getNextValueAsInt();
80 + JDWPConstants.ThreadStatus.getName(threadStatus) + " "
83 if (threadStatus != JDWPConstants.ThreadStatus.RUNNING) {
85 + JDWPConstants.ThreadStatus.getName(threadStatus));
88 + JDWPConstants.ThreadStatus.getName(threadStatus));
93 + JDWPConstants.ThreadStatus.getName(suspendStatus))
    [all...]
Status002Test.java 90 int threadStatus = checkedReply.getNextValueAsInt();
93 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus)
94 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")");
95 if (threadStatus != JDWPConstants.ThreadStatus.SLEEPING) {
98 + Integer.toHexString(threadStatus)
99 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"
101 + Integer.toHexString(JDWPConstants.ThreadStatus.SLEEPING
    [all...]
Status003Test.java 89 int threadStatus = checkedReply.getNextValueAsInt();
92 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus)
93 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")");
94 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) {
98 + Integer.toHexString(JDWPConstants.ThreadStatus.WAIT)
99 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.WAIT) + ")");
Status004Test.java 88 int threadStatus = checkedReply.getNextValueAsInt();
91 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus)
92 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")");
93 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) {
97 + Integer.toHexString(JDWPConstants.ThreadStatus.WAIT)
98 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.WAIT) + ")");
Status005Test.java 89 int threadStatus = checkedReply.getNextValueAsInt();
92 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus)
93 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")");
94 if (threadStatus != JDWPConstants.ThreadStatus.MONITOR) {
98 + Integer.toHexString(JDWPConstants.ThreadStatus.MONITOR)
99 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.MONITOR) + ")");
Status006Test.java 100 int threadStatus = checkedReply.getNextValueAsInt();
103 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus)
104 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")");
105 if (threadStatus != JDWPConstants.ThreadStatus.ZOMBIE) {
109 + Integer.toHexString(JDWPConstants.ThreadStatus.ZOMBIE)
110 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.ZOMBIE) + ")");
ResumeTest.java 197 int threadStatus = reply.getNextValueAsInt();
200 logWriter.println("==> threadStatus = " + threadStatus + "("
201 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")");
237 threadStatus = reply.getNextValueAsInt();
240 logWriter.println("==> threadStatus = " + threadStatus + "("
241 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")")
    [all...]
SuspendTest.java 145 int threadStatus = reply.getNextValueAsInt();
148 logWriter.println("==> threadStatus = " + threadStatus + "("
149 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")");
ThreadGroup002Test.java 181 int threadStatus = reply.getNextValueAsInt();
185 logWriter.println("==> thread status of checked thread = " + threadStatus + "("
186 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")");
202 if (threadStatus == JDWPConstants.ThreadStatus.ZOMBIE) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllThreadsTest.java 68 int threadStatus, suspendStatus;
89 threadStatus = replyName.getNextValueAsInt();
94 + JDWPConstants.ThreadStatus.getName(threadStatus) + " "
126 int threadStatus, suspendStatus;
149 threadStatus = replyName.getNextValueAsInt();
154 + JDWPConstants.ThreadStatus.getName(threadStatus) + " "
156 if (threadStatus == JDWPConstants.ThreadStatus.RUNNIN
    [all...]
SuspendTest.java 66 int threadStatus, suspendStatus;
87 threadStatus = replyName.getNextValueAsInt();
92 + JDWPConstants.ThreadStatus.getName(threadStatus) + " "
ResumeTest.java 375 int threadStatus = reply.getNextValueAsInt();
378 logWriter.println("==> threadStatus = " + threadStatus + " ("
379 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 568 int threadStatus = replyPacket.getNextValueAsInt();
572 assertEquals("Invalid thread status", threadStatus, expectedThreadStatus,
573 JDWPConstants.ThreadStatus.getName(expectedThreadStatus),
574 JDWPConstants.ThreadStatus.getName(threadStatus));
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 1058 int32_t threadStatus = tests[j].start();
1059 if (threadStatus != 0) {
1060 errln("System Error %d starting thread number %d.", threadStatus, j);
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 954 JDWP::JdwpThreadStatus threadStatus;
956 JdwpError error = Dbg::GetThreadStatus(thread_id, &threadStatus, &suspendStatus);
961 VLOG(jdwp) << " --> " << threadStatus << ", " << suspendStatus;
963 expandBufAdd4BE(pReply, threadStatus);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 370 milliseconds