Home
last modified time | relevance | path

Searched defs:write_all (Results 1 – 25 of 33) sorted by relevance

12

/external/rust/crates/serde_cbor/src/
Dwrite.rs26 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error>; in write_all() method
46 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error>; in write_all() method
60 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() function
87 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
99 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
162 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
/external/rust/crates/serde_json/src/io/
Dcore.rs33 fn write_all(&mut self, buf: &[u8]) -> Result<()> { in write_all() method
52 fn write_all(&mut self, buf: &[u8]) -> Result<()> { in write_all() method
70 fn write_all(&mut self, buf: &[u8]) -> Result<()> { in write_all() method
/external/rust/crates/ciborium-io/src/
Dlib.rs48 fn write_all(&mut self, data: &[u8]) -> Result<(), Self::Error>; in write_all() method
69 fn write_all(&mut self, data: &[u8]) -> Result<(), Self::Error> { in write_all() method
94 fn write_all(&mut self, data: &[u8]) -> Result<(), Self::Error> { in write_all() method
136 fn write_all(&mut self, data: &[u8]) -> Result<(), Self::Error> { in write_all() method
158 fn write_all(&mut self, data: &[u8]) -> Result<(), Self::Error> { in write_all() method
/external/rust/crates/tokio/src/io/util/
Dwrite_all.rs23 pub(crate) fn write_all<'a, W>(writer: &'a mut W, buf: &'a [u8]) -> WriteAll<'a, W> in write_all() function
/external/rust/crates/ring/src/io/
Dder_writer.rs29 pub(crate) fn write_all(tag: Tag, write_value: &dyn Fn(&mut dyn Accumulator)) -> Box<[u8]> { in write_all() function
/external/e2fsprogs/lib/ss/
Dpager.c111 static int write_all(int fd, char *buf, size_t count) in write_all() function
/external/rust/crates/tokio/tests/
Dio_write_all.rs14 async fn write_all() { in write_all() function
Dio_write_buf.rs14 async fn write_all() { in write_all() function
Dio_buf_writer.rs463 async fn write_all<'a, 'b>(&mut self, mut io_vec: IoBufs<'a, 'b>) -> usize { in write_all() method
/external/rust/crates/gdbstub/src/connection/impls/
Dboxed.rs20 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
Dtcpstream.rs45 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
Dmod.rs30 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
Dunixstream.rs89 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
/external/rust/crates/gdbstub/src/connection/
Dmod.rs37 fn write_all(&mut self, buf: &[u8]) -> Result<(), Self::Error> { in write_all() method
/external/rust/crates/nix/test/sys/
Dtest_termios.rs11 fn write_all(f: RawFd, buf: &[u8]) { in write_all() function
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dswitchlevels.c41 static int write_all(unsigned char *buf, size_t size) { in write_all() function
/external/rust/crates/ciborium-ll/src/
Denc.rs21 fn write_all(&mut self, data: &[u8]) -> Result<(), Self::Error> { in write_all() method
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.h58 boolean write_all; member
/external/tpm2-tss/src/util/
Dio.c78 write_all ( in write_all() function
/external/rust/crates/futures-util/src/io/
Dmod.rs136 mod write_all; module
479 fn write_all<'a>(&'a mut self, buf: &'a [u8]) -> WriteAll<'a, Self> in write_all() method
Dallow_std.rs74 fn write_all(&mut self, buf: &[u8]) -> io::Result<()> { in write_all() function
/external/e2fsprogs/misc/
Dlogsave.c57 static int write_all(int fd, const char *buf, size_t count) in write_all() function
Duuidd.c114 static int write_all(int fd, char *buf, size_t count) in write_all() function
/external/crosvm/common/cros_asyncv2/src/
Dfile.rs229 pub async fn write_all(&self, mut buf: &[u8], mut offset: Option<u64>) -> anyhow::Result<()> { in write_all() method
/external/mesa3d/src/util/
Ddisk_cache_os.c446 write_all(int fd, const void *buf, size_t count) in write_all() function

12