/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | AbstractDirectory.java | 178 public int getSize() { in getSize() method in AbstractDirectory 271 if (getSize() == getCapacity()) { in addEntry() 281 if (getSize() + entries.length > getCapacity()) { in addEntries() 282 changeSize(getSize() + entries.length); in addEntries() 292 changeSize(getSize()); in removeEntry() 367 changeSize(getSize() - 1); in setLabel() 375 changeSize(getSize() + 1); in setLabel()
|
D | SuperFloppyFormatter.java | 190 final int totalSectors = (int)(device.getSize() / sectorSize); in format() 295 return fatTypeFromSize(device.getSize()); in fatTypeFromDevice() 396 final long sectors = device.getSize() / device.getSectorSize(); in sectorsPerCluster32() 401 return sectorsPerCluster32FromSize(device.getSize(), device.getSectorSize()); in sectorsPerCluster32() 430 long size = device.getSize(); in sectorsPerCluster16() 436 long size = device.getSize(); in defaultSectorsPerCluster()
|
D | BootSector.java | 155 setSectorCount(getDevice().getSize() / getDevice().getSectorSize()); in init()
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
D | RamDisk.java | 110 public long getSize() { in getSize() method in RamDisk 119 if (devOffset > getSize()){ in read() 122 sb.append(" is off size (").append(getSize()).append(")"); in read() 137 if (devOffset + src.remaining() > getSize()) throw new in write() 141 ", size=" + getSize()); in write()
|
D | FileDisk.java | 103 public long getSize() throws IOException { in getSize() method in FileDisk 114 if ((devOffset + toRead) > getSize()) throw new IOException( in read() 133 if ((devOffset + toWrite) > getSize()) throw new IOException( in write()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | FileUseMapEntry.java | 48 (o1, o2) -> Ints.saturatedCast(o1.getSize() - o2.getSize()); 131 long getSize() { in getSize() method in FileUseMapEntry
|
D | FileUseMap.java | 437 if (curr.getSize() < (size + extraSize)) { in locateFree() 446 long emptySpaceLeft = curr.getSize() - (size + extraSize); in locateFree() 458 if (best != null && best.getSize() < curr.getSize()) { in locateFree()
|
D | CompressionResult.java | 83 public long getSize() { in getSize() method in CompressionResult
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/compress/ |
D | BestAndDefaultDeflateExecutorCompressor.java | 82 double sizeRatio = bestResult.getSize() / (double) defaultResult.getSize(); in immediateCompress()
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
D | BlockDevice.java | 39 public abstract long getSize() throws IOException; in getSize() method
|
/tools/apksig/src/main/java/com/android/apksig/internal/zip/ |
D | LocalFileRecord.java | 107 public long getSize() { in getSize() method in LocalFileRecord 300 long size = getSize(); in outputRecord() 326 long remainingRecordSize = getSize() - mDataStartOffset; in outputRecordWithModifiedExtra()
|
D | CentralDirectoryRecord.java | 82 public int getSize() { in getSize() method in CentralDirectoryRecord
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | ApkSigner.java | 389 inputOffset += inputLocalFileRecord.getSize(); in sign() 564 outputCentralDirSizeBytes += record.getSize(); in sign()
|
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ZFileTest.java | 296 assertEquals(2, fooEntry.getSize());
|
/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | tradefed-test-framework.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |