Home
last modified time | relevance | path

Searched refs:write_to (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/.gitlab-ci/tracie/tests/
Dtest.py25 def write_to(content, filename): function
127 write_to(content, filename)
144 write_to(content, filename)
150 write_to(content, filename)
161 write_to(content, filename)
167 write_to(content, filename)
174 write_to(content, filename)
186 write_to("invalid\n", filename)
209 write_to(content, filename)
242 write_to(content, filename)
/external/rust/crates/itoa/src/
Dlib.rs156 fn write_to(self, buf: &mut B) -> &[u8]; in write_to() method
178 let bytes = self.write_to(buf);
195 fn write_to(self, buf: &mut [u8; $max_len]) -> &[u8] {
294 fn write_to(self, buf: &mut [u8; $max_len]) -> &[u8] {
309 curr -= rem.write_to(&mut *buf1).len() as isize;
320 curr -= rem.write_to(&mut *buf2).len() as isize;
/external/jsoncpp/
Damalgamate.py47 def write_to(self, output_path): member in AmalgamationFile
87 header.write_to(target_header_path)
111 header.write_to(target_forward_header_path)
133 source.write_to(target_source_path)
/external/rust/crates/protobuf/src/
Dmessage.rs61 fn write_to(&self, os: &mut CodedOutputStream) -> ProtobufResult<()> { in write_to() method
148 w.with_coded_output_stream(|os| self.write_to(os)) in write_to_writer()
153 v.with_coded_output_stream(|os| self.write_to(os)) in write_to_vec()
/external/rust/crates/clap/
Dclap-test.rs36 err.write_to(&mut buf).unwrap(); in compare_output()
46 err.write_to(&mut buf).unwrap(); in compare_output2()
/external/rust/crates/tokio/src/io/
Dblocking.rs121 let res = buf.write_to(&mut inner).map(|_| n); in poll_write()
260 pub(crate) fn write_to<T: Write>(&mut self, wr: &mut T) -> io::Result<()> { in write_to() method
/external/rust/crates/tokio/src/fs/
Dfile.rs641 (&*std).seek(seek).and_then(|_| buf.write_to(&mut &*std)) in poll_write()
643 buf.write_to(&mut &*std) in poll_write()
/external/rust/crates/itertools/tests/
Dtest_core.rs91 fn write_to() { in write_to() function
/external/crosvm/disk/src/qcow/
Dmod.rs328 pub fn write_to<F: Write + Seek>(&self, file: &mut F) -> Result<()> { in write_to() method
600 header.write_to(&mut file)?; in new_from_header()
859 header.write_to(raw_file.file_mut())?; in rebuild_refcounts()
897 header.write_to(raw_file.file_mut())?; in rebuild_refcounts()
1854 .write_to(&mut disk_file) in default_header()
1873 .write_to(&mut disk_file) in header_with_backing()
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_nano.proto166 optional int32 write_to = 95; field
/external/rust/crates/clap/src/
Derrors.rs406 pub fn write_to<W: Write>(&self, w: &mut W) -> io::Result<()> { in write_to() method
/external/llvm-project/mlir/test/Transforms/
Dcopy-removal.mlir156 // read_from(%from) + write_to(%something_else)