/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/ |
H A D | overlapped_source.rs | 120 ) -> AsyncResult<()> { in read() 136 ) -> AsyncResult<()> { in write() 225 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable() 316 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole() 338 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() 359 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() 379 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync() 402 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle()
|
H A D | tokio_source.rs | 124 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync() 128 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() 147 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole() 211 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable() 214 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle() 267 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at()
|
H A D | handle_source.rs | 238 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable() 308 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole() 326 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() 346 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() 364 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync() 387 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle()
|
H A D | timer.rs | 12 pub async fn wait_sys(&self) -> AsyncResult<()> { in wait_sys()
|
/aosp_15_r20/external/crosvm/cros_async/src/ |
H A D | io_source.rs | 101 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable() 125 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole() 130 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() 135 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() 141 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync() 164 pub async fn wait_for_handle(&self) -> AsyncResult<()> { in wait_for_handle()
|
H A D | timer.rs | 32 pub async fn wait(&self) -> AsyncResult<()> { in wait()
|
H A D | io_ext.rs | 28 pub type AsyncResult<T> = std::result::Result<T, AsyncError>; typedef
|
H A D | executor.rs | 608 pub fn run(&self) -> AsyncResult<()> { in run()
|
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/ |
H A D | poll_source.rs | 205 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable() 322 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() 333 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole() 344 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() 356 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync()
|
H A D | tokio_source.rs | 210 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync() 220 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() 300 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole() 310 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable() 388 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at()
|
H A D | uring_source.rs | 64 pub async fn wait_readable(&self) -> AsyncResult<()> { in wait_readable() 124 pub async fn punch_hole(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in punch_hole() 135 pub async fn write_zeroes_at(&self, file_offset: u64, len: u64) -> AsyncResult<()> { in write_zeroes_at() 146 pub async fn fsync(&self) -> AsyncResult<()> { in fsync() 154 pub async fn fdatasync(&self) -> AsyncResult<()> { in fdatasync()
|
H A D | timer.rs | 13 pub async fn wait_sys(&self) -> AsyncResult<()> { in wait_sys()
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | AsyncResult.java | 22 public class AsyncResult class 68 AsyncResult (Object uo, Object r, Throwable ex) in AsyncResult() method in AsyncResult
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | pipe.rs | 357 struct AsyncResult { in alertable_io_internal() struct 358 error: u32, in alertable_io_internal() 359 transferred: u32, in alertable_io_internal()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | pipe.rs | 357 struct AsyncResult { in alertable_io_internal() struct 358 error: u32, in alertable_io_internal() 359 transferred: u32, in alertable_io_internal()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | pipe.rs | 357 struct AsyncResult { in alertable_io_internal() struct 358 error: u32, in alertable_io_internal() 359 transferred: u32, in alertable_io_internal()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | pipe.rs | 357 struct AsyncResult { in alertable_io_internal() struct 358 error: u32, in alertable_io_internal() 359 transferred: u32, in alertable_io_internal()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/ |
H A D | pipe.rs | 357 struct AsyncResult { in alertable_io_internal() struct 358 error: u32, in alertable_io_internal() 359 transferred: u32, in alertable_io_internal()
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/ |
D | AsyncResult.h | 28 constexpr AsyncResult(ResultValue val) : value(val) {} in AsyncResult() function
|
/aosp_15_r20/external/cronet/base/win/ |
H A D | post_async_results.h | 114 using AsyncResult = in PostAsyncOperationCompletedHandler() local
|
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 586 AsyncResult = ApplyResult # create alias -- see #17805 variable
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | mfapi.h | 59 IMFAsyncResult AsyncResult; member
|
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 788 AsyncResult = ApplyResult # create alias -- see #17805 variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/ |
D | pool.py | 788 AsyncResult = ApplyResult # create alias -- see #17805 variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/ |
D | pool.py | 788 AsyncResult = ApplyResult # create alias -- see #17805 variable
|