/packages/modules/Bluetooth/system/rust/src/utils/ |
D | task.rs | 12 pub fn block_on_locally<T>(f: impl Future<Output = T>) -> T { in block_on_locally() 42 f: impl IntoFuture<Output = T> + 'static, in try_await() 43 ) -> Result<T, impl Future<Output = T>> { in try_await()
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/procedure/ |
D | mod.rs | 73 type Output = O; typedef 75 fn poll(self: Pin<&mut Self>, _cx: &mut task::Context<'_>) -> Poll<Self::Output> { in poll() 87 type Output = Result<(), u8>; typedef 89 fn poll(self: Pin<&mut Self>, _cx: &mut task::Context<'_>) -> Poll<Self::Output> { in poll()
|
/packages/modules/Bluetooth/system/rust/tests/utils/ |
D | mod.rs | 5 pub fn start_test(f: impl Future<Output = ()>) { in start_test()
|
/packages/modules/Virtualization/docs/ |
D | vm_remote_attestation.md | 73 ## Output section in VM Remote Attestation
|
/packages/modules/Bluetooth/system/rust/src/core/ |
D | shared_mutex.rs | 36 pub fn lock(&self) -> impl Future<Output = Option<OwnedMutexGuard<T>>> { in lock()
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/ |
D | ec.rs | 351 type Output = Point<Curve>; typedef 353 fn add(self, rhs: &Point<Curve>) -> Self::Output { in add() 397 type Output = Point<Curve>; typedef 399 fn mul(self, rhs: &BigInt) -> Self::Output { in mul()
|
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/test/ |
D | context.rs | 124 pub fn poll(future: Pin<&mut impl Future<Output = ()>>) -> Poll<()> { in poll()
|
/packages/modules/DnsResolver/doh/connection/ |
D | mod.rs | 222 ) -> Result<impl Future<Output = Option<Stream>>> { in query()
|
/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | mtu.rs | 60 pub fn snapshot(&self) -> impl Future<Output = Option<usize>> { in snapshot()
|
/packages/modules/DnsResolver/doh/ |
D | boot_time.rs | 143 pub async fn timeout<T>(duration: Duration, future: impl Future<Output = T>) -> Result<T, Elapsed> { in timeout()
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | editor.rs | 148 type Output = rustyline::Result<String>; typedef
|
D | command_handler.rs | 425 ) -> Result<&<I as SliceIndex<[String]>>::Output, CommandError> in get_arg()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | att_server_bearer.rs | 108 ) -> impl Future<Output = Result<(), IndicationError>> { in send_indication()
|
/packages/modules/Nfc/libnfc-nci/tools/casimir/src/ |
D | main.rs | 266 type Output = (); typedef
|
D | main-grpc.rs | 283 type Output = (); typedef
|
D | controller.rs | 2251 async fn run_until<O>(&mut self, future: impl Future<Output = O>) -> Result<O> { in run_until()
|
/packages/modules/Bluetooth/offload/hci/ |
D | command.rs | 466 Output = 0x01, enumerator
|
/packages/modules/NeuralNetworks/tools/test_generator/ |
D | test_generator.py | 329 class Output(InOut): class
|