HomeSort by relevance Sort by last modified time
    Searched refs:sleep (Results 426 - 450 of 870) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/site_compare/drivers/win32/
windowing.py 190 time.sleep(tick)
241 time.sleep(tick)
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
protocol_loop.py 79 time.sleep(0.3)
154 time.sleep(self._writeTimeout) # must wait so that unit test succeeds
  /external/iproute2/ip/
ifcfg 129 ( sleep 2 ;
  /external/ipsec-tools/src/libipsec/
test-policy.c 267 printf("sleep(4)\n");
268 sleep(4);
291 printf("sleep(4)\n");
292 sleep(4);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-top.c 110 sleep(1);
126 sleep(1);
168 sleep(5);
196 sleep(1);
371 sleep(1);
496 sleep(1);
733 sleep(5);
762 sleep(5);
  /external/lldb/test/pexpect-2.4/examples/
bd_serv.py 230 time.sleep(0.2)
236 time.sleep(0.2)
  /external/lldb/test/python_api/hello_world/
TestHelloWorld.py 144 time.sleep(0.25)
169 time.sleep(0.25)
  /external/ltrace/testsuite/ltrace.minor/
time-record-tt.exp 29 # Verify the time for calling sleep.
33 # match the line with sleep and extract the strat time and sleep argument.
34 if [ regexp {[0-9]+:([0-9]+):([0-9]+)\.[0-9]+ sleep\(([0-9]+)} $line match start_min start_sec sleep_sec] then {
40 # get a new line for the end time of sleep
52 fail "Start at $start_sec, End at $end_sec, but PUT call sleep($sleep_sec)!"
61 fail "Fail to find call sleep!"
64 # Get the time of sleep and nanosleep in C source file.
77 # match the line with sleep and extract the strat time and sleep argument
    [all...]
time-record-ttt.exp 30 # Verify the time for calling sleep.
34 # match the line with sleep and extract the strat time and sleep argument.
35 if [ regexp {([0-9]+)\.([0-9][0-9][0-9]).* sleep\(([0-9]+)} $line match start_sec start_usec sleep_sec] then {
42 # get a new line for the end time of sleep
54 fail "Start at $start_sec, End at $end_sec, but PUT call sleep($sleep_sec)!"
64 fail "Fail to find call sleep!"
81 # match the line with sleep and extract the strat time and sleep argument.
89 # get a new line for the end time of sleep
    [all...]
  /external/openssl/crypto/rand/
rand_unix.c 165 extern void s$sleep (long *_duration, short int *_code);
198 /* sleep for 1/1024 of a second (976 us). */
200 s$sleep (&duration, &code);
203 /* sleep for 1/65536 of a second (15 us). */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
AutoLockTest.java 64 /** Defines a long sleep period.*/
66 /** Defines a short sleep period. */
813 Thread.sleep(2000);
848 Thread.sleep(LONG_SLEEP);
883 Thread.sleep(LONG_SLEEP);
900 Thread.sleep(2000);
918 Thread.sleep(LONG_SLEEP);
    [all...]
ColorCheckerTest.java 147 Thread.sleep(4000);
ExposureCompensationTest.java 116 Thread.sleep(4000);
  /external/chromium_org/remoting/webapp/browser_test/
browser_test.js 127 return base.Promise.sleep(0);
191 return base.Promise.sleep(CONNECT_PIN_WAIT).then(function() {
258 base.Promise.sleep(timeoutMs).then(function() {
295 // On Linux, we restart the host after changing the PIN, need to sleep
297 return base.Promise.sleep(HOST_SETUP_WAIT);
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java 307 Thread.sleep(100);
334 Thread.sleep(WAIT_MSEC);
364 Thread.sleep(WAIT_MSEC);
369 Thread.sleep(WAIT_MSEC);
399 Thread.sleep(100);
428 Thread.sleep(100);
445 Thread.sleep(100);
447 log(TEST_NAME, "position after 100 ms sleep =" + pos);
    [all...]
  /external/chromium_org/third_party/pexpect/
pexpect.py 375 to sleep just before writing to the child application. 1/20th of a
707 time.sleep(self.delayafterclose)
758 time.sleep(0.1)
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py 360 to sleep just before writing to the child application. 1/20th of a
407 self.delaybeforesend = 0.05 # Sets sleep time used just before sending data to child. Time in seconds.
668 time.sleep(self.delayafterclose) # Give kernel time to update process status.
720 time.sleep(0.1)
    [all...]
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 110 Thread.sleep(60 * 1000);
155 Thread.sleep(60 * 1000);
289 Thread.sleep(60 * 1000);
  /cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java 246 Thread.sleep(1000);
274 Thread.sleep(1000);
394 Thread.sleep(300);
  /development/testrunner/
adb_interface.py 169 time.sleep(2)
417 time.sleep(wait_period)
446 time.sleep(wait_period)
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 212 // Sleep(delay_before_delete_ms);
227 PAPCFUNC sleep = reinterpret_cast<PAPCFUNC>( local
228 ::GetProcAddress(kernel32, "Sleep"));
233 if (!sleep || !delete_file || !exit_process) {
237 ::QueueUserAPC(sleep, pi.hThread, delay_before_delete_ms);
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 31 const char *Sleep() { return Yellow(); }
44 , sleep()
215 Printf("%s", d.Sleep());
216 Printf(" As if synchronized via sleep:\n");
289 if (rep->sleep)
290 PrintSleep(rep->sleep);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 323 // Sleep for a while just to ensure that our task wasn't called again.
324 Thread.sleep(unit.toMillis(3 * delay));
343 Thread.sleep(50);
393 Thread.sleep(1000);
  /bionic/libc/include/
unistd.h 159 extern unsigned int sleep(unsigned int);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GpsTestActivity.java 159 Thread.sleep(2000);
160 log("(Sleep 2 second) \n", Color.GREEN);
162 fail("unexpected InterruptedException when sleep");

Completed in 2476 milliseconds

<<11121314151617181920>>