Searched refs:entryCount (Results 1 – 7 of 7) sorted by relevance
122 protected final void changeSize(int entryCount) in changeSize() argument125 assert (entryCount >= 0); in changeSize()127 final int size = entryCount * FatDirectoryEntry.SIZE; in changeSize()131 getCapacity(), entryCount); in changeSize()
107 protected void changeSize(int entryCount) throws DirectoryFullException { in changeSize() argument108 if (getCapacity() < entryCount) { in changeSize()109 throw new DirectoryFullException(getCapacity(), entryCount); in changeSize() local
108 protected abstract void changeSize(int entryCount) in changeSize() argument
291 int entryCount = 0; in findApkSignatureSchemeBlock() local293 entryCount++; in findApkSignatureSchemeBlock()296 "Insufficient data to read size of APK Signing Block entry #" + entryCount); in findApkSignatureSchemeBlock()301 "APK Signing Block entry #" + entryCount in findApkSignatureSchemeBlock()308 "APK Signing Block entry #" + entryCount + " size out of range: " + len in findApkSignatureSchemeBlock()
META-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...