/external/crosvm/cros_async/src/sys/windows/ |
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()
|
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()
|
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()
|
D | timer.rs | 12 pub async fn wait_sys(&self) -> AsyncResult<()> { in wait_sys()
|
/external/crosvm/cros_async/src/sys/linux/ |
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()
|
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()
|
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()
|
D | timer.rs | 13 pub async fn wait_sys(&self) -> AsyncResult<()> { in wait_sys()
|
/external/crosvm/cros_async/src/ |
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()
|
D | timer.rs | 32 pub async fn wait(&self) -> AsyncResult<()> { in wait()
|
D | io_ext.rs | 28 pub type AsyncResult<T> = std::result::Result<T, AsyncError>; typedef
|
D | executor.rs | 608 pub fn run(&self) -> AsyncResult<()> { in run()
|
/external/cronet/tot/base/win/ |
D | post_async_results.h | 113 using AsyncResult = in PostAsyncOperationCompletedHandler() local
|
/external/cronet/stable/base/win/ |
D | post_async_results.h | 113 using AsyncResult = in PostAsyncOperationCompletedHandler() local
|
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 788 AsyncResult = ApplyResult # create alias -- see #17805 variable
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Networking/WinHttp/ |
D | mod.rs | 1380 pub AsyncResult: WINHTTP_ASYNC_RESULT, field
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Networking/WinHttp/ |
D | mod.rs | 1380 pub AsyncResult: WINHTTP_ASYNC_RESULT, field
|