Searched refs:totalSize (Results 1 – 8 of 8) sorted by relevance
27 val totalSize: Long = 0, constant in trebuchet.extras.InputStreamAdapter44 progressCallback?.let { it.invoke(totalRead, totalSize) } in next()
84 long totalSize = in createCollections() local89 double gapPercentage = (double) newGap / totalSize; in createCollections()
357 public AlignmentSegment(int alignment, int totalSize) { in AlignmentSegment() argument359 Preconditions.checkArgument(totalSize >= MINIMUM_SIZE, "totalSize < MINIMUM_SIZE"); in AlignmentSegment()366 padding = totalSize - MINIMUM_SIZE; in AlignmentSegment()
366 final int totalSize = bps * nbTotalSectors; in rootDirectorySize() local367 if (totalSize >= MAX_DIRECTORY * 5 * 32) { in rootDirectorySize()370 return totalSize / (5 * 32); in rootDirectorySize()
227 int totalSize = (int) (apkSigBlockSizeInFooter + 8); in findApkSigningBlock() local228 long apkSigBlockOffset = centralDirStartOffset - totalSize; in findApkSigningBlock()241 return new ApkSigningBlock(apkSigBlockOffset, apk.slice(apkSigBlockOffset, totalSize)); in findApkSigningBlock()
320 int totalSize = (int) zipFile.length();334 assertTrue(newTotalSize + " == " + totalSize, newTotalSize == totalSize);360 int totalSize = (int) zipFile.length();375 assertTrue(newTotalSize + " < " + totalSize, newTotalSize < totalSize);402 int totalSize = (int) zipFile.length();426 assertTrue(newTotalSize + " > " + totalSize, newTotalSize > totalSize);453 int totalSize = (int) zipFile.length();477 assertTrue(newTotalSize + " > " + totalSize, newTotalSize > totalSize);
444 long totalSize = stream.getChannel().size(); in getZipCentralDirectoryInfos() local446 data = new byte[(int) (totalSize - offset)]; in getZipCentralDirectoryInfos()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...