Searched defs:off (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | ShellOutputReceiverStream.java | 55 public void write(byte[] b, int off, int len) { in write()
|
D | FixedByteArrayOutputStream.java | 79 public void write(byte[] b, int off, int len) throws IOException { in write()
|
D | SizeLimitedOutputStream.java | 191 public synchronized void write(byte[] b, int off, int len) throws IOException { in write()
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | ConsoleReaderOutputStream.java | 110 public synchronized void write(byte[] b, int off, int len) throws IOException { in write()
|
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/ |
D | InputStreamBerDataValueReader.java | 268 public int read(byte[] b, int off, int len) throws IOException { in read()
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
D | ZFile.java | 910 public int read(@Nonnull byte[] b, int off, int len) throws IOException { in directOpen()
|