/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/ |
D | state_id.rs | 153 fn write_bytes(self, slice: &mut [u8]); in write_bytes() method 178 fn write_bytes(self, slice: &mut [u8]) { in write_bytes() method 205 fn write_bytes(self, slice: &mut [u8]) { in write_bytes() method 232 fn write_bytes(self, slice: &mut [u8]) { in write_bytes() method 260 fn write_bytes(self, slice: &mut [u8]) { in write_bytes() method 288 fn write_bytes(self, slice: &mut [u8]) { in write_bytes() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/io/ |
D | writer.rs | 19 fn write_bytes(&mut self, value: &[u8]); in write_bytes() method 42 fn write_bytes(&mut self, value: &[u8]) { in write_bytes() method 72 fn write_bytes(&mut self, value: &[u8]) { in write_bytes() method
|
/aosp_15_r20/system/libziparchive/ |
H A D | zip_writer.cc | 409 size_t write_bytes = z_stream_->next_out - buffer_.data(); in CompressBytes() local 436 size_t write_bytes = z_stream_->next_out - buffer_.data(); in FlushCompressedBytes() local 451 size_t write_bytes = z_stream_->next_out - buffer_.data(); in FlushCompressedBytes() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/x86/reg/ |
D | mod.rs | 49 macro_rules! write_bytes { in gdb_serialize() macro 120 macro_rules! write_bytes { in gdb_serialize() macro
|
D | core64.rs | 39 macro_rules! write_bytes { in gdb_serialize() macro
|
D | core32.rs | 53 macro_rules! write_bytes { in gdb_serialize() macro
|
/aosp_15_r20/development/tools/repo_pull/ |
H A D | repo_pull.py | 59 def write_bytes(data, file): # PY2 function 64 def write_bytes(data, file): # PY3 function
|
/aosp_15_r20/external/crosvm/disk/src/ |
H A D | gpt.rs | 99 fn write_bytes(&self, out: &mut impl Write) -> Result<(), Error> { in write_bytes() method 212 pub fn write_bytes(&self, out: &mut impl Write) -> Result<(), Error> { in write_bytes() method
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/test_suite/posix/ |
H A D | oracle_event_engine_posix.cc | 152 int TryWriteBytes(int sockfd, int& saved_errno, std::string write_bytes) { in TryWriteBytes() 173 int WriteBytes(int sockfd, int& saved_errno, std::string write_bytes) { in WriteBytes()
|
/aosp_15_r20/external/grpc-grpc/test/core/iomgr/ |
H A D | tcp_posix_test.cc | 91 ssize_t write_bytes; in fill_socket() local 109 ssize_t write_bytes; in fill_socket_partial() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/ |
H A D | hugepage-mmap.c | 44 static void write_bytes(char *addr) in write_bytes() function
|
H A D | map_hugetlb.c | 48 static void write_bytes(char *addr, size_t length) in write_bytes() function
|
H A D | hugepage-vmemmap.c | 46 static void write_bytes(char *addr, size_t length) in write_bytes() function
|
H A D | hugepage-mremap.c | 37 static void write_bytes(char *addr, size_t len) in write_bytes() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/arm/reg/ |
D | arm_core.rs | 28 macro_rules! write_bytes { in gdb_serialize() macro
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/ |
H A D | data_pipe_utils.cc | 17 const base::Callback<size_t(const void*, uint32_t)>& write_bytes) { in BlockingCopyHelper()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_data.cc | 58 uint32_t write_bytes, int is_eof, in grpc_chttp2_encode_data()
|
/aosp_15_r20/system/core/storaged/include/ |
H A D | uid_info.h | 50 uint64_t write_bytes; // bytes written (to storage layer) member
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | frame_data.cc | 57 uint32_t write_bytes, int is_eof, in grpc_chttp2_encode_data()
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | filetop.h | 25 __u64 write_bytes; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/aarch64/reg/ |
D | aarch64_core.rs | 34 macro_rules! write_bytes { in gdb_serialize() macro
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Support/ |
D | FileHandle.cpp | 190 ssize_t write_bytes = in write() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/coded_output_stream/ |
D | buffer.rs | 101 pub(crate) unsafe fn write_bytes(&mut self, bytes: &[u8]) { in write_bytes() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/ppc/reg/ |
D | common.rs | 48 macro_rules! write_bytes { in gdb_serialize() macro
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | byte_buffer_unittest.cc | 151 char write_bytes[] = "foo"; in TEST() local
|