Searched refs:iOperation (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsSerializer.h69 * @param iOperation holds the index of the current CProgress operation,
72 ulong iOperation, ulong iPercent);
197 * @param iOperation holds the index of the current CProgress operation,
200 ulong iOperation, ulong iPercent);
H A DUISettingsPage.h85 * @param iOperation holds the index of the current CProgress operation,
88 ulong iOperation, ulong iPercent);
H A DUISettingsSerializer.cpp374 ulong iOperation, ulong iPercent)
381 m_pLabelSubOperationProgress->setText(m_strProgressDescriptionTemplate.arg(strOperation).arg(iOperation).arg(iOperations));
373 sltHandleOperationProgressChange(ulong iOperations, QString strOperation, ulong iOperation, ulong iPercent) argument
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIProgressDialog.h112 * @param iOperation holds the index of the current CProgress operation,
115 ulong iOperation, ulong iPercent);
/vbox/src/VBox/Runtime/common/zip/
H A Dunzipcmd.cpp58 int iOperation; member in struct:RTZIPUNZIPCMDOPS
431 if (Opts.iOperation)
435 Opts.iOperation = rc;
462 switch (Opts.iOperation)
H A Dtarcmd.cpp89 int iOperation; member in struct:RTZIPTARCMDOPS
1028 if (Opts.iOperation)
1031 Opts.iOperation = rc;
1161 if (Opts.iOperation == 0)
1163 Opts.iOperation = 't';
1167 if ( Opts.iOperation == 'x'
1171 if ( Opts.iOperation == 'x'
1178 switch (Opts.iOperation)
/vbox/src/VBox/ValidationKit/tests/teleportation/
H A DtdTeleportLocal1.py373 if oProgressDst.waitForOperation(iOperation = -3) == 0:
549 if oProgressDst.waitForOperation(iOperation = -3) == 0:
605 if oProgressDst.waitForOperation(iOperation = -3) == 0:
657 if oProgressDst.waitForOperation(iOperation = -3) == 0:
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py421 def waitForOperation(self, iOperation, cMsTimeout = 60000, fErrorOnTimeout = True, cMsInterval = 1000, \
426 Negative iOperation values are relative to operationCount (this
443 if iOperation >= 0:
444 iRealOperation = iOperation;
446 iRealOperation = cOperations + iOperation;
470 % (cMsTimeout / 1000, self.sName, iOperation))
473 % (cMsTimeout / 1000, self.sName, iOperation))

Completed in 130 milliseconds