Home
last modified time | relevance | path

Searched defs:off (Results 1 – 9 of 9) 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/test/connectivity/acts/framework/acts/controllers/pdu_lib/digital_loggers/
Dwebpowerswitch.py74 def off(self, outlet): member in PduDevice
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/synaccess/
Dnp02b.py52 def off(self, outlet): member in PduDevice
/tools/test/connectivity/acts/framework/acts/controllers/
Dpdu.py187 def off(self, outlet): member in PduDevice
/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.java911 public int read(@Nonnull byte[] b, int off, int len) throws IOException { in directOpen()