/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/colorama/ |
D | ansitowin32.py | 46 def write(self, text): member in StreamWrapper 175 def write(self, text): member in AnsiToWin32
|
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/utils/ |
H A D | DelegatingChannelHandlerContext.java | 180 public ChannelFuture write(Object msg) { in write() method in DelegatingChannelHandlerContext 185 public ChannelFuture write(Object msg, ChannelPromise promise) { in write() method in DelegatingChannelHandlerContext
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/colorama/ |
D | ansitowin32.py | 46 def write(self, text): member in StreamWrapper 175 def write(self, text): member in AnsiToWin32
|
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/testing/ |
H A D | NullPrintStream.java | 130 public void write(byte[] buffer, int offset, int length) {} in write() method in NullPrintStream 133 public void write(int oneByte) {} in write() method in NullPrintStream
|
/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/ |
D | lib.rs | 1444 let write = b"abc123"; in file_write() localVariable 1467 let write = b"abc123"; in flush_range() localVariable 1495 let write = b"abc123"; in map_copy() localVariable 1667 let write = b"abc123"; in mprotect_file() localVariable 1714 let write = b"abc123"; in mprotect_copy() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/ |
D | packet_builder.rs | 1522 pub fn write<T: io::Write + Sized>( in write() method 1545 pub fn write<T: io::Write + Sized>( in write() method 1562 pub fn write<T: io::Write + Sized>( in write() method 1579 pub fn write<T: io::Write + Sized>( in write() method 1740 pub fn write<T: io::Write + Sized>( in write() method
|
/aosp_15_r20/prebuilts/misc/common/perflib/ |
HD | perflib-prebuilt.jar | ... <init> (long)
long objectId
public void write (com.android.tools.perflib.heap ... |
/aosp_15_r20/external/rust/android-crates-io/crates/codespan-reporting/examples/ |
D | readme_preview.rs | 205 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method 256 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
|
/aosp_15_r20/external/volley/core/src/test/java/com/android/volley/toolbox/ |
H A D | HurlStackTest.java | 321 public void write(int b) throws IOException { in write() method in HurlStackTest.MonitoringOutputStream 327 public void write(byte[] b, int off, int len) throws IOException { in write() method in HurlStackTest.MonitoringOutputStream
|
/aosp_15_r20/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
D | BluetoothChatService.java | 247 public void write(byte[] out) { in write() method in BluetoothChatService 512 public void write(byte[] buffer) { in write() method in BluetoothChatService.ConnectedThread
|
/aosp_15_r20/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
H A D | BluetoothChatService.java | 218 public void write(byte[] out) { in write() method in BluetoothChatService 473 public void write(byte[] buffer) { in write() method in BluetoothChatService.ConnectedThread
|
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/zlib/ |
D | write.rs | 163 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method 327 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
|
/aosp_15_r20/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/ |
H A D | BluetoothChatService.java | 247 public void write(byte[] out) { in write() method in BluetoothChatService 512 public void write(byte[] buffer) { in write() method in BluetoothChatService.ConnectedThread
|
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/ |
H A D | SegmentedByteString.java | 156 @Override public void write(OutputStream out) throws IOException { in write() method in SegmentedByteString 167 @Override void write(Buffer buffer) { in write() method in SegmentedByteString
|
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/deflate/ |
D | bufread.rs | 116 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method 238 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
|
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
H A D | SegmentedByteString.java | 157 @Override public void write(OutputStream out) throws IOException { in write() method in SegmentedByteString 168 @Override void write(Buffer buffer) { in write() method in SegmentedByteString
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/ |
H A D | FramedLZ4CompressorOutputStream.java | 203 public void write(int b) throws IOException { in write() method in FramedLZ4CompressorOutputStream 209 public void write(byte[] data, int off, int len) throws IOException { in write() method in FramedLZ4CompressorOutputStream
|
/aosp_15_r20/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
H A D | BluetoothChatService.java | 247 public void write(byte[] out) { in write() method in BluetoothChatService 512 public void write(byte[] buffer) { in write() method in BluetoothChatService.ConnectedThread
|
/aosp_15_r20/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/ |
H A D | LatencyAnalyzer.h | 116 int32_t write(const int16_t *inputData, int32_t inputChannelCount, int32_t numFrames) { in write() function 128 int32_t write(const float *inputData, int32_t inputChannelCount, int32_t numFrames) { in write() function 140 int32_t write(float sample) { in write() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | xla_launch_util.cc | 423 const XlaCompiler::ResourceUpdate& write) { in GetOrCreateResourceVar() 440 const XlaCompiler::ResourceUpdate& write = in GatherVariableInfo() local 578 const XlaCompiler::ResourceUpdate& write = in PopulateOutputs() local
|
/aosp_15_r20/external/javassist/src/main/javassist/ |
H A D | CtClass.java | 1617 public void write(int b) throws IOException { in write() method in CtClass.DelayedFileOutputStream 1623 public void write(byte[] b) throws IOException { in write() method in CtClass.DelayedFileOutputStream 1629 public void write(byte[] b, int off, int len) throws IOException { in write() method in CtClass.DelayedFileOutputStream
|
/aosp_15_r20/frameworks/av/media/mtp/ |
H A D | MtpDataPacket.cpp | 458 int MtpDataPacket::write(IMtpHandle *h) { in write() function in android::MtpDataPacket 542 int MtpDataPacket::write(struct usb_request *request, UrbPacketDivisionMode divisionMode) { in write() function in android::MtpDataPacket 569 int64_t MtpDataPacket::write(struct usb_request *request, in write() function in android::MtpDataPacket
|
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/ |
D | mod.rs | 244 pub fn write(&mut self, message: Message) -> Result<()> { in write() method 429 pub fn write<Stream>(&mut self, stream: &mut Stream, message: Message) -> Result<()> in write() method 807 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
|
/aosp_15_r20/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
D | RegisteredServicesCacheTest.java | 1137 public void write(byte[] b, int off, int len) throws IOException { in write() method in RegisteredServicesCacheTest.MockFileOutputStream 1142 public void write(byte[] b) throws IOException { in write() method in RegisteredServicesCacheTest.MockFileOutputStream 1147 public void write(int b) throws IOException { in write() method in RegisteredServicesCacheTest.MockFileOutputStream
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/attr_group_simple/xsdc_attr_group_simple_tests/gen/cpp/ |
D | attr_group_simple.cpp | 75 void write(std::ostream& _out, const Student& student) { in write() function 185 void Student::write(std::ostream& _out, const std::string& _name) const { in write() function in attr::group::simple::Student
|