Home
last modified time | relevance | path

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

12

/external/rust/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/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/rust/crates/gdbstub_arch/src/x86/reg/
Dmod.rs50 macro_rules! write_bytes { in gdb_serialize() macro
121 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/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_gevent.pyx.pxi150 def socket_sendmsg(socket, write_bytes): argument
157 cdef socket_write_async_cython(SocketWrapper socket_wrapper, write_bytes): argument
175 def socket_write_async(socket_wrapper, write_bytes): argument
/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) in write_bytes() function
/external/rust/crates/gdbstub_arch/src/msp430/reg/
Dmsp430.rs24 macro_rules! write_bytes { in gdb_serialize() macro
/external/rust/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/crosvm/disk/src/
Dgpt.rs98 fn write_bytes(&self, out: &mut impl Write) -> Result<(), Error> { in write_bytes() method
211 pub fn write_bytes(&self, out: &mut impl Write) -> Result<(), Error> { in write_bytes() method
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc65 uint32_t write_bytes, int is_eof, in grpc_chttp2_encode_data()
/external/bcc/libbpf-tools/
Dfiletop.h25 __u64 write_bytes; member
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc73 uint32_t write_bytes, int is_eof, in grpc_chttp2_encode_data()
/external/rust/crates/gdbstub_arch/src/ppc/reg/
Dcommon.rs50 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.cc112 ssize_t write_bytes; in fill_socket() local
130 ssize_t write_bytes; in fill_socket_partial() local
/external/compiler-rt/lib/profile/
DGCDAProfiling.c124 static void write_bytes(const char *s, size_t len) { in write_bytes() function
/external/kernel-headers/original/uapi/linux/
Dtaskstats.h154 __u64 write_bytes; /* bytes of write I/O */ member
/external/python/cpython2/Modules/_io/
Dbytesio.c111 write_bytes(bytesio *self, const char *bytes, Py_ssize_t len) in write_bytes() function
/external/crosvm/common/data_model/src/
Dvolatile_memory.rs211 pub fn write_bytes(&self, value: u8) { in write_bytes() method
/external/python/cpython3/Modules/_io/
Dbytesio.c180 write_bytes(bytesio *self, PyObject *b) in write_bytes() function
/external/python/pyserial/serial/tools/
Dminiterm.py63 def write_bytes(self, byte_string): member in ConsoleBase
/external/grpc-grpc/test/core/network_benchmarks/
Dlow_level_ping_pong.cc57 int (*write_bytes)(struct thread_args* args, char* buf); member

12