/aosp_15_r20/libcore/ojluni/src/main/java/javax/crypto/ |
H A D | CipherOutputStream.java | 119 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/ |
D | CipherOutputStream.java | 119 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/ |
D | CipherOutputStream.java | 119 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/ |
D | lib.rs | 66 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/ |
D | nested_type.cpp | 65 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 D | FileHandle.kt | 112 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 D | BrotliOutputStream.java | 57 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 D | ZipMultiReportOutput.java | 69 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 D | StreamingAeadEncryptingStream.java | 53 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 D | WritesThrowTransform.java | 48 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 D | JimfsOutputStream.java | 51 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/ |
D | service-bluetooth-pre-jarjar.jar | com/android/bluetooth/BluetoothStatsLog.class
<Unknown>
package com.android.bluetooth
public ... |
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mutexset.h | 30 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 D | AppendableWriter.java | 128 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 D | ByteArrayOutputStream.java | 136 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 D | IndentingWriter.java | 91 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 D | Output.java | 98 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 D | IndentingWriter.java | 91 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 D | Output.java | 95 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 D | PrivateOutputStream.java | 81 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 D | MemoryDeferredOutputStream.java | 68 @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 D | Support_OutputStream.java | 58 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.py | 29 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/ |
D | ProvisioningArgumentsSerializer.java | 31 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 D | MonitorOutputStream.java | 73 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
|