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

  /external/valgrind/gdbserver_tests/
send_signal 5 # which is run every second. When this command is succesful, then the sleep and
11 SLEEP=$1
26 sleep 1
28 sleep $SLEEP
simulate_control_c 5 # which is run every second. When this command is succesful, then the sleep and
9 SLEEP=$1
24 sleep 1
26 sleep $SLEEP
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/
yield1.s 2 # (e.g. SLEEP) appearing in the branch delay slot. We expect
7 # sleep insn in the branch delay slot.
8 sleep
yield2.s 2 # (e.g. SLEEP) appearing in the branch delay slot. We expect
6 sleep
8 # sleep insn in the branch delay slot.
9 sleep
noyield.s 2 # (e.g. SLEEP) does NOT appear in the branch delay slot.
8 test2: sleep
10 test3: sleep
13 test4: sleep
yield0.s 2 # (e.g. SLEEP) appearing in the branch delay slot. We expect
78 sleep
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
FloatingToolbarEspressoUtils.java 94 onView(isRoot()).perform(SLEEP);
98 onView(isRoot()).perform(SLEEP);
156 * ViewAction to sleep to wait floating toolbar's animation.
158 private static final ViewAction SLEEP = new ViewAction() {
168 return "Sleep " + SLEEP_DURATION + " ms.";
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
SupportedLanguages.java 31 TCL(".tcl", TclLanguage.class), PHP(".php", PhpLanguage.class), SLEEP(".sl",
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 111 * SLEEP means the device can be put to sleep.
116 SLEEP,
151 private WakeState mWakeState = WakeState.SLEEP;
510 * Controls whether or not the screen is allowed to sleep.
512 * Once sleep is allowed (WakeState is SLEEP), it will rely on the
514 * the device sleep {@link PhoneGlobals#setScreenTimeout}.
539 case SLEEP:
561 if (mWakeState == WakeState.SLEEP) {
    [all...]
  /external/libchrome/base/message_loop/
message_loop_test.cc 74 PlatformThread::Sleep(pause);
286 // In case both timers somehow run at nearly the same time, sleep a little
289 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
389 SLEEP,
418 case SLEEP: os << "SLEEP"; break;
517 PlatformThread::Sleep(TimeDelta::FromMilliseconds(10));
634 order->RecordStart(SLEEP, cookie);
635 PlatformThread::Sleep(delay);
636 order->RecordEnd(SLEEP, cookie)
    [all...]
message_loop_unittest.cc 82 PlatformThread::Sleep(pause);
142 // In case both timers somehow run at nearly the same time, sleep a little
145 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
161 SLEEP,
191 case SLEEP: os << "SLEEP"; break;
567 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
611 PlatformThread::Sleep(delay);
614 PlatformThread::Sleep(delay);
622 PlatformThread::Sleep(2 * delay)
    [all...]
  /frameworks/native/include/input/
InputEventLabels.h 265 DEFINE_KEYCODE(SLEEP),
385 DEFINE_LED(SLEEP),
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 341 milliseconds