Home
last modified time | relevance | path

Searched refs:newBytes (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeDecompressor.java191 int newBytes = 0; in decompress() local
195 newBytes = fBuffer.length - fBufferLength; in decompress()
198 if(byteBufferLimit - byteBufferStart < newBytes) in decompress()
199 newBytes = byteBufferLimit - byteBufferStart; in decompress()
202 fBuffer, fBufferLength, newBytes); in decompress()
215 bytePos += newBytes; in decompress()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java570 final long newBytes = mInfoDelta.mTotalBytes - curSize; in transferData() local
572 StorageUtils.ensureAvailableSpace(mContext, outFd, newBytes); in transferData()
656 final long newBytes = (mInfoDelta.mCurrentBytes + len) - curSize; in transferData() local
658 StorageUtils.ensureAvailableSpace(mContext, outFd, newBytes); in transferData()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...