Searched defs:VirtualBoxManager (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/webservice/samples/python/
H A Dclienttest.py39 from vboxapi import VirtualBoxManager namespace
41 wrapper = VirtualBoxManager(None, None)
/vbox/src/VBox/Devices/Network/scripts/
H A DVBoxPortForwarding.py29 from vboxapi import VirtualBoxManager namespace
73 man = VirtualBoxManager(None, None)
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py340 that initialized VirtualBoxManager) or if the time isn't an integer.
937 # This is reinitalized whenever VirtualBoxManager is called, so it will hold
941 # be way simpler to use than VirtualBoxManager::oXcptClass.
945 class VirtualBoxManager(object): class in inherits:object
983 self.statuses = self.platform.xcptSetupConstants(VirtualBoxManager.Statuses())
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py3579 from vboxapi import VirtualBoxManager namespace
3580 oVBoxMgr = VirtualBoxManager(style, params)
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvbox.py1217 from vboxapi import VirtualBoxManager namespace
1234 self.oVBoxMgr = VirtualBoxManager(None, None)
1237 reporter.logXcpt('VirtualBoxManager exception');

Completed in 77 milliseconds