Searched refs:test_writer (Results 1 – 5 of 5) sorted by relevance
/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | write_all_vectored.rs | 60 fn test_writer(n_bufs: usize, per_call: usize) -> TestWriter { in test_writer() function 123 let mut dst = test_writer(1, 2); in test_writer_read_from_one_buf() 146 let mut dst = test_writer(3, 3); in test_writer_read_from_multiple_bufs() 184 let mut dst = test_writer(2, 2); in test_write_all_vectored()
|
/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/ |
D | writer.rs | 1217 fn test_writer<T>(make_writer: T, msg: &str, buf: &Mutex<Vec<u8>>) in test_writer() function 1261 test_writer(make_writer, msg, &buf); in custom_writer_closure() 1269 test_writer(make_writer, msg, &buf); in custom_writer_struct() 1278 test_writer(make_writer, msg, &buf); in custom_writer_mutex()
|
/external/bazelbuild-rules_rust/rust/private/ |
D | rustdoc_test.bzl | 141 # this case, we declare our own params file, that the test_writer will populate, if necessary
|
/external/pytorch/test/ |
D | test_tensorboard.py | 234 def test_writer(self): member in TestTensorBoardWriter
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 1464 let test_writer () = function 1494 suite "writer" test_writer; (* Keep this last; it disposes m. *)
|