Home
last modified time | relevance | path

Searched defs:AsyncResult (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Doverlapped_source.rs120 ) -> 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 Dtokio_source.rs124 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 Dhandle_source.rs238 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 Dtimer.rs12 pub async fn wait_sys(&self) -> AsyncResult<()> { in wait_sys()
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dio_source.rs101 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 Dtimer.rs32 pub async fn wait(&self) -> AsyncResult<()> { in wait()
H A Dio_ext.rs28 pub type AsyncResult<T> = std::result::Result<T, AsyncError>; typedef
H A Dexecutor.rs608 pub fn run(&self) -> AsyncResult<()> { in run()
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A Dpoll_source.rs205 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 Dtokio_source.rs210 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 During_source.rs64 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 Dtimer.rs13 pub async fn wait_sys(&self) -> AsyncResult<()> { in wait_sys()
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DAsyncResult.java22 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 Dpipe.rs357 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 Dpipe.rs357 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 Dpipe.rs357 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 Dpipe.rs357 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 Dpipe.rs357 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/
DAsyncResult.h28 constexpr AsyncResult(ResultValue val) : value(val) {} in AsyncResult() function
/aosp_15_r20/external/cronet/base/win/
H A Dpost_async_results.h114 using AsyncResult = in PostAsyncOperationCompletedHandler() local
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dpool.py586 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/
Dmfapi.h59 IMFAsyncResult AsyncResult; member
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dpool.py788 AsyncResult = ApplyResult # create alias -- see #17805 variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dpool.py788 AsyncResult = ApplyResult # create alias -- see #17805 variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dpool.py788 AsyncResult = ApplyResult # create alias -- see #17805 variable

1234