/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 | 196 int threadStatus = reply.getNextValueAsInt(); in testResume001() local 199 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001() 200 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001() 236 threadStatus = reply.getNextValueAsInt(); in testResume001() 239 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001() 240 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001() 316 int threadStatus = reply.getNextValueAsInt(); in testResume001() local 319 logWriter.println("==> threadStatus = " + threadStatus + "(" in testResume001() 320 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testResume001() 357 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 | 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 | 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 | 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 | 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 | ThreadGroup002Test.java | 180 int threadStatus = reply.getNextValueAsInt(); in testThreadGroup002() local 184 logWriter.println("==> thread status of checked thread = " + threadStatus + "(" in testThreadGroup002() 185 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in testThreadGroup002() 201 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 | 373 int threadStatus = reply.getNextValueAsInt(); in checkThreadStatus() local 376 logWriter.println("==> threadStatus = " + threadStatus + " (" in checkThreadStatus() 377 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in checkThreadStatus()
|
/external/icu/icu4c/source/test/intltest/ |
D | tsmthred.cpp | 678 int32_t threadStatus = tests[j].start(); in TestThreadedIntl() local 679 if (threadStatus != 0) { in TestThreadedIntl() 681 __FILE__, __LINE__, threadStatus, j); in TestThreadedIntl() 985 int32_t threadStatus = tests[j].start(); in TestString() local 986 if (threadStatus != 0) { in TestString() 987 … 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 | 563 int threadStatus = replyPacket.getNextValueAsInt(); in checkThreadState() local 567 assertEquals("Invalid thread status", threadStatus, expectedThreadStatus, in checkThreadState() 569 JDWPConstants.ThreadStatus.getName(threadStatus)); in checkThreadState()
|
/external/oj-libjdwp/src/share/back/ |
D | ThreadReferenceImpl.c | 125 jdwpThreadStatus threadStatus; in status() local 140 error = threadControl_applicationThreadStatus(thread, &threadStatus, in status() 146 (void)outStream_writeInt(out, threadStatus); in status()
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | ThreadReferenceImpl.java | 284 return jdwpStatus().threadStatus; in status()
|
/external/oj-libjdwp/make/data/jdwp/ |
D | jdwp.spec | 1856 (int threadStatus "One of the thread status codes "
|