Home
last modified time | relevance | path

Searched refs:threadStatus (Results 1 – 15 of 15) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DStatusTest.java75 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()
DResumeTest.java197 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 …]
DStatus002Test.java90 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()
DStatus006Test.java100 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()
DStatus003Test.java89 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()
DStatus004Test.java88 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()
DStatus005Test.java89 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()
DThreadGroup002Test.java181 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()
DSuspendTest.java145 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/
DAllThreadsTest.java68 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 …]
DSuspendTest.java66 int threadStatus, suspendStatus; in testSuspend001() local
87 threadStatus = replyName.getNextValueAsInt(); in testSuspend001()
92 + JDWPConstants.ThreadStatus.getName(threadStatus) + " " in testSuspend001()
DResumeTest.java375 int threadStatus = reply.getNextValueAsInt(); in checkThreadStatus() local
378 logWriter.println("==> threadStatus = " + threadStatus + " (" in checkThreadStatus()
379 + JDWPConstants.ThreadStatus.getName(threadStatus) + ")"); in checkThreadStatus()
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp1058 int32_t threadStatus = tests[j].start(); in TestThreadedIntl() local
1059 if (threadStatus != 0) { in TestThreadedIntl()
1060 errln("System Error %d starting thread number %d.", threadStatus, j); in TestThreadedIntl()
1472 int32_t threadStatus = tests[j]->start(); in TestString() local
1473 if (threadStatus != 0) { in TestString()
1474 errln("System Error %d starting thread number %d.", threadStatus, j); in TestString()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
DJDWPTestCase.java568 int threadStatus = replyPacket.getNextValueAsInt(); in checkThreadState() local
572 assertEquals("Invalid thread status", threadStatus, expectedThreadStatus, in checkThreadState()
574 JDWPConstants.ThreadStatus.getName(threadStatus)); in checkThreadState()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...