| /external/rust/crates/criterion/src/ |
| D | async_executor.rs | 22 fn block_on<T>(&self, future: impl Future<Output = T>) -> T; in block_on() method 30 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method 40 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method 47 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method 53 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method 63 fn block_on<T>(&self, future: impl Future<Output = T>) -> T { in block_on() method
|
| /external/crosvm/cros_async/src/blocking/sys/ |
| D | linux.rs | 5 pub mod block_on; module
|
| /external/rust/crates/tokio-test/src/ |
| D | lib.rs | 27 pub fn block_on<F: std::future::Future>(future: F) -> F::Output { in block_on() function
|
| /external/bazelbuild-rules_rust/test/rustfmt/srcs/2018/ |
| D | unformatted.rs | 6 fn block_on<T>(fut: impl Future<Output = T>) -> T { in block_on() function
|
| D | formatted.rs | 16 fn block_on<T>(fut: impl Future<Output = T>) -> T { in block_on() function
|
| /external/rust/crates/tokio/src/runtime/context/ |
| D | blocking.rs | 59 pub(crate) fn block_on<F>(&mut self, f: F) -> Result<F::Output, AccessError> in block_on() method
|
| /external/rust/crates/tokio/src/runtime/scheduler/multi_thread_alt/ |
| D | mod.rs | 70 pub(crate) fn block_on<F>(&self, handle: &scheduler::Handle, future: F) -> F::Output in block_on() method
|
| /external/rust/crates/tokio/src/runtime/scheduler/multi_thread/ |
| D | mod.rs | 82 pub(crate) fn block_on<F>(&self, handle: &scheduler::Handle, future: F) -> F::Output in block_on() method
|
| /external/crosvm/cros_async/src/blocking/sys/linux/ |
| D | block_on.rs | 61 pub fn block_on<F: Future>(f: F) -> F::Output { in block_on() function
|
| /external/rust/crates/tokio/src/runtime/ |
| D | runtime.rs | 326 pub fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method
|
| D | handle.rs | 293 pub fn block_on<F: Future>(&self, future: F) -> F::Output { in block_on() method
|
| D | park.rs | 271 pub(crate) fn block_on<F: Future>(&mut self, f: F) -> Result<F::Output, AccessError> { in block_on() method
|
| /external/rust/crates/async-task/examples/ |
| D | with-metadata.rs | 117 pub fn block_on<F>(future: F) in block_on() function
|
| /external/rust/crates/tokio/src/runtime/time/tests/ |
| D | mod.rs | 14 fn block_on<T>(f: impl std::future::Future<Output = T>) -> T { in block_on() function
|
| /external/rust/crates/tokio/src/runtime/scheduler/current_thread/ |
| D | mod.rs | 164 pub(crate) fn block_on<F: Future>(&self, handle: &scheduler::Handle, future: F) -> F::Output { in block_on() method 651 fn block_on<F: Future>(self, future: F) -> F::Output { in block_on() method
|
| /external/rust/crates/futures-executor/src/ |
| D | local_pool.rs | 315 pub fn block_on<F: Future>(f: F) -> F::Output { in block_on() function
|
| /external/rust/crates/want/src/ |
| D | lib.rs | 417 fn block_on<F: Future>(f: F) -> F::Output { in block_on() function
|
| /external/rust/crates/tokio/src/runtime/tests/ |
| D | task_combinations.rs | 226 fn block_on<T>(&self, task: T) -> T::Output in test_combination() method
|
| /external/rust/crates/tokio/src/task/ |
| D | local.rs | 532 pub fn block_on<F>(&self, rt: &crate::runtime::Runtime, future: F) -> F::Output in block_on() method
|
| /external/python/cpython2/Lib/test/ |
| D | test_io.py | 219 def block_on(self, char): member in MockNonBlockWriterIO
|
| /external/python/cpython3/Lib/test/ |
| D | test_io.py | 273 def block_on(self, char): member in MockNonBlockWriterIO
|
| /external/cronet/net/url_request/ |
| D | url_request_unittest.cc | 403 void set_block_on(int block_on) { block_on_ = block_on; } in set_block_on()
|