/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | StatusTest.java | 76 int threadStatus = reply.getNextValueAsInt(); in testStatus002() local 81 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testStatus002() 84 if (threadStatus != JDWPConstants.ThreadStatus.RUNNING) { in testStatus002() 86 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus002() 89 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus002() 133 int threadStatus = reply.getNextValueAsInt(); in testStatus001() local 138 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testStatus001() 141 if (threadStatus != JDWPConstants.ThreadStatus.RUNNING) { in testStatus001() 143 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus001() 146 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus001()
|
D | ResumeTest.java | 198 int threadStatus = reply.getNextValueAsInt(); in testResume001() local 201 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001() 202 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001() 238 threadStatus = reply.getNextValueAsInt(); in testResume001() 241 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001() 242 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001() 318 int threadStatus = reply.getNextValueAsInt(); in testResume001() local 321 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001() 322 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001() 359 threadStatus = reply.getNextValueAsInt(); in testResume001() [all …]
|
D | Status002Test.java | 91 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus003() local 94 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus003() 95 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus003() 96 if (threadStatus != JDWPConstants.ThreadStatus.SLEEPING) { in testStatus003() 99 + Integer.toHexString(threadStatus) in testStatus003() 100 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")" in testStatus003()
|
D | Status003Test.java | 90 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus004() local 93 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus004() 94 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus004() 95 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus004()
|
D | Status006Test.java | 101 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus007() local 104 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus007() 105 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus007() 106 if (threadStatus != JDWPConstants.ThreadStatus.ZOMBIE) { in testStatus007()
|
D | Status004Test.java | 89 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus005() local 92 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus005() 93 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus005() 94 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus005()
|
D | Status005Test.java | 90 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus006() local 93 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus006() 94 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus006() 95 if (threadStatus != JDWPConstants.ThreadStatus.MONITOR) { in testStatus006()
|
D | ThreadGroup002Test.java | 182 int threadStatus = reply.getNextValueAsInt(); in testThreadGroup002() local 186 logWriter.println("==> thread status of checked thread = " + threadStatus + "(" in testThreadGroup002() 187 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testThreadGroup002() 203 if (threadStatus == JDWPConstants.ThreadStatus.ZOMBIE) { in testThreadGroup002()
|
D | SuspendTest.java | 146 int threadStatus = reply.getNextValueAsInt(); in testSuspend001() local 149 logWriter.println("==> threadStatus = " + threadStatus + "(" in testSuspend001() 150 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testSuspend001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | AllThreadsTest.java | 69 int threadStatus, suspendStatus; in testAllThreads003() local 90 threadStatus = replyName.getNextValueAsInt(); in testAllThreads003() 95 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testAllThreads003() 127 int threadStatus, suspendStatus; in testAllThreads002() local 150 threadStatus = replyName.getNextValueAsInt(); in testAllThreads002() 155 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testAllThreads002() 157 if (threadStatus == JDWPConstants.ThreadStatus.RUNNING in testAllThreads002() 158 || threadStatus == JDWPConstants.ThreadStatus.MONITOR in testAllThreads002() 159 || threadStatus == JDWPConstants.ThreadStatus.SLEEPING in testAllThreads002() 160 || threadStatus == JDWPConstants.ThreadStatus.ZOMBIE in testAllThreads002() [all …]
|
D | SuspendTest.java | 67 int threadStatus, suspendStatus; in testSuspend001() local 88 threadStatus = replyName.getNextValueAsInt(); in testSuspend001() 93 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testSuspend001()
|
D | ResumeTest.java | 376 int threadStatus = reply.getNextValueAsInt(); in checkThreadStatus() local 379 logWriter.println("==> threadStatus = " + threadStatus + " (" in checkThreadStatus() 380 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in checkThreadStatus()
|
/external/icu/icu4c/source/test/intltest/ |
D | tsmthred.cpp | 841 int32_t threadStatus = tests[j].start(); in TestThreadedIntl() local 842 if (threadStatus != 0) { in TestThreadedIntl() 844 __FILE__, __LINE__, threadStatus, j); in TestThreadedIntl() 1161 int32_t threadStatus = tests[j].start(); in TestString() local 1162 if (threadStatus != 0) { in TestString() 1163 … errln("%s:%d System Error %d starting thread number %d.", __FILE__, __LINE__, threadStatus, j); in TestString()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPTestCase.java | 618 int threadStatus = replyPacket.getNextValueAsInt(); in checkThreadState() local 622 assertEquals("Invalid thread status", threadStatus, expectedThreadStatus, in checkThreadState() 624 JDWPConstants.ThreadStatus.getName(threadStatus)); in checkThreadState()
|