Home
last modified time | relevance | path

Searched defs:write (Results 376 – 400 of 6626) sorted by relevance

1...<<11121314151617181920>>...266

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java700 public void write(int val) throws IOException { in write() method in ObjectOutputStream
711 public void write(byte[] buf) throws IOException { in write() method in ObjectOutputStream
723 public void write(byte[] buf, int off, int len) throws IOException { in write() method in ObjectOutputStream
1031 public abstract void write(ObjectOutput out) throws IOException; in write() method in ObjectOutputStream.PutField
1731 public void write(ObjectOutput out) throws IOException { in write() method in ObjectOutputStream.PutFieldImpl
1912 public void write(int b) throws IOException { in write() method in ObjectOutputStream.BlockDataOutputStream
1919 public void write(byte[] b) throws IOException { in write() method in ObjectOutputStream.BlockDataOutputStream
1923 public void write(byte[] b, int off, int len) throws IOException { in write() method in ObjectOutputStream.BlockDataOutputStream
1945 void write(byte[] b, int off, int len, boolean copy) in write() method in ObjectOutputStream.BlockDataOutputStream
DOutputStreamWriter.java186 public void write(int c) throws IOException { in write() method in OutputStreamWriter
204 public void write(char cbuf[], int off, int len) throws IOException { in write() method in OutputStreamWriter
222 public void write(String str, int off, int len) throws IOException { in write() method in OutputStreamWriter
DCharArrayWriter.java78 public void write(int c) { in write() method in CharArrayWriter
100 public void write(char c[], int off, int len) { in write() method in CharArrayWriter
128 public void write(String str, int off, int len) { in write() method in CharArrayWriter
DBufferedWriter.java130 public void write(int c) throws IOException { in write() method in BufferedWriter
169 public void write(char cbuf[], int off, int len) throws IOException { in write() method in BufferedWriter
222 public void write(String s, int off, int len) throws IOException { in write() method in BufferedWriter
/aosp_15_r20/external/guava/guava/src/com/google/common/io/
H A DByteArrayDataOutput.java34 void write(int b); in write() method
37 void write(byte b[]); in write() method
40 void write(byte b[], int off, int len); in write() method
H A DFileBackedOutputStream.java206 public synchronized void write(int b) throws IOException { in write() method in FileBackedOutputStream
212 public synchronized void write(byte[] b) throws IOException { in write() method in FileBackedOutputStream
217 public synchronized void write(byte[] b, int off, int len) throws IOException { in write() method in FileBackedOutputStream
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerTraceWriter.java173 public void write(final int c) throws IOException in write() method in SerializerTraceWriter
215 public void write(final char chars[], final int start, final int length) in write() method in SerializerTraceWriter
271 public void write(final String s) throws IOException in write() method in SerializerTraceWriter
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/pack200/
H A DPack200CompressorOutputStream.java101 public void write(final int b) throws IOException { in write() method in Pack200CompressorOutputStream
106 public void write(final byte[] b) throws IOException { in write() method in Pack200CompressorOutputStream
111 public void write(final byte[] b, final int from, final int length) throws IOException { in write() method in Pack200CompressorOutputStream
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/
H A DByteArrayDataOutput.java34 void write(int b); in write() method
37 void write(byte b[]); in write() method
40 void write(byte b[], int off, int len); in write() method
H A DFileBackedOutputStream.java206 public synchronized void write(int b) throws IOException { in write() method in FileBackedOutputStream
212 public synchronized void write(byte[] b) throws IOException { in write() method in FileBackedOutputStream
217 public synchronized void write(byte[] b, int off, int len) throws IOException { in write() method in FileBackedOutputStream
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bitflags-2.5.0/src/tests/
H A Dparser.rs151 fn write<F: Flags>(value: F) -> String in write() function
229 fn write<F: Flags>(value: F) -> String in write() function
323 fn write<F: Flags>(value: F) -> String in write() function
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DOutputStreamWriter.java186 public void write(int c) throws IOException { in write() method in OutputStreamWriter
204 public void write(char cbuf[], int off, int len) throws IOException { in write() method in OutputStreamWriter
222 public void write(String str, int off, int len) throws IOException { in write() method in OutputStreamWriter
H A DCharArrayWriter.java78 public void write(int c) { in write() method in CharArrayWriter
100 public void write(char c[], int off, int len) { in write() method in CharArrayWriter
128 public void write(String str, int off, int len) { in write() method in CharArrayWriter
H A DBufferedWriter.java130 public void write(int c) throws IOException { in write() method in BufferedWriter
169 public void write(char cbuf[], int off, int len) throws IOException { in write() method in BufferedWriter
222 public void write(String s, int off, int len) throws IOException { in write() method in BufferedWriter
/aosp_15_r20/external/rust/android-crates-io/crates/bitflags/src/tests/
Dparser.rs151 fn write<F: Flags>(value: F) -> String in write() function
229 fn write<F: Flags>(value: F) -> String in write() function
323 fn write<F: Flags>(value: F) -> String in write() function
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DOutputStreamWriter.java186 public void write(int c) throws IOException { in write() method in OutputStreamWriter
204 public void write(char cbuf[], int off, int len) throws IOException { in write() method in OutputStreamWriter
222 public void write(String str, int off, int len) throws IOException { in write() method in OutputStreamWriter
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionOutputBuffer.java103 public void write(final byte[] b, int off, int len) throws IOException { in write() method in AbstractSessionOutputBuffer
128 public void write(final byte[] b) throws IOException { in write() method in AbstractSessionOutputBuffer
135 public void write(int b) throws IOException { in write() method in AbstractSessionOutputBuffer
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/
H A DOldFilterWriterTest.java48 public void write(char[] buffer, int offset, int count) throws IOException { in write() method in OldFilterWriterTest.MockWriter
52 public void write(int oneChar) throws IOException { in write() method in OldFilterWriterTest.MockWriter
56 public void write(String str, int offset, int count) throws IOException { in write() method in OldFilterWriterTest.MockWriter
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/gzip/
H A DGzipCompressorOutputStream.java134 public void write(final int b) throws IOException { in write() method in GzipCompressorOutputStream
144 public void write(final byte[] buffer) throws IOException { in write() method in GzipCompressorOutputStream
154 public void write(final byte[] buffer, final int offset, final int length) throws IOException { in write() method in GzipCompressorOutputStream
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
H A DStreams.kt160 fun write(buffer: ByteArray) { in write() method in kotlinx.serialization.protobuf.internal.ByteArrayOutput
176 fun write(output: ByteArrayOutput) { in write() method
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/shared/libraries/device-side/adservices-shared-spe/android_common_apex30/turbine/
Dadservices-shared-spe.jarcom/android/adservices/shared/spe/JobErrorMessage.class <Unknown> package com. ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/shared/libraries/device-side/adservices-shared-spe/android_common_apex33/turbine/
Dadservices-shared-spe.jarcom/android/adservices/shared/spe/JobErrorMessage.class <Unknown> package com. ...
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
H A DThresholdingOutputStream.java228 public void write(final byte[] b) throws IOException { in write() method in ThresholdingOutputStream
246 public void write(final byte[] b, final int off, final int len) throws IOException { in write() method in ThresholdingOutputStream
262 public void write(final int b) throws IOException { in write() method in ThresholdingOutputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DCharArrayWriter.java78 public void write(int c) { in write() method in CharArrayWriter
100 public void write(char c[], int off, int len) { in write() method in CharArrayWriter
128 public void write(String str, int off, int len) { in write() method in CharArrayWriter
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioningLib/android_common/kapt/gen/stubs/com/android/managedprovisioning/contracts/
DDownloadRoleHolderContract.java65 public void write(@org.jetbrains.annotations.NotNull() in write() method in DownloadRoleHolderContract
111 public void write(@org.jetbrains.annotations.NotNull() in write() method in DownloadRoleHolderContract

1...<<11121314151617181920>>...266