Home
last modified time | relevance | path

Searched refs:format_error (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/clap/src/
Dderive.rs84 .map_err(format_error::<Self>); in parse()
98 <Self as FromArgMatches>::from_arg_matches_mut(&mut matches).map_err(format_error::<Self>) in try_parse()
109 .map_err(format_error::<Self>); in parse_from()
127 <Self as FromArgMatches>::from_arg_matches_mut(&mut matches).map_err(format_error::<Self>) in try_parse_from()
138 .map_err(format_error::<Self>); in update_from()
155 .map_err(format_error::<Self>) in try_update_from()
468 fn format_error<I: CommandFactory>(err: crate::Error) -> crate::Error { in format_error() function
/third_party/rust/crates/clap/src/error/
Dformat.rs18 fn format_error(error: &crate::error::Error<Self>) -> StyledStr; in format_error() method
31 fn format_error(error: &crate::error::Error<Self>) -> StyledStr { in format_error() method
55 fn format_error(error: &crate::error::Error<Self>) -> StyledStr { in format_error() method
Dmod.rs747 let styled = F::format_error(self); in formatted()
/third_party/ltp/testcases/kernel/fs/doio/
Diogen.c1376 int o, len, nb, format_error; in parse_cmdline() local
1453 format_error = 0; in parse_cmdline()
1464 format_error = 1; in parse_cmdline()
1468 format_error = 1; in parse_cmdline()
1472 format_error = 1; in parse_cmdline()
1474 if (format_error) { in parse_cmdline()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcaudiodec.c454 goto format_error; in gst_amc_audio_dec_loop()
459 goto format_error; in gst_amc_audio_dec_loop()
466 goto format_error; in gst_amc_audio_dec_loop()
632 format_error: in gst_amc_audio_dec_loop()
Dgstamcvideoenc.c1090 goto format_error; in gst_amc_video_enc_loop()
1095 goto format_error; in gst_amc_video_enc_loop()
1102 goto format_error; in gst_amc_video_enc_loop()
1211 format_error: in gst_amc_video_enc_loop()
Dgstamcvideodec.c1331 goto format_error; in gst_amc_video_dec_loop()
1336 goto format_error; in gst_amc_video_dec_loop()
1343 goto format_error; in gst_amc_video_dec_loop()
1611 format_error: in gst_amc_video_dec_loop()
/third_party/python/Modules/_ctypes/
Dcallproc.c1320 static PyObject *format_error(PyObject *self, PyObject *args) in format_error() function
2008 {"FormatError", format_error, METH_VARARGS, format_error_doc},
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c801 goto format_error; in gst_video_rate_sink_event()
950 format_error: in gst_video_rate_sink_event()