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

123456

/vbox/src/VBox/ValidationKit/tests/autostart/
H A DtdAutostart1.py612 self.sleep(5);
666 self.sleep(5);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A Dmain.cpp674 sleep(2);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A D3c5x9.c111 sleep(2); /* Give time for media to negotiate */
/vbox/src/VBox/Additions/solaris/Installer/
H A Dpostinstall.sh375 sleep 1
/vbox/src/libs/libxml2-2.6.31/
H A Dregressions.py175 time.sleep(0.001)
/vbox/src/VBox/ValidationKit/tests/storage/
H A DtdStorageSnapshotMerging1.py247 self.sleep(5);
H A DtdStorageBenchmark1.py526 self.sleep(5);
H A DtdStorageStress1.py401 self.sleep(5);
/vbox/src/VBox/Installer/linux/rpm/
H A DVirtualBox.tmpl.spec227 sleep 1
385 sleep 1
/vbox/src/VBox/Devices/PC/ipxe/src/hci/tui/
H A Dsettings_ui.c304 sleep ( 2 );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java612 Thread.currentThread().sleep(300);
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd.sh305 sleep .5;;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dntthread.c98 _PR_ADD_SLEEPQ(restarted_io, restarted_io->sleep);
H A Dw16sock.c843 if (t->sleep < min_timeout) {
844 min_timeout = t->sleep;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h481 #undef sleep macro
482 #define sleep(a) xf86sleep(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h481 #undef sleep macro
482 #define sleep(a) xf86sleep(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h487 #undef sleep macro
488 #define sleep(a) xf86sleep(a) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h437 #undef sleep macro
438 #define sleep(a) xf86sleep(a) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h485 #undef sleep macro
486 #define sleep(a) xf86sleep(a) macro
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript_real.py819 time.sleep(random.randint(self.kcSecMinSignOnDelay * iFactor, self.kcSecMaxSignOnDelay * iFactor));
846 time.sleep(random.randint(self.kcSecMinDelay * iFactor, self.kcSecMaxDelay * iFactor));
/vbox/src/VBox/ValidationKit/tests/teleportation/
H A DtdTeleportLocal1.py661 self.sleep(cSecsX2 / 2);
685 self.sleep(cSecsX2 / 2);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py442 time.sleep(0.01)
497 time.sleep(0.01)
500 time.sleep(0.01)
510 time.sleep(0.1)
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c231 #include <unistd.h> /* lseek, read, write, close, unlink, sleep, */
361 sleep(2); /* relinquish the CPU for two seconds while waiting */
/vbox/src/VBox/ValidationKit/testdriver/
H A Dbase.py407 time.sleep(0.5);
1516 time.sleep(1);
H A Dreporter.py680 time.sleep(2);
719 time.sleep(2);

Completed in 214 milliseconds

123456