Home
last modified time | relevance | path

Searched defs:toRead (Results 1 – 6 of 6) 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.java169 int toRead = (size > buffer.length) ? buffer.length : (int)size; in restoreFile() local
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
DExprModelTest.java199 List<Expr> toRead = getShouldRead(); in testTernaryWithPlus() local
260 List<Expr> toRead = getShouldRead(); in testTernaryInsideTernary() local
/frameworks/opt/net/voip/src/jni/rtp/
DAudioGroup.cpp882 int toRead = (mode == MUTED) ? 0 : sampleCount; in threadLoop() local
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerService.java3554 int toRead = (chunkTotal > buffer.length) ? buffer.length : chunkTotal; in routeSocketDataToOutput() local
5592 int toRead = (toCopy > mBuffer.length) in restoreOneFile() local
5648 int toRead = (bytesToConsume > mBuffer.length) in restoreOneFile() local
5792 long toRead = (buffer.length < size) ? buffer.length : size; in installApk() local
7012 int toRead = (toCopy > buffer.length) in restoreOneFile() local
7060 int toRead = (bytesToConsume > buffer.length) in restoreOneFile() local
7221 long toRead = (buffer.length < size) ? buffer.length : size; in installApk() local