Home
last modified time | relevance | path

Searched defs:async_fn (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/maybe-async/tests/ui/
D03-must-be-sync.rs9 async fn async_fn(&self) { in async_fn() method
20 async fn async_fn(&self) { in async_fn() method
31 async fn async_fn(&self) { in async_fn() method
37 async fn async_fn() {} in async_fn() function
69 async fn async_fn(&self) { in async_fn() method
D01-maybe-async.rs11 async fn async_fn(&self) { in async_fn() method
22 async fn async_fn(&self) { in async_fn() method
33 async fn async_fn(&self) { in async_fn() method
50 async fn async_fn() {} in async_fn() function
80 async fn async_fn(&self) { in async_fn() method
D02-must-be-async.rs9 async fn async_fn(&self) { in async_fn() method
29 async fn async_fn(&self) { in async_fn() method
40 async fn async_fn(&self) { in async_fn() method
58 async fn async_fn() {} in async_fn() function
93 async fn async_fn(&self) { in async_fn() method
D04-unit-test-util.rs4 async fn async_fn() -> bool { in async_fn() function
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_device.py82 async def __le_rand_wrapper(self, async_fn): argument
88 def __post(self, async_fn): argument
/aosp_15_r20/external/rust/android-crates-io/crates/maybe-async/tests/ui/test_fail/
D02-unknown-path.rs4 async fn async_fn() -> bool { in async_fn() function
D03-async-gt2.rs4 async fn async_fn() -> bool { in async_fn() function
D01-empty-test.rs4 async fn async_fn() -> bool { in async_fn() function
D04-bad-sync-cond.rs4 async fn async_fn() -> bool { in async_fn() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-test/tests/
Dblock_on.rs16 fn async_fn() { in async_fn() function
/aosp_15_r20/external/rust/android-crates-io/crates/maybe-async/tests/
Dunit-test-util.rs4 async fn async_fn() -> bool { in async_fn() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dfuture.rs75 async fn async_fn(_: impl Sized) {} in async_fn() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dfuture.rs75 async fn async_fn(_: impl Sized) {} in async_fn() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dfuture.rs75 async fn async_fn(_: impl Sized) {} in async_fn() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dfuture.rs75 async fn async_fn(_: impl Sized) {} in async_fn() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dfuture.rs75 async fn async_fn(_: impl Sized) {} in async_fn() function
/aosp_15_r20/external/rust/android-crates-io/crates/async-trait/tests/
Dtest.rs1587 pub async fn async_fn() -> Ready<()> { in async_fn() function