/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/attr_group_simple/xsdc_attr_group_simple_tinyxml_tests/gen/cpp/ |
D | attr_group_simple.cpp | 55 void write(std::ostream& _out, const Student& student) { in write() function 165 void Student::write(std::ostream& _out, const std::string& _name) const { in write() function in attr::group::simple::Student
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | stdio.rs | 55 fn write(&mut self, data: &[u8]) -> io::Result<usize> { in write() method 86 fn write(&mut self, data: &[u8]) -> io::Result<usize> { in write() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/deflate/ |
D | write.rs | 155 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method 309 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
|
D | read.rs | 112 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method 234 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/ |
D | VulkanStream.cpp | 151 ssize_t VulkanStream::write(const void* buffer, size_t size) { return bufferedWrite(buffer, size); } in write() function in gfxstream::vk::VulkanStream 203 ssize_t VulkanMemReadingStream::write(const void* buffer, size_t size) { in write() function in gfxstream::vk::VulkanMemReadingStream
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | stdio.rs | 55 fn write(&mut self, data: &[u8]) -> io::Result<usize> { in write() method 86 fn write(&mut self, data: &[u8]) -> io::Result<usize> { in write() method
|
/aosp_15_r20/libcore/ojluni/src/test/java/io/Reader/ |
H A D | TransferTo.java | 182 public void write(int b) throws IOException { in output() method 188 public void write(char[] chars, int off, int len) throws IOException { in output() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/ |
H A D | stdio.rs | 55 fn write(&mut self, data: &[u8]) -> io::Result<usize> { in write() method 86 fn write(&mut self, data: &[u8]) -> io::Result<usize> { in write() method
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | ioctl_wrappers.c | 391 int __gem_set_domain(int fd, uint32_t handle, uint32_t read, uint32_t write) in __gem_set_domain() 420 void gem_set_domain(int fd, uint32_t handle, uint32_t read, uint32_t write) in gem_set_domain() 1402 void prime_sync_start(int dma_buf_fd, bool write) in prime_sync_start() 1421 void prime_sync_end(int dma_buf_fd, bool write) in prime_sync_end()
|
/aosp_15_r20/external/skia/experimental/rust_png/ffi/ |
H A D | FFI.rs | 73 fn write(self: Pin<&mut WriteTrait>, buffer: &[u8]) -> bool; in write() function 162 fn write(self: &mut StreamWriter, data: &[u8]) -> EncodingResult; in write() function 255 fn write(&mut self, buf: &[u8]) -> std::io::Result<usize> { in write() method 639 pub fn write(&mut self, data: &[u8]) -> ffi::EncodingResult { in write() method
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | tensor_array_ops.py | 268 def write(self, index, value, name=None): member in _GraphTensorArray 537 def write(self, index, value, name=None): member in _GraphTensorArrayV2 840 def write(self, index, value, name=None): member in _EagerTensorArray 1158 def write(self, index, value, name=None): member in TensorArray
|
/aosp_15_r20/external/pigweed/pw_module/py/pw_module/ |
H A D | create.py | 218 def write(self, content: str | None = None) -> None: member in _OutputFile 420 def write(self) -> None: member in _BuildFile 700 def write(self) -> None: member in _BazelBuildFile 746 def write(self) -> None: member in _CmakeBuildFile
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/powerstats/ |
H A D | PowerStatsDataStorage.java | 161 public void write(OutputStream out) throws IOException { in write() method in PowerStatsDataStorage.DataRewriter 222 public void write(byte[] data) { in write() method in PowerStatsDataStorage
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/hash/ |
H A D | mod.rs | 18 fn write(&mut self, buf: &[u8]) { in write() method 121 fn write(&mut self, _: &[u8]) { in write() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/hash/ |
H A D | mod.rs | 18 fn write(&mut self, buf: &[u8]) { in write() method 121 fn write(&mut self, _: &[u8]) { in write() method
|
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/testing/ |
H A D | NullPrintStream.java | 128 public void write(byte[] buffer, int offset, int length) {} in write() method in NullPrintStream 131 public void write(int oneByte) {} in write() method in NullPrintStream
|
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
H A D | NativeDecoderTest.java | 244 public void write(byte[] b, int off, int len) throws IOException { in createSessionOutputBuffer() method in NativeDecoderTest.SlowHttpServerConnection 263 public void write(int b) throws IOException { in createSessionOutputBuffer() method in NativeDecoderTest.SlowHttpServerConnection
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/hash/ |
H A D | mod.rs | 18 fn write(&mut self, buf: &[u8]) { in write() method 121 fn write(&mut self, _: &[u8]) { in write() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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/fonttools/Lib/fontTools/misc/ |
H A D | etree.py | 135 def write( member in ElementTree 376 def _serialize_xml(write, elem, qnames, namespaces, **kwargs): argument
|
/aosp_15_r20/libcore/support/src/test/java/libcore/java/io/ |
H A D | NullPrintStream.java | 60 public void write(byte[] buffer, int offset, int length) {} in write() method in NullPrintStream 61 public void write(int oneByte) {} in write() method in NullPrintStream
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/hash/ |
H A D | mod.rs | 18 fn write(&mut self, buf: &[u8]) { in write() method 121 fn write(&mut self, _: &[u8]) { in write() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/hash/ |
H A D | mod.rs | 18 fn write(&mut self, buf: &[u8]) { in write() method 121 fn write(&mut self, _: &[u8]) { in write() method
|
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/ |
D | channel_monitor.cpp | 45 Client::Client(SharedFD read, SharedFD write) in Client() 51 Client::Client(SharedFD read, SharedFD write, ClientType client_type) in Client()
|