Searched refs:totalRead (Results 1 – 4 of 4) sorted by relevance
479 int totalRead = 0;488 totalRead += mDataLength;491 totalRead += mDataLength;499 if (decodeUintvarInteger(startIndex + totalRead)) {500 totalRead += mDataLength;503 return readContentParameters(startIndex + totalRead, leftToRead504 - totalRead, accumulator + totalRead);514 if (decodeNoValue(startIndex + totalRead)) {515 totalRead += mDataLength;517 } else if (decodeIntegerValue(startIndex + totalRead)) {[all …]
180 int totalRead = 0; in readExactly() local182 int n = Os.read(fd, buffer, offset + totalRead, numBytes); in readExactly()190 totalRead += n; in readExactly()192 return totalRead; in readExactly()
174 long totalRead = 0; in lookForPhantomProcessesLocked() local180 totalRead += read; in lookForPhantomProcessesLocked()200 input.skip(-totalRead); in lookForPhantomProcessesLocked()
425 long totalRead = 0; in run() local456 totalRead += nRead; in run()460 new BackupProgress(preflightResult, totalRead)); in run()468 + ": " + totalRead + " of " + quota); in run()474 mBackupRunner.sendQuotaExceeded(totalRead, quota); in run()