Home
last modified time | relevance | path

Searched defs:Send (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/external/rust/android-crates-io/crates/rayon-core/src/join/
Dmod.rs95 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()
184 err: Box<dyn Any + Send>, in join_recover_from_panic()
/external/rust/android-crates-io/crates/futures-util/src/sink/
Dsend.rs11 pub struct Send<'a, Si: ?Sized, Item> { struct
16 impl<Si: Unpin + ?Sized, Item> Unpin for Send<'_, Si, Item> {} argument
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/android-crates-io/crates/rayon/src/iter/
Dmod.rs384 OP: Fn(Self::Item) + Sync + Send, in for_each()
414 OP: Fn(&mut T, Self::Item) + Sync + Send, in for_each_with()
448 OP: Fn(&mut T, Self::Item) + Sync + Send, in for_each_init()
449 INIT: Fn() -> T + Sync + Send, in for_each_init()
476 OP: Fn(Self::Item) -> R + Sync + Send, in try_for_each()
515 OP: Fn(&mut T, Self::Item) -> R + Sync + Send, in try_for_each_with()
557 OP: Fn(&mut T, Self::Item) -> R + Sync + Send, in try_for_each_init()
558 INIT: Fn() -> T + Sync + Send, in try_for_each_init()
603 F: Fn(Self::Item) -> R + Sync + Send, in map()
604 R: Send, in map()
[all …]
/external/rust/android-crates-io/crates/rayon-core/src/thread_pool/
Dmod.rs144 OP: FnOnce() -> R + Send, in install()
145 R: Send, in install()
195 R: Send, in broadcast()
275 A: FnOnce() -> RA + Send, in join()
276 B: FnOnce() -> RB + Send, in join()
277 RA: Send, in join()
278 RB: Send, in join()
291 OP: FnOnce(&Scope<'scope>) -> R + Send, in scope()
292 R: Send, in scope()
306 OP: FnOnce(&ScopeFifo<'scope>) -> R + Send, in scope_fifo()
[all …]
/external/rust/crates/openssl/src/ssl/
Dcallbacks.rs39 F: Fn(bool, &mut X509StoreContextRef) -> bool + 'static + Sync + Send, in raw_verify()
70 + 'static in raw_client_psk()
110 + 'static in raw_server_psk()
145 F: Fn(bool, &mut X509StoreContextRef) -> bool + 'static + Sync + Send, in ssl_raw_verify()
165 F: Fn(&mut SslRef, &mut SslAlert) -> Result<(), SniError> + 'static + Sync + Send, in raw_sni()
191 F: for<'a> Fn(&mut SslRef, &'a [u8]) -> Result<&'a [u8], AlpnError> + 'static + Sync + Send, in raw_alpn_select()
219 F: Fn(&mut SslRef, bool, u32) -> Result<Dh<Params>, ErrorStack> + 'static + Sync + Send, in raw_tmp_dh()
247 F: Fn(&mut SslRef, bool, u32) -> Result<EcKey<Params>, ErrorStack> + 'static + Sync + Send, in raw_tmp_ecdh()
274 F: Fn(&mut SslRef, bool, u32) -> Result<Dh<Params>, ErrorStack> + 'static + Sync + Send, in raw_tmp_dh_ssl()
302 F: Fn(&mut SslRef, bool, u32) -> Result<EcKey<Params>, ErrorStack> + 'static + Sync + Send, in raw_tmp_ecdh_ssl()
[all …]
/external/rust/android-crates-io/crates/rayon/src/iter/collect/
Dmod.rs16 T: Send, in collect_into_vec()
37 T: Send, in special_extend()
48 A: Send, in unzip_into_vecs()
49 B: Send, in unzip_into_vecs()
75 fn collect_with_consumer<T, F>(vec: &mut Vec<T>, len: usize, scope_fn: F) in collect_with_consumer()
/external/rust/android-crates-io/crates/tonic/src/transport/service/
Dconnection.rs35 C::Error: Into<crate::Error> + Send, in new()
36 C::Future: Unpin + Send, in new()
84 C::Error: Into<crate::Error> + Send, in connect()
85 C::Future: Unpin + Send, in connect()
94 C::Error: Into<crate::Error> + Send, in lazy()
95 C::Future: Unpin + Send, in lazy()
/external/rust/android-crates-io/crates/arc-swap/benches/
Dint-access.rs20 R: Fn() -> usize + Sync + Send, in test_run()
21 W: Fn(usize) + Sync + Send, in test_run()
56 R: Fn() -> usize + Sync + Send, in test_round()
57 W: Fn(usize) + Sync + Send, in test_round()
/external/crosvm/devices/src/virtio/console/sys/
Dlinux.rs36 output: Option<Box<dyn io::Write + Send>>, in new()
38 _sync: Option<Box<dyn FileSync + Send>>, in new()
57 output: Option<Box<dyn io::Write + Send>>, in new()
58 _sync: Option<Box<dyn FileSync + Send>>, in new()
76 output: Option<Box<dyn io::Write + Send>>, in new()
78 _sync: Option<Box<dyn FileSync + Send>>, in new()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/agent/trace/v1/
Dtrace_service_grpc.pb.go47 Send(*CurrentLibraryConfig) error methodSpec
56 func (x *traceServiceConfigClient) Send(m *CurrentLibraryConfig) error { func
78 Send(*ExportTraceServiceRequest) error methodSpec
87 func (x *traceServiceExportClient) Send(m *ExportTraceServiceRequest) error { func
134 Send(*UpdatedLibraryConfig) error methodSpec
143 func (x *traceServiceConfigServer) Send(m *UpdatedLibraryConfig) error { func
160 Send(*ExportTraceServiceResponse) error methodSpec
169 func (x *traceServiceExportServer) Send(m *ExportTraceServiceResponse) error { func
/external/rust/crates/openssl/src/
Dmacros.rs158 unsafe impl Send for $owned{} impl
159 unsafe impl Send for $borrowed{} impl
265 unsafe impl<T> Send for $owned<T>{} impl
266 unsafe impl<T> Send for $borrowed<T>{} impl
/external/rust/android-crates-io/crates/criterion/src/stats/univariate/
Dmixed.rs20 T: Tuple + Send, in bootstrap()
21 T::Distributions: Send, in bootstrap()
22 T::Builder: Send, in bootstrap()
Dmod.rs39 T: Tuple + Send, in bootstrap()
40 T::Distributions: Send, in bootstrap()
41 T::Builder: Send, in bootstrap()
/external/rust/android-crates-io/crates/async-stream/src/
Dyielder.rs47 struct Send<T> { struct
51 impl<T> Unpin for Send<T> {} argument
53 impl<T> Future for Send<T> { implementation
/external/flatbuffers/tests/MyGame/Example/
DMonsterStorage_grpc.go89 Send(*flatbuffers.Builder) error methodSpec
98 func (x *monsterStorageGetMaxHitPointClient) Send(m *flatbuffers.Builder) error { func
124 Send(*flatbuffers.Builder) error methodSpec
133 func (x *monsterStorageGetMinMaxHitPointsClient) Send(m *flatbuffers.Builder) error { func
211 Send(*flatbuffers.Builder) error methodSpec
219 func (x *monsterStorageRetrieveServer) Send(m *flatbuffers.Builder) error { func
254 Send(*flatbuffers.Builder) error methodSpec
263 func (x *monsterStorageGetMinMaxHitPointsServer) Send(m *flatbuffers.Builder) error { func
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/agent/metrics/v1/
Dmetrics_service_grpc.pb.go43 Send(*ExportMetricsServiceRequest) error methodSpec
52 func (x *metricsServiceExportClient) Send(m *ExportMetricsServiceRequest) error { func
92 Send(*ExportMetricsServiceResponse) error methodSpec
101 func (x *metricsServiceExportServer) Send(m *ExportMetricsServiceResponse) error { func
/external/rust/android-crates-io/crates/h2/src/proto/streams/
Dsend.rs18 pub(super) struct Send { struct
20 next_stream_id: Result<StreamId, StreamIdOverflow>,
50 impl Send { argument
/external/crosvm/devices/src/serial/sys/
Dlinux.rs29 out: Option<Box<dyn io::Write + Send>>, in new()
30 _sync: Option<Box<dyn FileSync + Send>>, in new()
/external/rust/android-crates-io/crates/tokio/src/task/
Djoin_set.rs136 T: Send, in spawn()
155 T: Send, in spawn_on()
244 T: Send, in spawn_blocking()
259 T: Send, in spawn_blocking_on()
667 T: Send, in spawn()
687 T: Send, in spawn_on()
710 T: Send, in spawn_blocking()
730 T: Send, in spawn_blocking_on()
/external/rust/android-crates-io/crates/rayon-core/tests/
Dscope_join.rs4 F: FnOnce() + Send, in pseudo_join()
5 G: FnOnce() + Send, in pseudo_join()
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/test/api/
Ddut_service_grpc.pb.go361 Send(*ExecCommandResponse) error methodSpec
369 func (x *dutServiceExecCommandServer) Send(m *ExecCommandResponse) error { func
382 Send(*FetchCrashesResponse) error methodSpec
390 func (x *dutServiceFetchCrashesServer) Send(m *FetchCrashesResponse) error { func
421 Send(*DetectDeviceConfigIdResponse) error methodSpec
429 func (x *dutServiceDetectDeviceConfigIdServer) Send(m *DetectDeviceConfigIdResponse) error { func
442 Send(*File) error methodSpec
450 func (x *dutServiceFetchFileServer) Send(m *File) error { func
/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
Dfake_hci_transport_server.cc81 zx_status_t FakeHciTransportServer::ScoConnectionServer::Send( in Send() function in bt::fidl::testing::FakeHciTransportServer::ScoConnectionServer
93 void FakeHciTransportServer::ScoConnectionServer::Send( in Send() function in bt::fidl::testing::FakeHciTransportServer::ScoConnectionServer
133 void FakeHciTransportServer::Send(SendRequest& request, in Send() function in bt::fidl::testing::FakeHciTransportServer
/external/rust/android-crates-io/crates/criterion/src/stats/bivariate/
Dmod.rs72 T: Tuple + Send, in bootstrap()
73 T::Distributions: Send, in bootstrap()
74 T::Builder: Send, in bootstrap()
/external/tensorflow/tensorflow/core/kernels/
Dsendrecv_ops_test.cc30 Status Send(const ParsedKey& key, const Args& args, const Tensor& val, in Send() function in tensorflow::__anon11acda240111::DummyRendezvous
42 static Graph* Send() { in Send() function
/external/cronet/tot/base/
Dsync_socket_nacl.cc28 size_t SyncSocket::Send(span<const uint8_t> data) { in Send() function in base::SyncSocket
60 size_t CancelableSyncSocket::Send(span<const uint8_t> data) { in Send() function in base::CancelableSyncSocket

12345678910>>...18