| /external/rust/crates/rayon-core/src/join/ |
| D | mod.rs | 95 A: FnOnce() -> RA + Send, in join() 96 B: FnOnce() -> RB + Send, in join() 97 RA: Send, in join() 98 RB: Send, in join() 117 A: FnOnce(FnContext) -> RA + Send, in join_context() 118 B: FnOnce(FnContext) -> RB + Send, in join_context() 119 RA: Send, in join_context() 120 RB: Send, in join_context() 183 err: Box<dyn Any + Send>, in join_recover_from_panic()
|
| /external/rust/crates/rayon/src/iter/ |
| D | mod.rs | 367 OP: Fn(Self::Item) + Sync + Send, in for_each() 397 OP: Fn(&mut T, Self::Item) + Sync + Send, in for_each_with() 431 OP: Fn(&mut T, Self::Item) + Sync + Send, in for_each_init() 432 INIT: Fn() -> T + Sync + Send, in for_each_init() 459 OP: Fn(Self::Item) -> R + Sync + Send, in try_for_each() 498 OP: Fn(&mut T, Self::Item) -> R + Sync + Send, in try_for_each_with() 540 OP: Fn(&mut T, Self::Item) -> R + Sync + Send, in try_for_each_init() 541 INIT: Fn() -> T + Sync + Send, in try_for_each_init() 586 F: Fn(Self::Item) -> R + Sync + Send, in map() 587 R: Send, in map() [all …]
|
| D | unzip.rs | 66 A: Send, in unzip() 67 B: Send, in unzip() 80 A: Send, in unzip_indexed() 81 B: Send, in unzip_indexed() 120 P: Fn(&I::Item) -> bool + Sync + Send, in partition() 160 P: Fn(I::Item) -> Either<L, R> + Sync + Send, in partition_map() 161 L: Send, in partition_map() 162 R: Send, in partition_map()
|
| /external/rust/crates/futures-util/src/sink/ |
| D | send.rs | 11 pub struct Send<'a, Si: ?Sized, Item> { struct 16 impl<Si: Unpin + ?Sized, Item> Unpin for Send<'_, Si, Item> {} implementation 18 impl<'a, Si: Sink<Item> + Unpin + ?Sized, Item> Send<'a, Si, Item> { implementation 24 impl<Si: Sink<Item> + Unpin + ?Sized, Item> Future for Send<'_, Si, Item> { implementation
|
| /external/rust/crates/rayon-core/src/thread_pool/ |
| D | mod.rs | 108 OP: FnOnce() -> R + Send, in install() 109 R: Send, in install() 188 A: FnOnce() -> RA + Send, in join() 189 B: FnOnce() -> RB + Send, in join() 190 RA: Send, in join() 191 RB: Send, in join() 204 OP: FnOnce(&Scope<'scope>) -> R + Send, in scope() 205 R: Send, in scope() 219 OP: FnOnce(&ScopeFifo<'scope>) -> R + Send, in scope_fifo() 220 R: Send, in scope_fifo()
|
| /external/crosvm/devices/src/sys/windows/ |
| D | serial_device.rs | 24 input: Option<Box<dyn io::Read + Send>>, in new() 25 output: Option<Box<dyn io::Write + Send>>, in new() 26 sync: Option<Box<dyn FileSync + Send>>, in new() 43 _input: Option<Box<dyn io::Read + Send>>, in create_system_type_serial_device()
|
| /external/flatbuffers/tests/MyGame/Example/ |
| D | MonsterStorage_grpc.go | 76 Send(*flatbuffers.Builder) error methodSpec 85 func (x *monsterStorageGetMaxHitPointClient) Send(m *flatbuffers.Builder) error { func 105 Send(*flatbuffers.Builder) error methodSpec 114 func (x *monsterStorageGetMinMaxHitPointsClient) Send(m *flatbuffers.Builder) error { func 160 Send(* flatbuffers.Builder) error methodSpec 168 func (x *monsterStorageRetrieveServer) Send(m *flatbuffers.Builder) error { func 203 Send(* flatbuffers.Builder) error methodSpec 212 func (x *monsterStorageGetMinMaxHitPointsServer) Send(m *flatbuffers.Builder) error { func
|
| /external/rust/crates/criterion/src/stats/univariate/ |
| D | mixed.rs | 19 T: Tuple + Send, in bootstrap() 20 T::Distributions: Send, in bootstrap() 21 T::Builder: Send, in bootstrap()
|
| D | mod.rs | 38 T: Tuple + Send, in bootstrap() 39 T::Distributions: Send, in bootstrap() 40 T::Builder: Send, in bootstrap()
|
| D | sample.rs | 205 T: Tuple + Send, in bootstrap() 206 T::Distributions: Send, in bootstrap() 207 T::Builder: Send, in bootstrap()
|
| /external/rust/crates/async-stream/src/ |
| D | yielder.rs | 42 struct Send<T> { struct 46 impl<T> Unpin for Send<T> {} implementation 48 impl<T> Future for Send<T> { implementation
|
| /external/rust/crates/rayon/src/iter/collect/ |
| D | mod.rs | 18 T: Send, in collect_into_vec() 39 T: Send, in special_extend() 50 A: Send, in unzip_into_vecs() 51 B: Send, in unzip_into_vecs()
|
| /external/crosvm/devices/src/sys/unix/ |
| D | serial_device.rs | 35 input: Option<Box<dyn io::Read + Send>>, in new() 36 output: Option<Box<dyn io::Write + Send>>, in new() 37 sync: Option<Box<dyn FileSync + Send>>, in new() 118 input: Option<Box<dyn io::Read + Send>>, in create_system_type_serial_device()
|
| /external/rust/crates/rayon-core/tests/ |
| D | scope_join.rs | 4 F: FnOnce() + Send, in pseudo_join() 5 G: FnOnce() + Send, in pseudo_join()
|
| /external/rust/crates/criterion/src/stats/bivariate/ |
| D | mod.rs | 71 T: Tuple + Send, in bootstrap() 72 T::Distributions: Send, in bootstrap() 73 T::Builder: Send, in bootstrap()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | sendrecv_ops_test.cc | 30 Status Send(const ParsedKey& key, const Args& args, const Tensor& val, in Send() function in tensorflow::__anon7a4c6f9a0111::DummyRendezvous 42 static Graph* Send() { in Send() function
|
| /external/rust/crates/rayon-core/src/ |
| D | registry.rs | 322 pub(super) fn handle_panic(&self, err: Box<dyn Any + Send>) { in handle_panic() 432 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker() 433 R: Send, in in_worker() 453 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker_cold() 454 R: Send, in in_worker_cold() 482 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker_cross() 483 R: Send, in in_worker_cross() 866 OP: FnOnce(&WorkerThread, bool) -> R + Send, in in_worker() 867 R: Send, in in_worker()
|
| /external/webrtc/p2p/base/ |
| D | stun_server_unittest.cc | 45 void Send(const StunMessage& msg) { in Send() function in cricket::StunServerTest 50 void Send(const char* buf, int len) { in Send() function in cricket::StunServerTest
|
| /external/rust/cxx/tests/ |
| D | cxx_string.rs | 13 fn assert_send(_: impl Send) {} in test_async_cxx_string()
|
| /external/rust/crates/anyhow/tests/ |
| D | test_autotrait.rs | 5 fn assert_send<T: Send>() {} in test_send()
|
| /external/libbrillo/brillo/dbus/ |
| D | dbus_signal.h | 56 bool Send(const Args&... args) const { in Send() function
|
| /external/rust/crates/rayon-core/src/scope/ |
| D | mod.rs | 305 OP: FnOnce(&Scope<'scope>) -> R + Send, in scope() 306 R: Send, in scope() 396 OP: FnOnce(&ScopeFifo<'scope>) -> R + Send, in scope_fifo() 397 R: Send, in scope_fifo()
|
| /external/pigweed/pw_hdlc/public/pw_hdlc/ |
| D | rpc_channel.h | 41 Status Send(std::span<const std::byte> buffer) override { in Send() function
|
| /external/rust/cxx/tests/ui/ |
| D | opaque_autotraits.rs | 8 fn assert_send<T: Send>() {} in assert_send()
|
| /external/rust/crates/tokio/src/time/tests/ |
| D | mod.rs | 6 fn assert_send<T: Send>() {} in assert_send()
|