Home
last modified time | relevance | path

Searched defs:write (Results 201 – 225 of 6626) sorted by relevance

12345678910>>...266

/aosp_15_r20/hardware/interfaces/sensors/common/utils/
H A DEventMessageQueueWrapper.h75 bool write(const V2_1::Event* events, size_t numToWrite) override { in write() function
79 virtual bool write(const std::vector<V2_1::Event>& events) override { in write() function
118 bool write(const V2_1::Event* events, size_t numToWrite) override { in write() function
122 bool write(const std::vector<V2_1::Event>& events) override { in write() function
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dserver_http.hpp157 void write(const char_type *ptr, std::streamsize n) { in write() function in SimpleWeb::ServerBase::Response
162 …void write(StatusCode status_code = StatusCode::success_ok, const CaseInsensitiveMultimap &header … in write() function in SimpleWeb::ServerBase::Response
168 …void write(StatusCode status_code, string_view content, const CaseInsensitiveMultimap &header = Ca… in write() function in SimpleWeb::ServerBase::Response
176 …void write(StatusCode status_code, std::istream &content, const CaseInsensitiveMultimap &header = … in write() function in SimpleWeb::ServerBase::Response
187 …void write(string_view content, const CaseInsensitiveMultimap &header = CaseInsensitiveMultimap())… in write() function in SimpleWeb::ServerBase::Response
192 …void write(std::istream &content, const CaseInsensitiveMultimap &header = CaseInsensitiveMultimap(… in write() function in SimpleWeb::ServerBase::Response
197 void write(const CaseInsensitiveMultimap &header) { in write() function in SimpleWeb::ServerBase::Response
766 void write(const std::shared_ptr<Session> &session, in write() function in SimpleWeb::ServerBase
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/formatters/
DLogger.py10 def write(self, data): member in NopLogger
24 def write(self, data): member in StdoutLogger
46 def write(self, data): member in FileLogger
121 def write(self, data): member in Logger
/aosp_15_r20/packages/apps/Nfc/testutils/pn532/src/com/android/nfc/pn532/
DTransportLayer.kt71 fun write(bytes: ByteArray): Boolean { in write() method in com.android.nfc.pn532.TransportLayer
80 fun write(hexString: String): Boolean { in write() method in com.android.nfc.pn532.TransportLayer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/formatters/
DLogger.py10 def write(self, data): member in NopLogger
24 def write(self, data): member in StdoutLogger
46 def write(self, data): member in FileLogger
121 def write(self, data): member in Logger
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/formatters/
DLogger.py10 def write(self, data): member in NopLogger
24 def write(self, data): member in StdoutLogger
46 def write(self, data): member in FileLogger
121 def write(self, data): member in Logger
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3.11/site-packages/lldb/formatters/
DLogger.py10 def write(self, data): member in NopLogger
24 def write(self, data): member in StdoutLogger
46 def write(self, data): member in FileLogger
121 def write(self, data): member in Logger
/aosp_15_r20/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp239 SyncType sync_type_for_flags(const bool read, const bool write) in sync_type_for_flags()
256 int sync(const int fd, const bool read, const bool write, const bool start) in sync()
270 const bool write, in mali_gralloc_ion_sync()
293 const bool write) in mali_gralloc_ion_sync_start()
301 const bool write) in mali_gralloc_ion_sync_end()
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/io/
H A DPrintWriter.annotated.java68 public void write(int c) { throw new RuntimeException("Stub!"); } in write() method in PrintWriter
70 public void write(char[] buf, int off, int len) { throw new RuntimeException("Stub!"); } in write() method in PrintWriter
72 public void write(char[] buf) { throw new RuntimeException("Stub!"); } in write() method in PrintWriter
74 public void write(@libcore.util.NonNull java.lang.String s, int off, int len) { throw new RuntimeEx… in write() method in PrintWriter
76 public void write(@libcore.util.NonNull java.lang.String s) { throw new RuntimeException("Stub!"); } in write() method in PrintWriter
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
H A DFixedLengthBlockOutputStream.java104 public void write(int b) throws IOException { in write() method in FixedLengthBlockOutputStream
113 public void write(byte[] b, final int offset, final int length) throws IOException { in write() method in FixedLengthBlockOutputStream
129 public int write(ByteBuffer src) throws IOException { in write() method in FixedLengthBlockOutputStream
233 public int write(ByteBuffer buffer) throws IOException { in write() method in FixedLengthBlockOutputStream.BufferAtATimeOutputChannel
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDcommons-io-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
H A DBufferedSink.java32 BufferedSink write(ByteString byteString) throws IOException; in write() method
38 BufferedSink write(byte[] source) throws IOException; in write() method
44 BufferedSink write(byte[] source, int offset, int byteCount) throws IOException; in write() method
53 BufferedSink write(Source source, long byteCount) throws IOException; in write() method
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/
H A DBufferedSink.java30 BufferedSink write(ByteString byteString) throws IOException; in write() method
36 BufferedSink write(byte[] source) throws IOException; in write() method
42 BufferedSink write(byte[] source, int offset, int byteCount) throws IOException; in write() method
51 BufferedSink write(Source source, long byteCount) throws IOException; in write() method
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
HDokio-1.9.0.jar ... Buffer) okio.Buffer this$0 public void write (int) int b public void write (byte ...
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsBufferTestUtil.cpp290 void BufferWriterBase::write(uint32_t buffer, int offset, int numBytes, const uint8_t *bytes, uint3… in write() function in deqp::gls::BufferTestUtil::BufferWriterBase
318 void BufferWriter::write(uint32_t buffer, int offset, int numBytes, const uint8_t *bytes) in write() function in deqp::gls::BufferTestUtil::BufferWriter
326 void BufferWriter::write(uint32_t buffer, int offset, int numBytes, const uint8_t *bytes, uint32_t … in write() function in deqp::gls::BufferTestUtil::BufferWriter
336 void BufferSubDataWriter::write(uint32_t buffer, int offset, int numBytes, const uint8_t *bytes) in write() function in deqp::gls::BufferTestUtil::BufferSubDataWriter
341 void BufferSubDataWriter::write(uint32_t buffer, int offset, int numBytes, const uint8_t *bytes, ui… in write() function in deqp::gls::BufferTestUtil::BufferSubDataWriter
351 void BufferWriteMapWriter::write(uint32_t buffer, int offset, int numBytes, const uint8_t *bytes) in write() function in deqp::gls::BufferTestUtil::BufferWriteMapWriter
356 void BufferWriteMapWriter::write(uint32_t buffer, int offset, int numBytes, const uint8_t *bytes, u… in write() function in deqp::gls::BufferTestUtil::BufferWriteMapWriter
915 const char *getWriteTypeDescription(WriteType write) in getWriteTypeDescription()
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/java/statslog-textclassifier-java-gen/gen/com/android/textclassifier/common/statsd/
DTextClassifierStatsLog.java319 …public static void write(int code, int arg1, int arg2, int arg3, java.lang.String arg4, int arg5, … in write() method in TextClassifierStatsLog
336 public static void write(int code, int arg1, int arg2, long arg3, java.lang.String arg4) { in write() method in TextClassifierStatsLog
348 public static void write(int code, long arg1, int arg2, boolean arg3) { in write() method in TextClassifierStatsLog
359 public static void write(int code, long arg1, int arg2, int arg3, long arg4, long arg5) { in write() method in TextClassifierStatsLog
372 …public static void write(int code, java.lang.String arg1, int arg2, java.lang.String arg3, int arg… in write() method in TextClassifierStatsLog
392 …public static void write(int code, java.lang.String arg1, int arg2, java.lang.String arg3, int arg… in write() method in TextClassifierStatsLog
412 …public static void write(int code, java.lang.String arg1, int arg2, java.lang.String arg3, int arg… in write() method in TextClassifierStatsLog
428 …public static void write(int code, java.lang.String arg1, int arg2, java.lang.String arg3, int arg… in write() method in TextClassifierStatsLog
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/java/textclassifier-statsd/android_common_apex30/javac/
Dtextclassifier-statsd.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java612 public int write(ByteBuffer src) throws IOException { in write() method in AssetFileDescriptor.SeekableAutoCloseInputStream.OffsetCorrectFileChannel
617 public long write(ByteBuffer[] srcs, int offset, int length) throws IOException { in write() method in AssetFileDescriptor.SeekableAutoCloseInputStream.OffsetCorrectFileChannel
622 public int write(ByteBuffer src, long position) throws IOException { in write() method in AssetFileDescriptor.SeekableAutoCloseInputStream.OffsetCorrectFileChannel
672 public void write(byte[] buffer, int offset, int count) throws IOException { in write() method in AssetFileDescriptor.AutoCloseOutputStream
685 public void write(byte[] buffer) throws IOException { in write() method in AssetFileDescriptor.AutoCloseOutputStream
699 public void write(int oneByte) throws IOException { in write() method in AssetFileDescriptor.AutoCloseOutputStream
/aosp_15_r20/external/pdfium/testing/tools/
H A Dencode_pdf_filter.py100 def write(self, data): member in _PdfStream
158 def write(self, data): member in _AsciiPdfStream
195 def write(self, data): member in _Ascii85DecodePdfStream
228 def write(self, data): member in _AsciiHexDecodePdfStream
250 def write(self, data): member in _FlateDecodePdfStream
334 def write(self, data): member in _PngIdatPdfStream
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DObjectOutputStream.java99 public void write(int val) throws java.io.IOException { in write() method in ObjectOutputStream
103 public void write(byte[] buf) throws java.io.IOException { in write() method in ObjectOutputStream
107 public void write(byte[] buf, int off, int len) throws java.io.IOException { in write() method in ObjectOutputStream
332 public void write(int b) throws java.io.IOException { in write() method in ObjectOutputStream.BlockDataOutputStream
336 public void write(byte[] b) throws java.io.IOException { in write() method in ObjectOutputStream.BlockDataOutputStream
340 public void write(byte[] b, int off, int len) throws java.io.IOException { in write() method in ObjectOutputStream.BlockDataOutputStream
352 void write(byte[] b, int off, int len, boolean copy) throws java.io.IOException { in write() method in ObjectOutputStream.BlockDataOutputStream
633 public abstract void write(java.io.ObjectOutput out) throws java.io.IOException; in write() method in ObjectOutputStream.PutField
679 public void write(java.io.ObjectOutput out) throws java.io.IOException { in write() method in ObjectOutputStream.PutFieldImpl
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/google/code/gson/gson/2.10.1/
HDgson-2.10.1.jar ... com.google.gson.TypeAdapter) public void write (com.google.gson.stream.JsonWriter ...
/aosp_15_r20/out/soong/.intermediates/external/gson/gson/linux_glibc_common/javac/
Dgson.jar ... google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter ...
/aosp_15_r20/out/soong/.intermediates/external/gson/gson/android_common_apex10000/javac/
Dgson.jar ... google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter ...
/aosp_15_r20/out/soong/.intermediates/external/gson/gson/android_common/javac/
Dgson.jar ... google.gson.stream.JsonReader in public void write (com.google.gson.stream.JsonWriter ...
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DByteStream.java42 public void write(byte[] data) { in write() method in ByteStream
47 public void write(byte[] data, int off, int len) { in write() method in ByteStream
54 public void write(int b) { in write() method in ByteStream
162 public void write(int pos, int value) { in write() method in ByteStream

12345678910>>...266