Home
last modified time | relevance | path

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

12345678910>>...86

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/
H A Derror_recording.rs30 pub enum ErrorType { enum
41 impl ErrorType { implementation
53 impl TryFrom<i32> for ErrorType { implementation
56 fn try_from(value: i32) -> Result<ErrorType, Self::Error> { in try_from()
109 error: ErrorType, in record_error()
137 error: ErrorType, in test_get_num_recorded_errors()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/
H A Derror_recording.rs30 pub enum ErrorType { enum
41 impl ErrorType { implementation
53 impl TryFrom<i32> for ErrorType { implementation
56 fn try_from(value: i32) -> Result<ErrorType, Self::Error> { in try_from()
109 error: ErrorType, in record_error()
137 error: ErrorType, in test_get_num_recorded_errors()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/src/
H A Derror_recording.rs30 pub enum ErrorType { enum
41 impl ErrorType { impl
53 impl TryFrom<i32> for ErrorType { implementation
56 fn try_from(value: i32) -> Result<ErrorType, Self::Error> { in try_from()
109 error: ErrorType, in record_error()
137 error: ErrorType, in test_get_num_recorded_errors()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/plotters-backend-0.3.2/src/
H A Dlib.rs108 type ErrorType: Error + Send + Sync; typedef
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()
275 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/plotters-backend-0.3.2/src/
H A Dlib.rs108 type ErrorType: Error + Send + Sync; typedef
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()
275 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/plotters-backend-0.3.2/src/
H A Dlib.rs108 type ErrorType: Error + Send + Sync; typedef
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()
275 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/plotters-backend-0.3.0/src/
H A Dlib.rs108 type ErrorType: Error + Send + Sync; typedef
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()
275 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/plotters-backend/src/
H A Dlib.rs108 type ErrorType: Error + Send + Sync; typedef
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()
275 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/plotters-backend-0.3.2/src/
H A Dlib.rs108 type ErrorType: Error + Send + Sync; typedef
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()
275 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
[all …]
/dports/textproc/jql/jql-3.0.6/cargo-crates/plotters-backend-0.3.2/src/
H A Dlib.rs108 type ErrorType: Error + Send + Sync; typedef
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()
275 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
[all …]
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/plotters-backend-0.3.2/src/
H A Dlib.rs108 type ErrorType: Error + Send + Sync; typedef
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()
275 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
[all …]
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/plotters-backend-0.3.2/src/
H A Dlib.rs108 type ErrorType: Error + Send + Sync; typedef
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()
275 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/plotters-backend-0.3.0/src/
H A Dlib.rs108 type ErrorType: Error + Send + Sync; typedef
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()
275 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
[all …]
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/plotters-backend-0.3.0/src/
H A Dlib.rs108 type ErrorType: Error + Send + Sync; typedef
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()
275 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/
H A Derror_recording.rs31 pub enum ErrorType { enum
42 impl ErrorType { impl
75 impl TryFrom<i32> for ErrorType { implementation
78 fn try_from(value: i32) -> Result<ErrorType, Self::Error> { in try_from()
131 error: ErrorType, in record_error()
159 error: ErrorType, in test_get_num_recorded_errors()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/plotters-0.2.12/src/drawing/
H A Dbackend.rs71 type ErrorType: Error + Send + Sync; typedef
84 fn present(&mut self) -> Result<(), DrawingErrorKind<Self::ErrorType>>; in present()
93 ) -> Result<(), DrawingErrorKind<Self::ErrorType>>; in draw_pixel()
104 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_line()
119 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_rect()
130 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_path()
165 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_circle()
173 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in fill_polygon()
188 ) -> Result<(), DrawingErrorKind<Self::ErrorType>> { in draw_text()
237 ) -> Result<(u32, u32), DrawingErrorKind<Self::ErrorType>> { in estimate_text_size()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/plotters-0.3.1/src/style/font/
H A 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()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/style/font/
H A 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()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/plotters-0.3.1/src/style/font/
H A 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()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/plotters-0.3.0/src/style/font/
H A 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()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/plotters-0.3.1/src/style/font/
H A 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()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/plotters-0.2.12/src/style/font/
H A 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()
/dports/misc/xplr/xplr-0.17.0/cargo-crates/plotters-0.3.1/src/style/font/
H A 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()
/dports/textproc/jql/jql-3.0.6/cargo-crates/plotters-0.3.1/src/style/font/
H A 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()
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/plotters-0.3.1/src/style/font/
H A 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()

12345678910>>...86