Searched defs:getMachines (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp539 HRESULT Appliance::getMachines(std::vector<com::Utf8Str> &aMachines) function in class:Appliance
H A DVirtualBoxImpl.cpp906 HRESULT VirtualBox::getMachines(std::vector<ComPtr<IMachine> > &aMachines) function in class:VirtualBox
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py144 for mach in getMachines(self.ctx, False, True):
246 getMachines(ctx, True)
260 getMachines(ctx, True)
294 def getMachines(ctx, invalidate = False, simple=False): function
944 for mach in getMachines(ctx, True):
3129 for mach in getMachines(ctx):
3275 'eval':['Evaluate arbitrary Python construction: eval \'for m in getMachines(ctx): print m.name, "has", m.memorySize, "M"\'', evalCmd, 0],

Completed in 65 milliseconds