Searched refs:sleep (Results 126 - 143 of 143) sorted by relevance

123456

/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py1146 time.sleep(0.2);
1385 time.sleep(0.5); # fudge factory
1752 def sleep(self, cSecs): member in class:TestDriver
2892 self.sleep(1);
3037 self.sleep(22); # NAT fudge - Two fixes are wanted: 1. TXS connect retries. 2. Main API reboot/reset hint.
3182 self.sleep(2); # fudge! grr
H A Dtxsclient.py661 time.sleep(self.getMsLeft(1, 1000) / 1000.0);
674 time.sleep(1);
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py513 time.sleep(float(stamp)/1000)
628 time.sleep(float(update)+0.1)
630 # to allow sleep interruption
1830 print "usage: sleep <secs>"
1834 time.sleep(float(args[1]))
1836 # to allow sleep interrupt
2086 time.sleep(0.3)
2123 time.sleep(delay)
3290 'sleep':['Sleep for specified number of seconds: sleep 3.1415
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h529 #define sleep _sleep
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptsynch.c915 sleep(1);
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py544 # sleep to allow the OS to recover
545 time.sleep(1)
/vbox/src/VBox/ValidationKit/tests/network/
H A DtdNetBenchmark1.py502 self.sleep(5);
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.c1234 sleep(4);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dirix.c1099 sleep(1);
H A Dunix.c1608 if (t->sleep < min_timeout) {
1609 min_timeout = t->sleep;
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-x.c504 * backs as decoded data become available. We optionally call sleep() for
516 sleep(1);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py841 time.sleep(self._CheckInterval)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h829 /* The _PR_MD_WAIT_LOCK and _PR_MD_WAKEUP_WAITER functions put to sleep and
1634 PRIntervalTime sleep; /* sleep time when thread is sleeping */ member in struct:PRThread
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric.c4008 sleep ( 2 );
/vbox/src/libs/libxml2-2.6.31/
H A Dltmain.sh894 sleep 2
H A Dconfigure2311 sleep 1
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntio.c823 * the sleep time here, and then continue. The restarted_io handler
826 thread->sleep = ticks;
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py3299 time.sleep(5);

Completed in 283 milliseconds

123456