Searched defs:iTotal (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UIDownloader.cpp | 76 void UIDownloader::processNetworkReplyProgress(qint64 iReceived, qint64 iTotal) argument 80 Q_UNUSED(iTotal);
|
H A D | UINetworkRequestWidget.cpp | 118 void UINetworkRequestWidget::sltSetProgress(qint64 iReceived, qint64 iTotal) argument 124 m_pProgressBar->setRange(0, iTotal);
|
H A D | UINetworkManagerIndicator.cpp | 136 void UINetworkManagerIndicator::sltSetProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal) argument 146 data.bytesTotal = iTotal;
|
H A D | UINetworkRequest.cpp | 89 void UINetworkRequest::sltHandleNetworkReplyProgress(qint64 iReceived, qint64 iTotal) argument 92 emit sigProgress(m_uuid, iReceived, iTotal); 94 emit sigProgress(iReceived, iTotal);
|
H A D | UINetworkManager.cpp | 174 void UINetworkManager::sltHandleNetworkRequestProgress(const QUuid &uuid, qint64 iReceived, qint64 iTotal) argument 186 pNetworkCustomer->processNetworkReplyProgress(iReceived, iTotal);
|
/vbox/src/VBox/HostDrivers/Support/testcase/ |
H A D | tstSupTscDelta.cpp | 102 int64_t iTotal; member in struct:__anon16377 146 aCpuStats[iCpu].iTotal += iTscDelta; 184 int64_t iTotal = 0; local 196 aCpuStats[iCpu].iTotal / cIterations, 208 iTotal += aCpuStats[iCpu].iHighest; 213 iLowest, iHighest, iTotal / cTotal, iHighest - iLowest);
|
Completed in 48 milliseconds