HomeSort by relevance Sort by last modified time
    Searched refs:SLEEPING (Results 1 - 8 of 8) sorted by null

  /development/tools/bugreport/src/com/android/bugreport/stacks/
LockSnapshot.java 27 public static final int SLEEPING = 4;
30 public static final int ANY = LOCKED | WAITING | SLEEPING | BLOCKED;
ThreadSnapshotParser.java 61 " - sleeping on \\<0x([0-9a-fA-F]{1,16})\\> \\(a (?:(.+)\\.)?([^.]+)\\)");
246 lock.type = LockSnapshot.SLEEPING;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
Status002Test.java 37 * JDWP Unit test for ThreadReference.Status command for the sleeping Thread.
59 * This testcase exercises ThreadReference.Status command for the sleeping Thread.
66 * <BR>&nbsp;&nbsp; - returned thread status is SLEEPING status;
74 " checks command for SLEEPING Thread: which is sleeping in Thread.sleep(Time) method...");
96 if (threadStatus != JDWPConstants.ThreadStatus.SLEEPING) {
102 + Integer.toHexString(JDWPConstants.ThreadStatus.SLEEPING)
103 + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.SLEEPING) + ")");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java 44 public static final byte SLEEPING = 2;
63 case SLEEPING:
64 return "SLEEPING";
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
AllThreadsTest.java 113 * <BR>'RUNNING' or 'MONITOR' or 'SLEEPING' or 'ZOMBIE' or 'WAIT' status;
159 || threadStatus == JDWPConstants.ThreadStatus.SLEEPING
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.10.0.v20180427-1454.jar 
  /external/oj-libjdwp/make/data/jdwp/
jdwp.spec     [all...]
  /external/oj-libjdwp/src/share/back/
util.c     [all...]

Completed in 1892 milliseconds