Home
last modified time | relevance | path

Searched defs:write (Results 326 – 350 of 6626) sorted by relevance

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

/aosp_15_r20/libcore/ojluni/src/main/java/javax/crypto/
H A DCipherOutputStream.java119 public void write(int b) throws IOException { in write() method in CipherOutputStream
143 public void write(byte b[]) throws IOException { in write() method in CipherOutputStream
157 public void write(byte b[], int off, int len) throws IOException { in write() method in CipherOutputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/javax/crypto/
DCipherOutputStream.java119 public void write(int b) throws IOException { in write() method in CipherOutputStream
143 public void write(byte b[]) throws IOException { in write() method in CipherOutputStream
157 public void write(byte b[], int off, int len) throws IOException { in write() method in CipherOutputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/crypto/
DCipherOutputStream.java119 public void write(int b) throws IOException { in write() method in CipherOutputStream
143 public void write(byte b[]) throws IOException { in write() method in CipherOutputStream
157 public void write(byte b[], int off, int len) throws IOException { in write() method in CipherOutputStream
/aosp_15_r20/external/rust/android-crates-io/crates/hound/src/
Dlib.rs66 mod write; module
81 fn write<W: io::Write>(self, writer: &mut W, bits: u16) -> Result<()>; in write() method
181 fn write<W: io::Write>(self, writer: &mut W, bits: u16) -> Result<()> { in write() method
215 fn write<W: io::Write>(self, writer: &mut W, bits: u16) -> Result<()> { in write() method
252 fn write<W: io::Write>(self, writer: &mut W, bits: u16) -> Result<()> { in write() method
292 fn write<W: io::Write>(self, writer: &mut W, bits: u16) -> Result<()> { in write() method
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/nested_type/xsdc_nested_type_tests/gen/cpp/
Dnested_type.cpp65 void write(std::ostream& _out, const Employee& employee) { in write() function
130 void Employee::Address::Extra::write(std::ostream& _out, const std::string& _name) const { in write() function in nested::type::Employee::Address::Extra
198 … void Employee::Address::ExtraAddress::write(std::ostream& _out, const std::string& _name) const { in write() function in nested::type::Employee::Address::ExtraAddress
323 void Employee::Address::write(std::ostream& _out, const std::string& _name) const { in write() function in nested::type::Employee::Address
446 void Employee::write(std::ostream& _out, const std::string& _name) const { in write() function in nested::type::Employee
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DFileHandle.kt112 fun write( in write() method in okio.FileHandle
127 fun write(fileOffset: Long, source: Buffer, byteCount: Long) { in write() method in okio.FileHandle
394 override fun write(source: Buffer, byteCount: Long) { in write() method in okio.FileHandle.FileHandleSink
/aosp_15_r20/external/brotli/java/org/brotli/wrapper/enc/
H A DBrotliOutputStream.java57 public void write(int b) throws IOException { in write() method in BrotliOutputStream
68 public void write(byte[] b) throws IOException { in write() method in BrotliOutputStream
73 public void write(byte[] b, int off, int len) throws IOException { in write() method in BrotliOutputStream
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/
H A DZipMultiReportOutput.java69 public void write(final byte[] b, final int off, final int len) in write() method in ZipMultiReportOutput.EntryOutput
76 public void write(final byte[] b) throws IOException { in write() method in ZipMultiReportOutput.EntryOutput
82 public void write(final int b) throws IOException { in write() method in ZipMultiReportOutput.EntryOutput
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DStreamingAeadEncryptingStream.java53 public void write(int b) throws IOException { in write() method in StreamingAeadEncryptingStream
58 public void write(byte[] b) throws IOException { in write() method in StreamingAeadEncryptingStream
66 public synchronized void write(byte[] pt, int offset, int length) throws IOException { in write() method in StreamingAeadEncryptingStream
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/testing/
H A DWritesThrowTransform.java48 public void write(byte[] b) throws IOException { in wrapForWrite() method
53 public void write(byte[] b, int off, int len) throws IOException { in wrapForWrite() method
63 public void write(int b) throws IOException { in wrapForWrite() method
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DJimfsOutputStream.java51 public synchronized void write(int b) throws IOException { in write() method in JimfsOutputStream
68 public void write(byte[] b) throws IOException { in write() method in JimfsOutputStream
73 public void write(byte[] b, int off, int len) throws IOException { in write() method in JimfsOutputStream
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/service/service-bluetooth-pre-jarjar/android_common_apex33/turbine/
Dservice-bluetooth-pre-jarjar.jarcom/android/bluetooth/BluetoothStatsLog.class <Unknown> package com.android.bluetooth public ...
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h30 bool write; member
60 void MutexSet::Add(u64 id, bool write, u64 epoch) {} in Add()
61 void MutexSet::Del(u64 id, bool write) {} in Del()
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
H A DAppendableWriter.java128 public void write(final char[] cbuf, final int off, final int len) throws IOException { in write() method in AppendableWriter
146 public void write(final int c) throws IOException { in write() method in AppendableWriter
159 public void write(final String str, final int off, final int len) throws IOException { in write() method in AppendableWriter
H A DByteArrayOutputStream.java136 public void write(final byte[] b, final int off, final int len) { in write() method in ByteArrayOutputStream
153 public synchronized int write(final InputStream in) throws IOException { in write() method in ByteArrayOutputStream
158 public synchronized void write(final int b) { in write() method in ByteArrayOutputStream
/aosp_15_r20/dalvik/dx/src/com/android/dx/util/
H A DIndentingWriter.java91 public void write(int c) throws IOException { in write() method in IndentingWriter
139 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in IndentingWriter
151 public void write(String str, int off, int len) throws IOException { in write() method in IndentingWriter
H A DOutput.java98 public void write(ByteArray bytes); in write() method
108 public void write(byte[] bytes, int offset, int length); in write() method
116 public void write(byte[] bytes); in write() method
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/util/
H A DIndentingWriter.java91 public void write(int c) throws IOException { in write() method in IndentingWriter
139 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in IndentingWriter
151 public void write(String str, int off, int len) throws IOException { in write() method in IndentingWriter
H A DOutput.java95 public void write(ByteArray bytes); in write() method
105 public void write(byte[] bytes, int offset, int length); in write() method
113 public void write(byte[] bytes); in write() method
/aosp_15_r20/external/obex/src/com/android/obex/
H A DPrivateOutputStream.java81 public synchronized void write(int b) throws IOException { in write() method in PrivateOutputStream
91 public void write(byte[] buffer) throws IOException { in write() method in PrivateOutputStream
96 public synchronized void write(byte[] buffer, int offset, int count) throws IOException { in write() method in PrivateOutputStream
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/io/
H A DMemoryDeferredOutputStream.java68 @Override public void write(int i) throws IOException { in write() method in MemoryDeferredOutputStream
77 @Override public void write(byte[] bytes) throws IOException { in write() method in MemoryDeferredOutputStream
81 @Override public void write(byte[] bytes, int offset, int length) throws IOException { in write() method in MemoryDeferredOutputStream
/aosp_15_r20/libcore/support/src/test/java/tests/support/
H A DSupport_OutputStream.java58 public void write(byte buffer[]) throws IOException { in write() method in Support_OutputStream
68 public void write(byte buffer[], int offset, int count) throws IOException { in write() method in Support_OutputStream
81 public void write(int oneByte) throws IOException { in write() method in Support_OutputStream
/aosp_15_r20/external/tink/python/tink/
H A D_keyset_writer.py29 def write(self, keyset: tink_pb2.Keyset) -> None: member in KeysetWriter
48 def write(self, keyset: tink_pb2.Keyset) -> None: member in JsonKeysetWriter
72 def write(self, keyset: tink_pb2.Keyset) -> None: member in BinaryKeysetWriter
/aosp_15_r20/out/soong/.intermediates/packages/apps/ManagedProvisioning/ManagedProvisioningLib/android_common/kapt/gen/stubs/com/android/managedprovisioning/contracts/
DProvisioningArgumentsSerializer.java31 public void write(@org.jetbrains.annotations.NotNull() in write() argument
77 public void write(@org.jetbrains.annotations.NotNull() in write() method in ProvisioningArgumentsSerializer
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/
H A DMonitorOutputStream.java73 public void write(int b) throws IOException { in write() method in MonitorOutputStream
82 public void write(byte[] b) throws IOException { in write() method in MonitorOutputStream
90 public void write(byte[] b, int off, int len) throws IOException { in write() method in MonitorOutputStream

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