Home
last modified time | relevance | path

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

123

/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
/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
/external/v4l-utils/contrib/parsers/m920x/
Dm920x_sp_firmware.pl51 sub write_bytes { subroutine
/external/rust/android-crates-io/crates/zerotrie/src/
Dvarint.rs388 let write_bytes = write_varint_meta2(cas.value); in test_read_write() localVariable
425 let write_bytes = write_varint_meta2(MAX_VARINT); in test_max() localVariable
456 let write_bytes = write_varint_meta3(MAX_VARINT); in text_extended_max() localVariable
/external/python/cpython3/Lib/test/test_importlib/metadata/
D_path.py26 def write_bytes(self, content): ... # pragma: no cover member in TreeMaker
109 write_bytes = write_text variable in Recording
/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
/external/linux-kselftest/tools/testing/selftests/vm/
Dhugepage-mmap.c44 static void write_bytes(char *addr) in write_bytes() function
Dmap_hugetlb.c48 static void write_bytes(char *addr, size_t length) in write_bytes() function
Dhugepage-vmemmap.c46 static void write_bytes(char *addr, size_t length) in write_bytes() function
Dhugepage-mremap.c37 static void write_bytes(char *addr, size_t len) in write_bytes() function
/external/rust/android-crates-io/crates/gdbstub_arch/src/arm/reg/
Darm_core.rs28 macro_rules! write_bytes { in gdb_serialize() macro
/external/libchrome/mojo/public/cpp/system/
Ddata_pipe_utils.cc17 const base::Callback<size_t(const void*, uint32_t)>& write_bytes) { in BlockingCopyHelper()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc57 uint32_t write_bytes, int is_eof, in grpc_chttp2_encode_data()
/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()
/external/crosvm/disk/src/
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
/external/bcc/libbpf-tools/
Dfiletop.h25 __u64 write_bytes; member
/external/rust/android-crates-io/crates/gdbstub_arch/src/aarch64/reg/
Daarch64_core.rs34 macro_rules! write_bytes { in gdb_serialize() macro
/external/grpc-grpc/test/core/event_engine/test_suite/posix/
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()
/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
/external/rust/android-crates-io/crates/gdbstub_arch/src/ppc/reg/
Dcommon.rs48 macro_rules! write_bytes { in gdb_serialize() macro
/external/webrtc/rtc_base/
Dbyte_buffer_unittest.cc151 char write_bytes[] = "foo"; in TEST() local
/external/grpc-grpc/test/core/iomgr/
Dtcp_posix_test.cc91 ssize_t write_bytes; in fill_socket() local
109 ssize_t write_bytes; in fill_socket_partial() local
/external/coreboot/src/ec/google/chromeec/
Dec_lpc.c63 static void write_bytes(u16 port, unsigned int length, u8 *msg, u8 *csum) in write_bytes() function

123