Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 31) 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
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extras/
DStreamAdapter.kt38 val read = inputStream.read(buffer) in next() constant
/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
/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/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/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/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/
DTraceViewerWindow.kt75 val read = stream.read(buffer) in <lambda>() constant
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dgpio_lib.py60 def read(self, pin): member in FuchsiaGpioLib
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt114 fun <T> read(group: Int, cb: PreviewReader.() -> T): T { in read() method in trebuchet.util.MatchResult
154 …inline fun <T> read(slice: DataSlice, stringCache: StringCache? = null, init: BufferReader.() -> T… in read() method in trebuchet.util.BufferReader
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DFileChannelDataSource.java111 int read = mChannel.read(buf); in feed() local
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dlogserial.py337 def read(self): member in LogSerial
/tools/security/remote_provisioning/cert_validator/src/
Dbcc.rs31 pub fn read(fname: &str) -> Result<Chain> { in read() method
159 pub fn read(fname: &str) -> Result<CoseSign1> { in read() function

12