/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/src/ |
D | oneshot.rs | 241 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 D | HeapAnalysisJob.kt | 49 data class Canceled(val cancelReason: String) : Result() in execute() class in leakcanary.HeapAnalysisJob.Result
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/ |
D | traits.rs | 24 type Canceled; typedef 34 fn stream_off(&self) -> Result<Vec<Self::Canceled>, ioctl::StreamOffError>; in stream_off()
|
D | queue.rs | 468 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/ |
D | wsgui.py | 20 class Canceled(Exception): class 23 Canceled = __name__ + ".Canceled" variable
|
/aosp_15_r20/hardware/google/aemu/snapshot/include/snapshot/ |
D | common.h | 78 Canceled = SNAPSHOT_STATUS_CANCELED, enumerator 91 Canceled, enumerator
|
/aosp_15_r20/external/open-dice/dpe-rs/src/ |
H A D | error.rs | 40 Canceled = 7, enumerator
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ |
D | decoder.rs | 19 Canceled(CanceledBuffer<OP>), enumerator
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | windows.foundation.h | 90 Canceled = 2, enumerator
|
/aosp_15_r20/external/cronet/components/cronet/android/test/smoketests/src/org/chromium/net/smoke/ |
H A D | SmokeTestRequestCallback.java | 35 Canceled enumConstant
|
/aosp_15_r20/external/libcups/filter/ |
H A D | rastertohp.c | 36 Canceled; /* Has the current job been canceled? */ variable
|
H A D | rastertolabel.c | 67 Canceled; /* Non-zero if job is canceled */ variable
|
H A D | rastertoepson.c | 54 Canceled; /* Has the current job been canceled? */ variable
|
H A D | rastertopdf.cpp | 55 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/ |
D | types.h | 46 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/ |
D | types.h | 46 Canceled = 1u, enumerator
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/confirmationui/1.0/[email protected]_genc++_headers/gen/android/hardware/confirmationui/1.0/ |
D | types.h | 46 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/ |
D | types.h | 46 Canceled = 1u, enumerator
|
/aosp_15_r20/device/google/contexthub/util/nanotool/ |
D | contexthub.h | 200 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/ |
D | types.h | 46 Canceled = 1u, enumerator
|
/aosp_15_r20/system/teeui/libteeui/include/teeui/ |
H A D | common_message_types.h | 44 Canceled = 1u, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/balance/p2c/ |
D | service.rs | 77 Canceled, enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/ready_cache/ |
D | cache.rs | 95 Canceled(K), enumerator
|
/aosp_15_r20/prebuilts/go/linux-x86/src/context/ |
D | context.go | 163 var Canceled = errors.New("context canceled") var
|
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/ |
D | error.rs | 36 Canceled, enumerator
|