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

  /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.
58 * This testcase exercises ThreadReference.Status command for the sleeping Thread.
65 * <BR>&nbsp;&nbsp; - returned thread status is SLEEPING status;
73 " checks command for SLEEPING Thread: which is sleeping in Thread.sleep(Time) method...");
95 if (threadStatus != JDWPConstants.ThreadStatus.SLEEPING) {
101 + Integer.toHexString(JDWPConstants.ThreadStatus.SLEEPING)
102 + "(" + 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 112 * <BR>'RUNNING' or 'MONITOR' or 'SLEEPING' or 'ZOMBIE' or 'WAIT' status;
158 || threadStatus == JDWPConstants.ThreadStatus.SLEEPING
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /frameworks/base/core/java/android/app/
ActivityThread.java 686 public final void scheduleSleeping(IBinder token, boolean sleeping) {
687 sendMessage(H.SLEEPING, token, sleeping ? 1 : 0);
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 95 milliseconds