Searched refs:run (Results 1 - 25 of 116) sorted by relevance

12345

/vbox/src/VBox/Main/webservice/samples/python/
H A DMakefile13 all: run
15 run:
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsIRunnable.idl43 void run();
/vbox/src/VBox/Installer/linux/
H A Dvboxdrv-pardus.py13 ret = run("/usr/sbin/vboxdrv start")
21 ret = run("/usr/sbin/vboxdrv stop")
28 return run("/usr/sbin/vboxdrv status")
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestAutoLock.cpp50 static void PR_CALLBACK run(void* arg) function
78 run,
86 run(nsnull);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/
H A DPythonToolsTests.py31 unittest.TextTestRunner().run(allTests)
H A DCToolsTests.py34 unittest.TextTestRunner().run(allTests)
H A DRunTests.py39 unittest.TextTestRunner(verbosity=2).run(allTests)
H A DTianoCompress.py72 unittest.TextTestRunner().run(allTests)
H A DCheckPythonSyntax.py72 unittest.TextTestRunner().run(allTests)
/vbox/src/libs/libxml2-2.6.31/
H A Dmissing31 run=:
33 # In the cases where this matters, `missing' is being run in the
42 --run)
43 # Try to run requested program, and just exit if it succeeds.
44 run=
50 # If it does not exist, or fails to run (possibly an outdated version),
64 --run try to run the given command, and emulate it if it fails
91 if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
105 if test -z "$run"
[all...]
H A Dltmain.sh149 run=
172 if test "$run" = ":"; then
173 # Return a directory name, but don't create it in dry-run mode
190 # If we're not in dry-run mode, bomb out on failure
267 # but not from the CC environment variable when configure was run.
320 $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $?
341 $run ${rm}r "$my_gentop"
343 $run $mkdir "$my_gentop"
369 $run ${rm}r "$my_xdir"
371 $run
[all...]
/vbox/src/VBox/Main/include/
H A DMachineImplCloneVM.h35 HRESULT run();
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.h104 void run();
173 void run();
209 void run();
245 void run();
281 void run();
317 void run();
354 void run();
391 void run();
428 void run();
464 void run();
[all...]
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless.h94 int run(void);
102 * and potentially before @a run is or after it exits.
H A DVBoxClient.h39 /** A simple interface describing a service. VBoxClient will run exactly one
51 int (*run)(struct VBCLSERVICE **ppInterface, bool fDaemonised); member in struct:VBCLSERVICE
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIProgressDialog.h55 int run(int aRefreshInterval);
130 void run(int iRefreshInterval);
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript.py74 def run(self): member in class:TestBoxScriptWrapper
120 sys.exit(TestBoxScriptWrapper().run());
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java54 public void run() {
78 public void run() {
128 public void run() {
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIThreadPool.cpp64 void run();
271 run();
284 void UIThreadWorker::run() function in class:UIThreadWorker
H A DUIThreadPool.h133 virtual void run() = 0;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfboverlay.h48 } run; member in union:_fbOverlayLayer::__anon6774
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfboverlay.h48 } run; member in union:_fbOverlayLayer::__anon7095
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfboverlay.h48 } run; member in union:_fbOverlayLayer::__anon8130
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfboverlay.h48 } run; member in union:_fbOverlayLayer::__anon8448
/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.h90 int run();

Completed in 77 milliseconds

12345