Home
last modified time | relevance | path

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

12

/external/rust/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()
202 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_circle()
210 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in fill_polygon()
225 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_text()
[all …]
/external/rust/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()
Drect.rs9 ) -> Result<(), DrawingErrorKind<B::ErrorType>> { in draw_rect()
Dline.rs8 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw_line()
/external/rust/crates/plotters/src/style/font/
Dmod.rs30 type ErrorType: Sized + std::error::Error + Clone; typedef
31 fn new(family: FontFamily, style: FontStyle) -> Result<Self, Self::ErrorType>; in new() argument
32 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType>; in estimate_layout()
39 ) -> 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()
Dttf.rs199 type ErrorType = FontError; typedef
205 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout()
240 ) -> Result<Result<(), E>, Self::ErrorType> { in draw()
/external/rust/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()
/external/angle/src/libANGLE/
DRefCountObject.h32 using ErrorType = ErrorT; variable
63 using ErrorType = ErrorT; variable
107 using ErrorType = ErrorT; variable
205 using ErrorType = typename angle::BindingPointer<ObjectType, Context>::ErrorType; variable
225 using ErrorType = typename BindingPointer<ObjectType>::ErrorType; variable
/external/rust/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()
/external/rust/crates/plotters/src/element/
Ddynelem.rs12 ) -> Result<(), DrawingErrorKind<DB::ErrorType>>; in draw_dyn()
21 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw_dyn()
52 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
Dbasic_shapes.rs34 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
97 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
169 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
261 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
322 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
Dcomposable.rs52 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
84 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
154 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
Dpoints.rs42 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
85 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
Dtext.rs45 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
234 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
Dcandlestick.rs78 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
Dbasic_shapes_3d.rs50 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
/external/rust/crates/plotters-svg/src/
Dsvg.rs183 type ErrorType = Error; typedef
245 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_line()
271 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_rect()
303 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_path()
331 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in fill_polygon()
359 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_circle()
389 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_text()
488 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in blit_bitmap()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java28 public enum ErrorType { enum in NumberParseException
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DNumberParseException.java31 public enum ErrorType { enum in NumberParseException
/external/rust/crates/plotters/src/chart/
Dbuilder.rs168 DrawingAreaErrorKind<DB::ErrorType>, in build_ranged()
185 DrawingAreaErrorKind<DB::ErrorType>, in build_cartesian_2d()
323 DrawingAreaErrorKind<DB::ErrorType>, in build_cartesian_3d()
Dcontext.rs209 ) -> Result<Range<i32>, DrawingAreaErrorKind<DB::ErrorType>> { in draw_axis()
284 ) -> Result<(), DrawingAreaErrorKind<DB::ErrorType>> { in draw_axis_and_labels()
653 ) -> Result<(), DrawingAreaErrorKind<DB::ErrorType>> {
714 DrawingAreaErrorKind<DB::ErrorType>,
780 DrawingAreaErrorKind<DB::ErrorType>,
808 DrawingAreaErrorKind<DB::ErrorType>,
/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.h50 enum class ErrorType { enum
/external/openscreen/cast/common/channel/proto/
Dcast_channel.proto108 enum ErrorType { enum

12