Home
last modified time | relevance | path

Searched defs:write_bytes (Results 1 – 25 of 124) sorted by relevance

12345

/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/
Dstate_id.rs153 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/
Dwriter.rs19 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 Dzip_writer.cc409 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/
Dmod.rs49 macro_rules! write_bytes { in gdb_serialize() macro
120 macro_rules! write_bytes { in gdb_serialize() macro
Dcore64.rs39 macro_rules! write_bytes { in gdb_serialize() macro
Dcore32.rs53 macro_rules! write_bytes { in gdb_serialize() macro
/aosp_15_r20/development/tools/repo_pull/
H A Drepo_pull.py59 def write_bytes(data, file): # PY2 function
64 def write_bytes(data, file): # PY3 function
/aosp_15_r20/external/crosvm/disk/src/
H A Dgpt.rs99 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 Doracle_event_engine_posix.cc152 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 Dtcp_posix_test.cc91 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 Dhugepage-mmap.c44 static void write_bytes(char *addr) in write_bytes() function
H A Dmap_hugetlb.c48 static void write_bytes(char *addr, size_t length) in write_bytes() function
H A Dhugepage-vmemmap.c46 static void write_bytes(char *addr, size_t length) in write_bytes() function
H A Dhugepage-mremap.c37 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/
Darm_core.rs28 macro_rules! write_bytes { in gdb_serialize() macro
/aosp_15_r20/external/libchrome/mojo/public/cpp/system/
H A Ddata_pipe_utils.cc17 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/
Dframe_data.cc58 uint32_t write_bytes, int is_eof, in grpc_chttp2_encode_data()
/aosp_15_r20/system/core/storaged/include/
H A Duid_info.h50 uint64_t write_bytes; // bytes written (to storage layer) member
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dframe_data.cc57 uint32_t write_bytes, int is_eof, in grpc_chttp2_encode_data()
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dfiletop.h25 __u64 write_bytes; member
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub_arch/src/aarch64/reg/
Daarch64_core.rs34 macro_rules! write_bytes { in gdb_serialize() macro
/aosp_15_r20/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp190 ssize_t write_bytes = in write() local
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/coded_output_stream/
Dbuffer.rs101 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/
Dcommon.rs48 macro_rules! write_bytes { in gdb_serialize() macro
/aosp_15_r20/external/webrtc/rtc_base/
H A Dbyte_buffer_unittest.cc151 char write_bytes[] = "foo"; in TEST() local

12345