Lines Matching defs:bytes
161 // We've received non-zero bytes from a recent download operation. Since our
163 // failures, downloading bytes successfully means we should reset the failure
174 << " to 0 as we received " << count << " bytes successfully";
322 // anything in terms of actual payload bytes, so we should just do the
494 // than this. E.g. if int is 4-bytes, don't left-shift more than 30 bits,
679 int64_t bytes;
682 // having been used if we downloaded a non-trivial amount of bytes
687 bytes = GetCurrentBytesDownloaded(source);
688 successful_bytes += bytes;
689 successful_mbs += bytes / kNumBytesInOneMiB;
692 bytes = GetTotalBytesDownloaded(source);
693 total_bytes_by_source[i] = bytes;
694 total_bytes += bytes;
695 total_mbs += bytes / kNumBytesInOneMiB;
782 // to count the bytes downloaded across various update attempts until
1121 LOG_IF(INFO, log) << "Current bytes downloaded for "
1146 LOG_IF(INFO, log) << "Total bytes downloaded for "