| /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() 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 …]
|
| /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 | 43 type ErrorType: Sized + std::error::Error + Clone; typedef 44 fn new(family: FontFamily, style: FontStyle) -> Result<Self, Self::ErrorType>; in new() argument 45 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType>; in estimate_layout() 52 ) -> 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 | 202 type ErrorType = FontError; typedef 208 fn estimate_layout(&self, size: f64, text: &str) -> Result<LayoutBox, Self::ErrorType> { in estimate_layout() 243 ) -> 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 103 using ErrorType = ErrorT; variable 201 using ErrorType = typename angle::BindingPointer<ObjectType, Context>::ErrorType; variable 221 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 | 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 | 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()
|
| D | candlestick.rs | 78 ) -> Result<(), DrawingErrorKind<DB::ErrorType>> { in draw()
|
| /external/rust/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()
|
| /external/rust/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>,
|
| /external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/ |
| D | NumberParseException.java | 31 public enum ErrorType { enum in NumberParseException
|
| /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
| D | NumberParseException.java | 28 public enum ErrorType { enum in NumberParseException
|
| /external/rust/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()
|
| /external/rust/crates/plotters/src/chart/context/cartesian2d/ |
| D | draw_impl.rs | 70 ) -> Result<Range<i32>, DrawingAreaErrorKind<DB::ErrorType>> { in draw_axis() 144 ) -> Result<(), DrawingAreaErrorKind<DB::ErrorType>> { in draw_axis_and_labels()
|
| /external/webrtc/modules/audio_device/win/ |
| D | core_audio_base_win.h | 51 enum class ErrorType { enum
|
| /external/openscreen/cast/common/channel/proto/ |
| D | cast_channel.proto | 108 enum ErrorType { enum
|