Home
last modified time | relevance | path

Searched defs:write (Results 651 – 675 of 6626) sorted by relevance

1...<<21222324252627282930>>...266

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DPipedOutputStream.java118 public void write(int b) throws IOException { in write() method in PipedOutputStream
138 public void write(byte b[], int off, int len) throws IOException { in write() method in PipedOutputStream
DPipedWriter.java120 public void write(int c) throws IOException { in write() method in PipedWriter
150 public void write(char cbuf[], int off, int len) throws IOException { in write() method in PipedWriter
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DBufferedOutputStream.java93 public synchronized void write(int b) throws IOException { in write() method in BufferedOutputStream
117 public synchronized void write(byte b[], int off, int len) throws IOException { in write() method in BufferedOutputStream
DPipedWriter.java120 public void write(int c) throws IOException { in write() method in PipedWriter
150 public void write(char cbuf[], int off, int len) throws IOException { in write() method in PipedWriter
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DPipedWriter.java120 public void write(int c) throws IOException { in write() method in PipedWriter
150 public void write(char cbuf[], int off, int len) throws IOException { in write() method in PipedWriter
H A DBufferedOutputStream.java93 public synchronized void write(int b) throws IOException { in write() method in BufferedOutputStream
117 public synchronized void write(byte b[], int off, int len) throws IOException { in write() method in BufferedOutputStream
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DTestCharSink.java64 public void write(char[] cbuf, int off, int len) throws IOException { in openStream() method in TestCharSink
70 public void write(String str, int off, int len) throws IOException { in openStream() method in TestCharSink
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DBufferedOutputStream.java93 public synchronized void write(int b) throws IOException { in write() method in BufferedOutputStream
117 public synchronized void write(byte b[], int off, int len) throws IOException { in write() method in BufferedOutputStream
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DTestCharSink.java64 public void write(char[] cbuf, int off, int len) throws IOException { in openStream() method in TestCharSink
70 public void write(String str, int off, int len) throws IOException { in openStream() method in TestCharSink
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/xz/
H A DXZCompressorOutputStream.java68 public void write(final int b) throws IOException { in write() method in XZCompressorOutputStream
73 public void write(final byte[] buf, final int off, final int len) throws IOException { in write() method in XZCompressorOutputStream
/aosp_15_r20/external/coreboot/src/soc/qualcomm/common/
H A Dqspi.c158 enum qspi_mode data_mode, bool write) in queue_bounce_data()
180 enum qspi_mode data_mode, bool write) in queue_direct_data()
197 enum qspi_mode data_mode, bool write) in queue_data()
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/cross_generate_parse_libxml/xsdc_cross_generate_parse_libxml_tests/gen/cpp/
Dcross_libxml.cpp74 void write(std::ostream& _out, const PurchaseOrderType& purchaseOrder) { in write() function
154 void PurchaseOrderType::write(std::ostream& _out, const std::string& _name) const { in write() function in cross::libxml::PurchaseOrderType
295 void USAddress::write(std::ostream& _out, const std::string& _name) const { in write() function in cross::libxml::USAddress
/aosp_15_r20/external/python/pyserial/examples/
Dport_publisher.py182 def write(self, data): member in Forwarder
438 def write(self, s): member in WriteFlushed
487 def write(self, s): member in WriteToSysLog
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/
Dspec.rs97 pub fn write<T: Write>(&self, writer: &mut T) -> ZipResult<()> { in write() method
136 pub fn write<T: Write>(&self, writer: &mut T) -> ZipResult<()> { in write() method
206 pub fn write<T: Write>(&self, writer: &mut T) -> ZipResult<()> { in write() method
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/purchase_simple/xsdc_purchase_simple_tests/gen/cpp/
Dpurchase_simple.cpp74 void write(std::ostream& _out, const PurchaseOrderType& purchaseOrder) { in write() function
154 void PurchaseOrderType::write(std::ostream& _out, const std::string& _name) const { in write() function in purchase::simple::PurchaseOrderType
295 void USAddress::write(std::ostream& _out, const std::string& _name) const { in write() function in purchase::simple::USAddress
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/Vcn/service-b/connectivity-utils-service-vcn-internal/android_common/turbine-combined/
Dconnectivity-utils-service-vcn-internal.jar ... , int) public void println () public void write (int) public void write (java.lang ...
/aosp_15_r20/out/soong/.intermediates/system/apex/apexd/apex-info-list/gen/cpp/
Dcom_android_apex.cpp75 void write(std::ostream& _out, const ApexInfoList& apexInfoList) { in write() function
121 void ApexInfoList::write(std::ostream& _out, const std::string& _name) const { in write() function in com::android::apex::ApexInfoList
283 void ApexInfo::write(std::ostream& _out, const std::string& _name) const { in write() function in com::android::apex::ApexInfo
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DReadbackVts.cpp29 void TestLayer::write(const std::shared_ptr<CommandWriterBase>& writer) { in write() function in android::hardware::graphics::composer::V2_2::vts::TestLayer
227 void TestColorLayer::write(const std::shared_ptr<CommandWriterBase>& writer) { in write() function in android::hardware::graphics::composer::V2_2::vts::TestColorLayer
259 void TestBufferLayer::write(const std::shared_ptr<CommandWriterBase>& writer) { in write() function in android::hardware::graphics::composer::V2_2::vts::TestBufferLayer
/aosp_15_r20/out/soong/.intermediates/external/gson/gson/android_common_apex10000/turbine/
Dgson.jar ... JsonReader) throws java.io.IOException public void write (com.google.gson.stream.JsonWriter ...
/aosp_15_r20/out/soong/.intermediates/external/gson/gson/android_common/turbine/
Dgson.jar ... JsonReader) throws java.io.IOException public void write (com.google.gson.stream.JsonWriter ...
/aosp_15_r20/out/soong/.intermediates/external/gson/gson/android_common/turbine-combined/
Dgson.jar ... JsonReader) throws java.io.IOException public void write (com.google.gson.stream.JsonWriter ...
/aosp_15_r20/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
H A DOkHttpWritableBuffer.java34 public void write(byte[] src, int srcIndex, int length) { in write() method in OkHttpWritableBuffer
41 public void write(byte b) { in write() method in OkHttpWritableBuffer
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/deflate/
H A DDeflateCompressorOutputStream.java58 public void write(final int b) throws IOException { in write() method in DeflateCompressorOutputStream
63 public void write(final byte[] buf, final int off, final int len) throws IOException { in write() method in DeflateCompressorOutputStream
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/util/
DInterruptableOutputStream.java37 public void write(int oneByte) throws IOException { in write() method in InterruptableOutputStream
43 public void write(byte[] buffer, int offset, int count) throws IOException { in write() method in InterruptableOutputStream
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
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

1...<<21222324252627282930>>...266