/external/rust/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() 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/ |
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()
|
D | rect.rs | 9 ) -> Result<(), DrawingErrorKind<B::ErrorType>> { in draw_rect()
|
D | line.rs | 8 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw_line()
|
/external/rust/crates/plotters/src/style/font/ |
D | mod.rs | 30 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()
|
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()
|
D | ttf.rs | 199 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/ |
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()
|
/external/angle/src/libANGLE/ |
D | RefCountObject.h | 32 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/ |
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()
|
/external/rust/crates/plotters/src/element/ |
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 | basic_shapes.rs | 34 ) -> 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()
|
D | composable.rs | 52 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw() 84 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw() 154 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
|
D | points.rs | 42 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw() 85 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
|
D | text.rs | 45 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw() 234 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
|
D | candlestick.rs | 78 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
|
D | basic_shapes_3d.rs | 50 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
|
/external/rust/crates/plotters-svg/src/ |
D | svg.rs | 183 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/ |
D | NumberParseException.java | 28 public enum ErrorType { enum in NumberParseException
|
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/ |
D | NumberParseException.java | 31 public enum ErrorType { enum in NumberParseException
|
/external/rust/crates/plotters/src/chart/ |
D | builder.rs | 168 DrawingAreaErrorKind<DB::ErrorType>, in build_ranged() 185 DrawingAreaErrorKind<DB::ErrorType>, in build_cartesian_2d() 323 DrawingAreaErrorKind<DB::ErrorType>, in build_cartesian_3d()
|
D | context.rs | 209 ) -> 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/ |
D | core_audio_base_win.h | 50 enum class ErrorType { enum
|
/external/openscreen/cast/common/channel/proto/ |
D | cast_channel.proto | 108 enum ErrorType { enum
|