Home
last modified time | relevance | path

Searched defs:ErrorType (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/rust/android-crates-io/crates/plotters-backend/src/
Dlib.rs108 type ErrorType: Error + Send + Sync; typedef
114 fn ensure_prepared(&mut self) -> Result<(), DrawingErrorKind<Self::ErrorType>>; in ensure_prepared()
121 fn present(&mut self) -> Result<(), DrawingErrorKind<Self::ErrorType>>; in present()
130 ) -> Result<(), DrawingErrorKind<Self::ErrorType>>; in draw_pixel()
141 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_line()
156 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_rect()
167 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_path()
203 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_circle()
211 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in fill_polygon()
226 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_text()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/plotters-backend/src/rasterizer/
Dcircle.rs5 Draw: FnMut(i32, (f64, f64)) -> Result<(), DrawingErrorKind<B::ErrorType>>, in draw_part_a()
30 Draw: FnMut(i32, (f64, f64)) -> Result<(), DrawingErrorKind<B::ErrorType>>, in draw_part_b()
45 Draw: FnMut(i32, (f64, f64)) -> Result<(), DrawingErrorKind<B::ErrorType>>, in draw_part_c()
93 ) -> Result<(), DrawingErrorKind<B::ErrorType>> { in draw_sweep_line()
129 ) -> Result<(), DrawingErrorKind<B::ErrorType>> { in draw_annulus()
281 ) -> Result<(), DrawingErrorKind<B::ErrorType>> { in draw_circle()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/drawing/backend_impl/
Dmocked.rs114 type ErrorType = MockedError; typedef
135 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_pixel()
154 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_line()
175 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_rect()
194 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_path()
215 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_circle()
234 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in fill_polygon()
254 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_text()
/aosp_15_r20/external/angle/src/libANGLE/
H A DRefCountObject.h32 using ErrorType = ErrorT; variable
65 using ErrorType = ErrorT; variable
96 using ErrorType = ErrorT; variable
136 using ErrorType = ErrorT; variable
237 using ErrorType = typename angle::BindingPointer<ObjectType, Context>::ErrorType; variable
257 using ErrorType = typename BindingPointer<ObjectType>::ErrorType; variable
/aosp_15_r20/external/rust/android-crates-io/crates/plotters-svg/src/
Dsvg.rs184 type ErrorType = Error; typedef
246 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_line()
272 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_rect()
304 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_path()
332 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in fill_polygon()
360 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_circle()
390 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_text()
489 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in blit_bitmap()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/font/
Dmod.rs65 type ErrorType: Sized + std::error::Error + Clone; typedef
66 fn new(family: FontFamily, style: FontStyle) -> Result<Self, Self::ErrorType>; in new() argument
67 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType>; in estimate_layout()
74 ) -> Result<Result<(), E>, Self::ErrorType> { in draw()
Dab_glyph.rs89 type ErrorType = FontError; typedef
90 fn new(family: FontFamily<'_>, style: FontStyle) -> Result<Self, Self::ErrorType> { in new() argument
102 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
128 ) -> Result<Result<(), E>, Self::ErrorType> { in draw()
Dttf.rs200 type ErrorType = FontError; typedef
206 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
241 ) -> Result<Result<(), E>, Self::ErrorType> { in draw()
Dnaive.rs19 type ErrorType = FontError; typedef
30 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
Dweb.rs24 type ErrorType = FontError; typedef
31 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum_derive/src/
Dparsing.rs92 ) -> Result<(Ident, Option<ErrorType>)> { in parse_attrs()
518 pub(crate) struct ErrorType { struct
523 impl From<ErrorTypeAttribute> for ErrorType { argument
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/examples/
Dconsole.rs56 type ErrorType = std::io::Error; typedef
94 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_line()
122 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
131 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_text()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/
Dbasic_shapes.rs43 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
107 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
179 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
271 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
332 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
Ddynelem.rs12 ) -> Result<(), DrawingErrorKind<DB::ErrorType>>; in draw_dyn()
21 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw_dyn()
52 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
Dcomposable.rs84 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
121 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
196 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
Dpoints.rs62 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
114 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
Dtext.rs45 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
234 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian3d/
Ddraw_impl.rs60 ) -> Result<(), DrawingAreaErrorKind<DB::ErrorType>> {
125 DrawingAreaErrorKind<DB::ErrorType>,
193 DrawingAreaErrorKind<DB::ErrorType>,
222 DrawingAreaErrorKind<DB::ErrorType>,
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/queue/qbuf/
Dget_free.rs23 fn try_get_free_buffer(&'a self) -> Result<Self::Queueable, ErrorType>; in try_get_free_buffer() argument
30 fn try_get_free_buffer(&'a self) -> Result<Self::Queueable, ErrorType>; in try_get_free_buffer() argument
Dget_indexed.rs26 fn try_get_buffer(&'a self, index: usize) -> Result<Self::Queueable, ErrorType>; in try_get_buffer() argument
33 fn try_get_buffer(&'a self, index: usize) -> Result<Self::Queueable, ErrorType>; in try_get_buffer() argument
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/
Dbuilder.rs294 DrawingAreaErrorKind<DB::ErrorType>, in build_ranged()
315 DrawingAreaErrorKind<DB::ErrorType>, in build_cartesian_2d()
460 DrawingAreaErrorKind<DB::ErrorType>, in build_cartesian_3d()
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/info/
DAdminErrorMessage.java38 public enum ErrorType { enum in AdminErrorMessage
117 ErrorType(int value) { in ErrorType() method in AdminErrorMessage.ErrorType
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian2d/
Ddraw_impl.rs70 ) -> Result<Range<i32>, DrawingAreaErrorKind<DB::ErrorType>> { in draw_axis()
141 ) -> Result<(), DrawingAreaErrorKind<DB::ErrorType>> { in draw_axis_and_labels()
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/network/
DSimOnboardingActivity.java275 public static enum ErrorType { enum in SimOnboardingActivity.Companion
281 ErrorType(int value) { in ErrorType() method in SimOnboardingActivity.Companion.ErrorType
/aosp_15_r20/system/nfc/src/include/
H A Dmetrics.h21 enum ErrorType { UNKNOWN, NCI_TIMEOUT, ERROR_NTF, AID_OVERFLOW }; enum

12345678910>>...12