Searched refs:threadKind (Results 1 - 5 of 5) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DResumeDebuggee.java125 int threadKind; field in class:ResumeDebuggee_Thread
129 threadKind = threadNumber % 3;
138 switch ( threadKind ) {
H A DSuspendCountDebuggee.java130 int threadKind; field in class:SuspendCountDebuggee_Thread
134 threadKind = threadNumber % 3;
143 switch ( threadKind ) {
H A DSuspendDebuggee.java120 int threadKind; field in class:SuspendDebuggee_Thread
124 threadKind = threadNumber % 3;
133 switch ( threadKind ) {
H A DThreadGroup002Debuggee.java157 int threadKind; field in class:ThreadGroup002Debuggee_Thread
162 threadKind = threadNumber % 3;
171 switch ( threadKind ) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DResumeDebuggee.java126 int threadKind; field in class:ResumeDebuggee_Thread
130 threadKind = threadNumber % 3;
139 switch ( threadKind ) {

Completed in 76 milliseconds