Searched defs:off (Results 1 – 9 of 9) 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/test/connectivity/acts/framework/acts/controllers/pdu_lib/digital_loggers/ |
D | webpowerswitch.py | 74 def off(self, outlet): member in PduDevice
|
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/synaccess/ |
D | np02b.py | 52 def off(self, outlet): member in PduDevice
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | pdu.py | 187 def off(self, outlet): member in PduDevice
|
/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 | 911 public int read(@Nonnull byte[] b, int off, int len) throws IOException { in directOpen()
|