/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
D | ReadWithDifferentCompressionLevelsTest.java | 33 try (ZFile read = new ZFile(l9File, new ZFileOptions())) { in readL9() 43 try (ZFile read = new ZFile(l1File, new ZFileOptions())) { in readL1()
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
D | Fat16RootDirectory.java | 53 public static Fat16RootDirectory read( in read() method in Fat16RootDirectory 79 protected void read(ByteBuffer data) throws IOException { in read() method in Fat16RootDirectory
|
D | AbstractDirectory.java | 77 protected abstract void read(ByteBuffer data) throws IOException; in read() method in AbstractDirectory 244 protected final void read() throws IOException { in read() method in AbstractDirectory
|
D | FsInfoSector.java | 61 public static FsInfoSector read(Fat32BootSector bs) throws IOException { in read() method in FsInfoSector
|
D | FatFile.java | 111 public void read(long offset, ByteBuffer dest) throws IOException { in read() method in FatFile
|
D | ClusterChainDirectory.java | 87 protected final void read(ByteBuffer data) throws IOException { in read() method in ClusterChainDirectory
|
D | Fat.java | 61 public static Fat read(BootSector bs, int fatNr) in read() method in Fat 177 private void read() throws IOException { in read() method in Fat
|
D | Sector.java | 56 protected void read() throws IOException { in read() method in Sector
|
D | FatFileSystem.java | 120 public static FatFileSystem read(BlockDevice device, boolean readOnly) in read() method in FatFileSystem
|
D | FatLfnDirectory.java | 421 private static ClusterChainDirectory read(FatDirectoryEntry entry, Fat fat) in read() method
|
D | BootSector.java | 74 public static BootSector read(BlockDevice device) throws IOException { in read() method in BootSector
|
D | FatDirectoryEntry.java | 94 public static FatDirectoryEntry read(ByteBuffer buff, boolean readOnly) { in read() method in FatDirectoryEntry
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | LazyDelegateByteSource.java | 128 public byte[] read() throws IOException { in read() method in LazyDelegateByteSource 133 public <T> T read(@Nonnull ByteProcessor<T> processor) throws IOException { in read() method in LazyDelegateByteSource
|
D | StoredEntry.java | 344 public byte[] read() throws IOException { in read() method in StoredEntry 357 public int read(byte[] bytes) throws IOException { in read() method in StoredEntry
|
D | ZipField.java | 163 long read(@Nonnull ByteBuffer bytes) throws IOException { in read() method in ZipField
|
D | ZFile.java | 894 public int read() throws IOException { in directOpen() method 910 public int read(@Nonnull byte[] b, int off, int len) throws IOException { in directOpen() method 2026 int read = 0; in mergeFrom() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | SizeLimitedOutputStreamTest.java | 49 int read; in testMaxFileSizeHelper() local
|
D | EmailTest.java | 51 public int read() {return 0;} in read() method in EmailTest.TestProcess.StubInputStream
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/ |
D | CloseableDelegateByteSource.java | 134 public byte[] read() throws IOException { in read() method in CloseableDelegateByteSource 139 public <T> T read(@Nonnull ByteProcessor<T> processor) throws IOException { in read() method in CloseableDelegateByteSource
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
D | RamDisk.java | 60 int read = zis.read(buffer); in readGzipped() local 116 public void read(long devOffset, ByteBuffer dest) throws IOException { in read() method in RamDisk
|
D | FileDisk.java | 110 public void read(long devOffset, ByteBuffer dest) throws IOException { in read() method in FileDisk 118 final int read = fc.read(dest, devOffset); in read() local
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
D | FsFile.java | 62 public void read(long offset, ByteBuffer dest) throws IOException; in read() method
|
D | BlockDevice.java | 48 public abstract void read(long devOffset, ByteBuffer dest) in read() method
|
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/ |
D | InputStreamBerDataValueReader.java | 250 public int read() throws IOException { in read() method in InputStreamBerDataValueReader.RecordingInputStream 259 public int read(byte[] b) throws IOException { in read() method in InputStreamBerDataValueReader.RecordingInputStream 268 public int read(byte[] b, int off, int len) throws IOException { in read() method in InputStreamBerDataValueReader.RecordingInputStream
|
/tools/apksig/src/main/java/com/android/apksig/ |
D | SigningCertificateLineage.java | 307 private static SigningCertificateLineage read(ByteBuffer inputByteBuffer) in read() method in SigningCertificateLineage 322 private static SigningCertificateLineage read(ByteBuffer inputByteBuffer, int version) in read() method in SigningCertificateLineage
|