/aosp_15_r20/external/rust/android-crates-io/crates/plotters-backend/src/ |
D | lib.rs | 108 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/ |
D | circle.rs | 5 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/ |
D | mocked.rs | 114 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 D | RefCountObject.h | 32 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/ |
D | svg.rs | 184 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/ |
D | mod.rs | 65 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()
|
D | ab_glyph.rs | 89 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()
|
D | ttf.rs | 200 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()
|
D | naive.rs | 19 type ErrorType = FontError; typedef 30 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
|
D | web.rs | 24 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/ |
D | parsing.rs | 92 ) -> 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/ |
D | console.rs | 56 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/ |
D | basic_shapes.rs | 43 ) -> 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()
|
D | dynelem.rs | 12 ) -> Result<(), DrawingErrorKind<DB::ErrorType>>; in draw_dyn() 21 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw_dyn() 52 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
|
D | composable.rs | 84 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw() 121 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw() 196 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
|
D | points.rs | 62 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw() 114 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
|
D | text.rs | 45 ) -> 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/ |
D | draw_impl.rs | 60 ) -> 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/ |
D | get_free.rs | 23 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
|
D | get_indexed.rs | 26 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/ |
D | builder.rs | 294 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/ |
D | AdminErrorMessage.java | 38 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/ |
D | draw_impl.rs | 70 ) -> 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/ |
D | SimOnboardingActivity.java | 275 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 D | metrics.h | 21 enum ErrorType { UNKNOWN, NCI_TIMEOUT, ERROR_NTF, AID_OVERFLOW }; enum
|