/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
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extras/ |
D | StreamAdapter.kt | 38 val read = inputStream.read(buffer) in next() constant
|
/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
|
/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/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/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/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/ |
D | TraceViewerWindow.kt | 75 val read = stream.read(buffer) in <lambda>() constant
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | gpio_lib.py | 60 def read(self, pin): member in FuchsiaGpioLib
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/ |
D | BufferReader.kt | 114 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/ |
D | FileChannelDataSource.java | 111 int read = mChannel.read(buf); in feed() local
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | logserial.py | 337 def read(self): member in LogSerial
|
/tools/security/remote_provisioning/cert_validator/src/ |
D | bcc.rs | 31 pub fn read(fname: &str) -> Result<Chain> { in read() method 159 pub fn read(fname: &str) -> Result<CoseSign1> { in read() function
|