Lines Matching defs:percent
265 if (lowLevel > 100 || lowLevel < 0) { /* full percent is 100 */
341 float percent = static_cast<double>(startSize) / static_cast<double>(allPkgSize) + VERIFY_PERCENT;
342 percent = (percent > 1.0) ? 1.0 : percent; // 1.0 : 100%
343 LOG(INFO) << "percent is:" << percent;
344 pkgStartPosition.push_back(percent);
423 " percent:" << upParams.initialProgress << "~" << pkgStartPosition[upParams.pkgLocation + 1];
460 " percent:" << upParams.currentPercentage;