Home
last modified time | relevance | path

Searched refs:newFileSize (Results 1 – 2 of 2) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/
DBSPatch.java121 int newFileSize = readOffset(); in setupSegmentsAndOutput() local
126 executor.createOutput(newFileSize); in setupSegmentsAndOutput()
169 public abstract void createOutput(int newFileSize); in createOutput() argument
190 public void createOutput(int newFileSize) { in createOutput() argument
191 resultBuffer = ByteBuffer.allocate(newFileSize); in createOutput()
258 public void createOutput(int newFileSize) { in createOutput() argument
259 int root = (int) Math.sqrt(newFileSize); in createOutput()
260 width = newFileSize / root; in createOutput()
261 height = newFileSize / width + 1; in createOutput()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp330 UInt64 newFileSize; in GetStream() local
331 /* bool newFileSizeDefined = */ ConvertPropVariantToUInt64(prop, newFileSize); in GetStream()