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

1 2

  /external/valgrind/gdbserver_tests/
send_signal 5 # which is run every second. When this command is successful, 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 successful, then the sleep and
9 SLEEP=$1
24 sleep 1
26 sleep $SLEEP
  /external/lisa/tools/scripts/
cpuidle_sampling.sh 6 SLEEP=${2:-1}
29 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
  /external/autotest/contrib/
remove_old_tests_in_tko.sql 15 SELECT SLEEP(5);
26 SELECT SLEEP(5);
39 SELECT SLEEP(5);
  /external/autotest/server/site_tests/firmware_Cr50Uart/
firmware_Cr50Uart.py 23 SLEEP = 2
128 time.sleep(self.SLEEP)
158 time.sleep(self.SLEEP)
  /external/r8/src/test/examples/sync/
Sync.java 18 private static final long SLEEP = 10;
37 Thread.sleep(SLEEP);
  /external/sl4a/Common/src/com/googlecode/android_scripting/language/
SupportedLanguages.java 31 TCL(".tcl", TclLanguage.class), PHP(".php", PhpLanguage.class), SLEEP(".sl",
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
FloatingToolbarEspressoUtils.java 102 onView(isRoot()).perform(SLEEP);
106 onView(isRoot()).perform(SLEEP);
230 * ViewAction to sleep to wait floating toolbar's animation.
232 private static final ViewAction SLEEP = new ViewAction() {
242 return "Sleep " + SLEEP_DURATION + " ms.";
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 125 * SLEEP means the device can be put to sleep.
130 SLEEP,
164 private WakeState mWakeState = WakeState.SLEEP;
505 * Controls whether or not the screen is allowed to sleep.
507 * Once sleep is allowed (WakeState is SLEEP), it will rely on the
509 * the device sleep {@link PhoneGlobals#setScreenTimeout}.
534 case SLEEP:
556 if (mWakeState == WakeState.SLEEP) {
    [all...]
  /external/libchrome/base/message_loop/
message_loop_test.cc 75 PlatformThread::Sleep(pause);
279 // In case both timers somehow run at nearly the same time, sleep a little
282 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
444 SLEEP,
473 case SLEEP: os << "SLEEP"; break;
569 PlatformThread::Sleep(TimeDelta::FromMilliseconds(10));
683 order->RecordStart(SLEEP, cookie);
684 PlatformThread::Sleep(delay);
685 order->RecordEnd(SLEEP, cookie)
    [all...]
message_loop_unittest.cc 83 PlatformThread::Sleep(pause);
143 // In case both timers somehow run at nearly the same time, sleep a little
146 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
162 SLEEP,
192 case SLEEP: os << "SLEEP"; break;
501 PlatformThread::Sleep(TimeDelta::FromMilliseconds(100));
545 PlatformThread::Sleep(delay);
548 PlatformThread::Sleep(delay);
556 PlatformThread::Sleep(2 * delay)
    [all...]
  /frameworks/native/include/input/
InputEventLabels.h 265 DEFINE_KEYCODE(SLEEP),
386 DEFINE_LED(SLEEP),
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 484 time.sleep(0.2)
645 time.sleep(15)
648 time.sleep(5)
    [all...]
  /external/v8/src/ppc/
constants-ppc.h     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 1243 SLEEP
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go 1243 SLEEP
    [all...]
  /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 

Completed in 1419 milliseconds

1 2