Home
last modified time | relevance | path

Searched defs:off (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DShellOutputReceiverStream.java55 public void write(byte[] b, int off, int len) { in write()
DFixedByteArrayOutputStream.java79 public void write(byte[] b, int off, int len) throws IOException { in write()
DSizeLimitedOutputStream.java191 public synchronized void write(byte[] b, int off, int len) throws IOException { in write()
/tools/tradefederation/core/src/com/android/tradefed/log/
DConsoleReaderOutputStream.java110 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/
DInputStreamBerDataValueReader.java268 public int read(byte[] b, int off, int len) throws IOException { in read()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java910 public int read(@Nonnull byte[] b, int off, int len) throws IOException { in directOpen()