Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 27) sorted by relevance

12

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DReadWithDifferentCompressionLevelsTest.java33 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/
DFat16RootDirectory.java53 public static Fat16RootDirectory read( in read() method in Fat16RootDirectory
79 protected void read(ByteBuffer data) throws IOException { in read() method in Fat16RootDirectory
DAbstractDirectory.java77 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
DFsInfoSector.java61 public static FsInfoSector read(Fat32BootSector bs) throws IOException { in read() method in FsInfoSector
DFatFile.java111 public void read(long offset, ByteBuffer dest) throws IOException { in read() method in FatFile
DClusterChainDirectory.java87 protected final void read(ByteBuffer data) throws IOException { in read() method in ClusterChainDirectory
DFat.java61 public static Fat read(BootSector bs, int fatNr) in read() method in Fat
177 private void read() throws IOException { in read() method in Fat
DSector.java56 protected void read() throws IOException { in read() method in Sector
DFatFileSystem.java120 public static FatFileSystem read(BlockDevice device, boolean readOnly) in read() method in FatFileSystem
DFatLfnDirectory.java421 private static ClusterChainDirectory read(FatDirectoryEntry entry, Fat fat) in read() method
DBootSector.java74 public static BootSector read(BlockDevice device) throws IOException { in read() method in BootSector
DFatDirectoryEntry.java94 public static FatDirectoryEntry read(ByteBuffer buff, boolean readOnly) { in read() method in FatDirectoryEntry
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DLazyDelegateByteSource.java128 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
DStoredEntry.java344 public byte[] read() throws IOException { in read() method in StoredEntry
357 public int read(byte[] bytes) throws IOException { in read() method in StoredEntry
DZipField.java163 long read(@Nonnull ByteBuffer bytes) throws IOException { in read() method in ZipField
DZFile.java894 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/
DSizeLimitedOutputStreamTest.java49 int read; in testMaxFileSizeHelper() local
DEmailTest.java51 public int read() {return 0;} in read() method in EmailTest.TestProcess.StubInputStream
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DCloseableDelegateByteSource.java134 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/
DRamDisk.java60 int read = zis.read(buffer); in readGzipped() local
116 public void read(long devOffset, ByteBuffer dest) throws IOException { in read() method in RamDisk
DFileDisk.java110 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/
DFsFile.java62 public void read(long offset, ByteBuffer dest) throws IOException; in read() method
DBlockDevice.java48 public abstract void read(long devOffset, ByteBuffer dest) in read() method
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
DInputStreamBerDataValueReader.java250 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/
DSigningCertificateLineage.java307 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

12