Home
last modified time | relevance | path

Searched defs:toRead (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/androidfw/
DStreamingZipInflater.cpp139 size_t toRead = min_of(count, size_t(mOutTotalSize - mOutCurPosition)); in read() local
211 size_t toRead = min_of(mInBufSize, mInTotalSize - mInNextChunkOffset); in readNextChunk() local
DBackupHelpers.cpp682 size_t toRead = toWrite; in write_tarfile() local
/frameworks/base/core/java/android/app/backup/
DFullBackup.java161 int toRead = (size > buffer.length) ? buffer.length : (int)size; in restoreFile() local
/frameworks/base/core/java/android/os/
DRecoverySystem.java277 long toRead = fileLen - commentSize - 2; in verifyPackage() local
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
DExprModelTest.java163 List<Expr> toRead = getShouldRead(); in testTernaryWithPlus() local
224 List<Expr> toRead = getShouldRead(); in testTernaryInsideTernary() local
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java3241 int toRead = (chunkTotal > buffer.length) ? buffer.length : chunkTotal; in routeSocketDataToOutput() local
4971 int toRead = (toCopy > mBuffer.length) in restoreOneFile() local
5026 int toRead = (bytesToConsume > mBuffer.length) in restoreOneFile() local
5164 long toRead = (buffer.length < size) ? buffer.length : size; in installApk() local
6323 int toRead = (toCopy > buffer.length) in restoreOneFile() local
6369 int toRead = (bytesToConsume > buffer.length) in restoreOneFile() local
6512 long toRead = (buffer.length < size) ? buffer.length : size; in installApk() local
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp882 int toRead = (mode == MUTED) ? 0 : sampleCount; in threadLoop() local