Searched refs:totalRead (Results 1 – 3 of 3) sorted by relevance
478 int totalRead = 0;487 totalRead += mDataLength;490 totalRead += mDataLength;498 if (decodeUintvarInteger(startIndex + totalRead)) {499 totalRead += mDataLength;502 return readContentParameters(startIndex + totalRead, leftToRead503 - totalRead, accumulator + totalRead);513 if (decodeNoValue(startIndex + totalRead)) {514 totalRead += mDataLength;516 } else if (decodeIntegerValue(startIndex + totalRead)) {[all …]
176 int totalRead = 0; in readExactly() local178 int n = Os.read(fd, buffer, offset + totalRead, numBytes); in readExactly()186 totalRead += n; in readExactly()188 return totalRead; in readExactly()
417 long totalRead = 0; in run() local448 totalRead += nRead; in run()452 new BackupProgress(preflightResult, totalRead)); in run()460 + ": " + totalRead + " of " + quota); in run()466 mBackupRunner.sendQuotaExceeded(totalRead, quota); in run()