Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/console/
DConsoleReaderOutputStream.java47 public synchronized void write(byte[] b, int off, int len) throws IOException { in write()
/tools/tradefederation/core/src/com/android/tradefed/util/
DFixedByteArrayOutputStream.java79 public void write(byte[] b, int off, int len) throws IOException { in write()
DShellOutputReceiverStream.java64 public void write(byte[] b, int off, int len) { in write()
DSizeLimitedOutputStream.java191 public synchronized void write(byte[] b, int off, int len) throws IOException { in write()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DSparseImageUtil.java78 int off = 0; in readFully() local
202 public int read(byte[] buf, int off, int len) throws IOException { in read()
DRunUtil.java1268 public void write(byte[] b, int off, int len) throws IOException { in write()
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/digital_loggers/
Dwebpowerswitch.py90 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.py188 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()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py3035 def set_screen_status(ad, off=True): argument