Searched refs:progressBar (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/glue/tests/
H A DTestVBox.java119 static boolean progressBar(VirtualBoxManager mgr, IProgress p, long waitMillis) method in class:TestVBox
140 progressBar(mgr, p, 10000);
161 progressBar(mgr1, p1, 10000);
162 progressBar(mgr2, p2, 10000);
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py188 def progressBar(ctx, progress, wait=1000): function
255 if progressBar(ctx, progress, 100) and int(progress.resultCode) == 0:
267 if progressBar(ctx, progress, 100) and int(progress.resultCode) == 0:
612 if progressBar(ctx, progress, 100) and int(progress.resultCode) == 0:
724 'save': lambda: progressBar(ctx, session.machine.saveState()),
1179 progressBar(ctx, progress)
1950 if (progressBar(ctx, progress) and int(progress.resultCode) == 0):
2217 if progressBar(ctx,progress) and hdd.id:
2342 progressBar(ctx, progress)
2389 if progressBar(ct
[all...]

Completed in 60 milliseconds