Searched refs:totalSize (Results 1 – 4 of 4) sorted by relevance
947 int totalSize = urlConnection.getContentLength(); in download() local970 if (totalSize > 0) { in download()971 int nowProgress = totalCount * 10 / totalSize; in download()
193 size_t totalSize = 512; in copyFile() local200 if ( (readSize = fread(pBuffer, 1, totalSize, pSource)) > 0 && !ferror(pSource) ) in copyFile()
META-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
789 static sal_uInt32 getNextBlockSize( sal_uInt32 totalSize, sal_uInt32 blockSize ) in getNextBlockSize() argument791 sal_uInt32 numberOfBlocks = ( totalSize + ( blockSize - 1 ) ) / blockSize; in getNextBlockSize()
Completed in 19 milliseconds