Searched refs:sleep (Results 1 - 25 of 795) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dfork_wait.py33 time.sleep(SHORTSLEEP)
44 time.sleep(2 * SHORTSLEEP)
53 time.sleep(LONGSLEEP)
68 time.sleep(LONGSLEEP)
79 time.sleep(2*SHORTSLEEP) # Wait for threads to die
H A Dtest_startfile.py14 from time import sleep namespace
33 sleep(0.1)
39 sleep(0.1)
H A Dtest_wait4.py22 time.sleep(1.0)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dfork_wait.py33 time.sleep(SHORTSLEEP)
44 time.sleep(2 * SHORTSLEEP)
53 time.sleep(LONGSLEEP)
68 time.sleep(LONGSLEEP)
79 time.sleep(2*SHORTSLEEP) # Wait for threads to die
H A Dtest_startfile.py14 from time import sleep namespace
33 sleep(0.1)
39 sleep(0.1)
H A Dtest_wait4.py22 time.sleep(1.0)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dfork_wait.py33 time.sleep(SHORTSLEEP)
44 time.sleep(2 * SHORTSLEEP)
53 time.sleep(LONGSLEEP)
68 time.sleep(LONGSLEEP)
79 time.sleep(2*SHORTSLEEP) # Wait for threads to die
H A Dtest_startfile.py14 from time import sleep namespace
33 sleep(0.1)
39 sleep(0.1)
H A Dtest_wait4.py22 time.sleep(1.0)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dfork_wait.py33 time.sleep(SHORTSLEEP)
44 time.sleep(2 * SHORTSLEEP)
53 time.sleep(LONGSLEEP)
68 time.sleep(LONGSLEEP)
79 time.sleep(2*SHORTSLEEP) # Wait for threads to die
H A Dtest_startfile.py14 from time import sleep namespace
33 sleep(0.1)
39 sleep(0.1)
H A Dtest_wait4.py22 time.sleep(1.0)
/prebuilts/go/darwin-x86/src/
H A Diostest.bash36 # Initial sleep to make sure we are restarting before we start polling.
37 sleep 30
42 sleep 10
46 sleep 30
/prebuilts/go/linux-x86/src/
H A Diostest.bash36 # Initial sleep to make sure we are restarting before we start polling.
37 sleep 30
42 sleep 10
46 sleep 30
/prebuilts/gdb/darwin-x86/lib/python2.7/test/subprocessdata/
H A Dsigchild_ignore.py12 time.sleep(0.01) # Avoid being a CPU busy loop.
/prebuilts/gdb/linux-x86/lib/python2.7/test/subprocessdata/
H A Dsigchild_ignore.py12 time.sleep(0.01) # Avoid being a CPU busy loop.
/prebuilts/go/darwin-x86/misc/cgo/test/
H A Dissue6997_linux.c15 sleep(1);
/prebuilts/go/linux-x86/misc/cgo/test/
H A Dissue6997_linux.c15 sleep(1);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/subprocessdata/
H A Dsigchild_ignore.py12 time.sleep(0.01) # Avoid being a CPU busy loop.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/subprocessdata/
H A Dsigchild_ignore.py12 time.sleep(0.01) # Avoid being a CPU busy loop.
/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
H A Ddbutils.py24 # import the time.sleep function in a namespace safe way to allow
27 from time import sleep as _sleep
37 # always sleep at least N seconds between retrys
39 # never sleep more than N seconds between retrys
74 # exponential backoff in the sleep time
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
H A Ddbutils.py24 # import the time.sleep function in a namespace safe way to allow
27 from time import sleep as _sleep
37 # always sleep at least N seconds between retrys
39 # never sleep more than N seconds between retrys
74 # exponential backoff in the sleep time
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbutils.py24 # import the time.sleep function in a namespace safe way to allow
27 from time import sleep as _sleep
37 # always sleep at least N seconds between retrys
39 # never sleep more than N seconds between retrys
74 # exponential backoff in the sleep time
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
H A Ddbutils.py24 # import the time.sleep function in a namespace safe way to allow
27 from time import sleep as _sleep
37 # always sleep at least N seconds between retrys
39 # never sleep more than N seconds between retrys
74 # exponential backoff in the sleep time
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dunistd.h44 #pragma push_macro("sleep")
45 #undef sleep macro
46 unsigned int __cdecl sleep (unsigned int);
47 #pragma pop_macro("sleep")

Completed in 6302 milliseconds

1234567891011>>