Home
last modified time | relevance | path

Searched defs:Canceled (Results 1 – 25 of 69) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/
Doneshot.rs241 fn try_recv(&self) -> Result<Option<T>, Canceled> { in try_recv() argument
256 fn recv(&self, cx: &mut Context<'_>) -> Poll<Result<T, Canceled>> { in recv() argument
419 pub struct Canceled; struct
421 impl fmt::Display for Canceled { implementation
428 impl std::error::Error for Canceled {} implementation
450 pub fn try_recv(&mut self) -> Result<Option<T>, Canceled> { in try_recv() argument
458 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<T, Canceled>> { in poll() argument
/aosp_15_r20/external/leakcanary2/leakcanary-android-release/src/main/java/leakcanary/
H A DHeapAnalysisJob.kt49 data class Canceled(val cancelReason: String) : Result() in execute() class in leakcanary.HeapAnalysisJob.Result
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/
Dtraits.rs24 type Canceled; typedef
34 fn stream_off(&self) -> Result<Vec<Self::Canceled>, ioctl::StreamOffError>; in stream_off()
Dqueue.rs468 type Canceled = CanceledBuffer<P>; typedef
476 fn stream_off(&self) -> Result<Vec<Self::Canceled>, StreamOffError> { in stream_off()
/aosp_15_r20/external/python/cpython2/Tools/webchecker/
Dwsgui.py20 class Canceled(Exception): class
23 Canceled = __name__ + ".Canceled" variable
/aosp_15_r20/hardware/google/aemu/snapshot/include/snapshot/
Dcommon.h78 Canceled = SNAPSHOT_STATUS_CANCELED, enumerator
91 Canceled, enumerator
/aosp_15_r20/external/open-dice/dpe-rs/src/
H A Derror.rs40 Canceled = 7, enumerator
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/
Ddecoder.rs19 Canceled(CanceledBuffer<OP>), enumerator
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwindows.foundation.h90 Canceled = 2, enumerator
/aosp_15_r20/external/cronet/components/cronet/android/test/smoketests/src/org/chromium/net/smoke/
H A DSmokeTestRequestCallback.java35 Canceled enumConstant
/aosp_15_r20/external/libcups/filter/
H A Drastertohp.c36 Canceled; /* Has the current job been canceled? */ variable
H A Drastertolabel.c67 Canceled; /* Non-zero if job is canceled */ variable
H A Drastertoepson.c54 Canceled; /* Has the current job been canceled? */ variable
H A Drastertopdf.cpp55 static int Canceled = 0; /* Has the current job been canceled? */ variable
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/confirmationui/1.0/[email protected]_genc++_headers/gen/android/hardware/confirmationui/1.0/
Dtypes.h46 Canceled = 1u, enumerator
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/confirmationui/1.0/[email protected]_genc++_headers/gen/android/hardware/confirmationui/1.0/
Dtypes.h46 Canceled = 1u, enumerator
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/confirmationui/1.0/[email protected]_genc++_headers/gen/android/hardware/confirmationui/1.0/
Dtypes.h46 Canceled = 1u, enumerator
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/confirmationui/1.0/[email protected]_genc++_headers/gen/android/hardware/confirmationui/1.0/
Dtypes.h46 Canceled = 1u, enumerator
/aosp_15_r20/device/google/contexthub/util/nanotool/
Dcontexthub.h200 Canceled, enumerator
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/confirmationui/1.0/[email protected]_genc++_headers/gen/android/hardware/confirmationui/1.0/
Dtypes.h46 Canceled = 1u, enumerator
/aosp_15_r20/system/teeui/libteeui/include/teeui/
H A Dcommon_message_types.h44 Canceled = 1u, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/balance/p2c/
Dservice.rs77 Canceled, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/ready_cache/
Dcache.rs95 Canceled(K), enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/context/
Dcontext.go163 var Canceled = errors.New("context canceled") var
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/
Derror.rs36 Canceled, enumerator

123