Searched refs:totalRead (Results 1 – 6 of 6) 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 …]
59 var totalRead: Long = 0 in <lambda>() variable71 totalRead += numRead.toLong() in <lambda>()72 val fraction = totalRead.toFloat() / sizeBytes.toFloat() in <lambda>()
185 int totalRead = 0; in readExactly() local187 int n = Os.read(fd, buffer, offset + totalRead, numBytes); in readExactly()195 totalRead += n; in readExactly()197 return totalRead; in readExactly()
176 long totalRead = 0; in lookForPhantomProcessesLocked() local182 totalRead += read; in lookForPhantomProcessesLocked()202 input.skip(-totalRead); in lookForPhantomProcessesLocked()
320 long totalRead = 0; in doInBackground() local337 totalRead += numRead; in doInBackground()338 float fraction = ((float) totalRead / (float) sizeBytes); in doInBackground()
456 long totalRead = 0; in run() local487 totalRead += nRead; in run()491 new BackupProgress(preflightResult, totalRead)); in run()499 + ": " + totalRead + " of " + quota); in run()505 mBackupRunner.sendQuotaExceeded(totalRead, quota); in run()