Home
last modified time | relevance | path

Searched defs:write (Results 1 – 25 of 42) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/util/
DShellOutputReceiverStream.java50 public void write(int b) { in write() method in ShellOutputReceiverStream
59 public void write(byte[] b) { in write() method in ShellOutputReceiverStream
64 public void write(byte[] b, int off, int len) { in write() method in ShellOutputReceiverStream
DFixedByteArrayOutputStream.java69 public void write(int data) throws IOException { in write() method in FixedByteArrayOutputStream
79 public void write(byte[] b, int off, int len) throws IOException { in write() method in FixedByteArrayOutputStream
DSizeLimitedOutputStream.java180 public synchronized void write(int data) throws IOException { in write() method in SizeLimitedOutputStream
191 public synchronized void write(byte[] b, int off, int len) throws IOException { in write() method in SizeLimitedOutputStream
/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() method in ConsoleReaderOutputStream
62 public synchronized void write(int b) throws IOException { in write() method in ConsoleReaderOutputStream
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DExtraField.java207 public void write(@Nonnull ByteBuffer out) throws IOException { in write() method in ExtraField
260 void write(@Nonnull ByteBuffer out) throws IOException; in write() method
315 public void write(@Nonnull ByteBuffer out) throws IOException { in write() method in ExtraField.RawDataSegment
389 public void write(@Nonnull ByteBuffer out) throws IOException { in write() method in ExtraField.AlignmentSegment
DZipField.java263 void write(@Nonnull ByteBuffer output, long value) throws IOException { in write() method in ZipField
286 void write(@Nonnull ByteBuffer output) throws IOException { in write() method in ZipField
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatFile.java144 public void write(long offset, ByteBuffer srcBuf) in write() method in FatFile
160 private void updateTimeStamps(boolean write) { in updateTimeStamps()
DFat16RootDirectory.java84 protected void write(ByteBuffer data) throws IOException { in write() method in Fat16RootDirectory
DClusterChainDirectory.java92 protected final void write(ByteBuffer data) throws IOException { in write() method in ClusterChainDirectory
DSector.java80 public final void write() throws IOException { in write() method in Sector
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFsFile.java76 public void write(long offset, ByteBuffer src) in write() method
DBlockDevice.java62 public abstract void write(long devOffset, ByteBuffer src) in write() method
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/signature/
DSignatureCatCommand.kt113 private fun write(codebase: Codebase, outputFormat: FileFormat, printWriter: PrintWriter) { in <lambda>() method
/tools/metalava/metalava-testing/src/main/java/com/android/tools/metalava/testing/
DBaselineFile.kt108 fun write() { in write() method in com.android.tools.metalava.testing.MutableBaselineFile
/tools/tradefederation/core/javatests/com/android/tradefed/cache/remote/
DByteStreamUploaderTest.java69 public StreamObserver<WriteRequest> write(StreamObserver<WriteResponse> streamObserver) { in write() method in ByteStreamUploaderTest.FakeByteStreamService
/tools/platform-compat/build/
Dprocess_compat_config.py92 def write(self, filename): member in ConfigMerger
/tools/platform-compat/java/android/processor/compat/changeid/
DXmlWriter.java119 void write(OutputStream output) throws IOException { in write() method in XmlWriter
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Drfcomm_lib.py54 def write(self, line): member in RfcommLib
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DModifierListWriter.kt93 fun write(item: Item, normalizeFinal: Boolean = false) { in <lambda>() method
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Drpc_connection_test.py31 def write(self, msg): member in MockSocketFile
/tools/acloud/create/
Dcreate_common_test.py39 def write(self, filename, arcname=None, compress_type=None): member in FakeZipFile
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
DRamDisk.java134 public void write(long devOffset, ByteBuffer src) throws IOException { in write() method in RamDisk
DFileDisk.java126 public void write(long devOffset, ByteBuffer src) throws IOException { in write() method in FileDisk
/tools/metalava/metalava-reporter/src/main/java/com/android/tools/metalava/reporter/
DBaseline.kt194 private fun write(): Boolean { in <lambda>() method in com.android.tools.metalava.reporter.Baseline
/tools/tradefederation/core/common_util/com/android/tradefed/cache/remote/
DByteStreamUploader.java138 private ListenableFuture<Long> write(String resourceName, Chunker chunker) { in write() method in ByteStreamUploader

12