/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
D | StatusTest.java | 75 int threadStatus = reply.getNextValueAsInt(); in testStatus002() local 80 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testStatus002() 83 if (threadStatus != JDWPConstants.ThreadStatus.RUNNING) { in testStatus002() 85 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus002() 88 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus002() 132 int threadStatus = reply.getNextValueAsInt(); in testStatus001() local 137 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testStatus001() 140 if (threadStatus != JDWPConstants.ThreadStatus.RUNNING) { in testStatus001() 142 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus001() 145 + JDWPConstants.ThreadStatus.getName(threadStatus)); in testStatus001()
|
D | ResumeTest.java | 197 int threadStatus = reply.getNextValueAsInt(); in testResume001() local 200 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001() 201 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001() 237 threadStatus = reply.getNextValueAsInt(); in testResume001() 240 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001() 241 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001() 317 int threadStatus = reply.getNextValueAsInt(); in testResume001() local 320 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001() 321 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001() 358 threadStatus = reply.getNextValueAsInt(); in testResume001() [all …]
|
D | Status002Test.java | 90 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus003() local 93 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus003() 94 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus003() 95 if (threadStatus != JDWPConstants.ThreadStatus.SLEEPING) { in testStatus003() 98 + Integer.toHexString(threadStatus) in testStatus003() 99 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")" in testStatus003()
|
D | Status003Test.java | 89 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus004() local 92 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus004() 93 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus004() 94 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus004()
|
D | Status005Test.java | 89 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus006() local 92 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus006() 93 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus006() 94 if (threadStatus != JDWPConstants.ThreadStatus.MONITOR) { in testStatus006()
|
D | Status004Test.java | 88 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus005() local 91 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus005() 92 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus005() 93 if (threadStatus != JDWPConstants.ThreadStatus.WAIT) { in testStatus005()
|
D | Status006Test.java | 100 int threadStatus = checkedReply.getNextValueAsInt(); in testStatus007() local 103 logWriter.println("\n=> Returned thread status = 0x" + Integer.toHexString(threadStatus) in testStatus007() 104 + "(" + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testStatus007() 105 if (threadStatus != JDWPConstants.ThreadStatus.ZOMBIE) { in testStatus007()
|
D | ThreadGroup002Test.java | 181 int threadStatus = reply.getNextValueAsInt(); in testThreadGroup002() local 185 logWriter.println("==> thread status of checked thread = " + threadStatus + "(" in testThreadGroup002() 186 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testThreadGroup002() 202 if (threadStatus == JDWPConstants.ThreadStatus.ZOMBIE) { in testThreadGroup002()
|
D | SuspendTest.java | 145 int threadStatus = reply.getNextValueAsInt(); in testSuspend001() local 148 logWriter.println("==> threadStatus = " + threadStatus + "(" in testSuspend001() 149 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testSuspend001()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | AllThreadsTest.java | 68 int threadStatus, suspendStatus; in testAllThreads003() local 89 threadStatus = replyName.getNextValueAsInt(); in testAllThreads003() 94 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testAllThreads003() 126 int threadStatus, suspendStatus; in testAllThreads002() local 149 threadStatus = replyName.getNextValueAsInt(); in testAllThreads002() 154 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testAllThreads002() 156 if (threadStatus == JDWPConstants.ThreadStatus.RUNNING in testAllThreads002() 157 || threadStatus == JDWPConstants.ThreadStatus.MONITOR in testAllThreads002() 158 || threadStatus == JDWPConstants.ThreadStatus.SLEEPING in testAllThreads002() 159 || threadStatus == JDWPConstants.ThreadStatus.ZOMBIE in testAllThreads002() [all …]
|
D | SuspendTest.java | 66 int threadStatus, suspendStatus; in testSuspend001() local 87 threadStatus = replyName.getNextValueAsInt(); in testSuspend001() 92 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testSuspend001()
|
D | ResumeTest.java | 375 int threadStatus = reply.getNextValueAsInt(); in checkThreadStatus() local 378 logWriter.println("==> threadStatus = " + threadStatus + " (" in checkThreadStatus() 379 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in checkThreadStatus()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tsmthred.cpp | 1039 int32_t threadStatus = tests[j].start(); in TestThreadedIntl() local 1040 if (threadStatus != 0) { in TestThreadedIntl() 1041 errln("System Error %d starting thread number %d.", threadStatus, j); in TestThreadedIntl() 1454 int32_t threadStatus = tests[j]->start(); in TestString() local 1455 if (threadStatus != 0) { in TestString() 1456 errln("System Error %d starting thread number %d.", threadStatus, j); in TestString()
|
/external/icu/icu4c/source/test/intltest/ |
D | tsmthred.cpp | 1044 int32_t threadStatus = tests[j].start(); in TestThreadedIntl() local 1045 if (threadStatus != 0) { in TestThreadedIntl() 1046 errln("System Error %d starting thread number %d.", threadStatus, j); in TestThreadedIntl() 1459 int32_t threadStatus = tests[j]->start(); in TestString() local 1460 if (threadStatus != 0) { in TestString() 1461 errln("System Error %d starting thread number %d.", threadStatus, j); in TestString()
|