Searched refs:exit_on_error (Results 1 – 13 of 13) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | open-catalog.c | 115 bool exit_on_error) in open_catalog_file() argument 119 if (fp == NULL && exit_on_error) in open_catalog_file()
|
D | open-catalog.h | 35 char **real_file_name_p, bool exit_on_error);
|
D | ChangeLog.1 | 7769 * open-po.h (open_po_file): Add argument 'exit_on_error'.
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | image.c | 324 goto exit_on_error; in vlVaDeriveImage() 362 goto exit_on_error; in vlVaDeriveImage() 368 goto exit_on_error; in vlVaDeriveImage() 387 exit_on_error: in vlVaDeriveImage()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 831 if (exit_on_error) in write_packet() 836 if (exit_on_error) { in write_packet() 918 if(exit_on_error) in output_packet() 1074 if (exit_on_error) in do_subtitle_out() 2152 if (ret < 0 && exit_on_error) in check_decode_result() 2157 av_log(NULL, exit_on_error ? AV_LOG_FATAL : AV_LOG_WARNING, in check_decode_result() 2159 if (exit_on_error) in check_decode_result() 2727 if (!decode_failed || exit_on_error) in process_input_packet() 4389 if (exit_on_error) in process_input() 4437 av_log(NULL, exit_on_error ? AV_LOG_FATAL : AV_LOG_WARNING, in process_input() [all …]
|
D | ffmpeg.h | 621 extern int exit_on_error;
|
D | ffmpeg_opt.c | 167 int exit_on_error = 0; variable 3545 { "xerror", OPT_BOOL | OPT_EXPERT, { &exit_on_error },
|
/third_party/python/Lib/ |
D | argparse.py | 1706 exit_on_error=True): argument 1725 self.exit_on_error = exit_on_error 1856 if self.exit_on_error:
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.0 | 787 * wait-process.h (wait_subprocess): New argument 'exit_on_error'. 788 * wait-process.c (wait_subprocess): Implement 'exit_on_error' handling. 790 * execute.h (execute): New argument 'exit_on_error'. 791 * execute.c (execute): Implement 'exit_on_error' handling. 793 arguments 'null_stderr' and 'exit_on_error'. 795 'exit_on_error' handling.
|
D | ChangeLog.1 | 1552 When !exit_on_error && !null_stderr, still emit error messages, but 1554 * execute.c (execute): When !exit_on_error && !null_stderr, still 1556 * pipe-in.c (create_pipe_in): When !exit_on_error && !null_stderr,
|
/third_party/python/Doc/library/ |
D | argparse.rst | 145 add_help=True, allow_abbrev=True, exit_on_error=True) 194 *exit_on_error* parameter was added. 657 exit_on_error section in ArgumentParser objects 664 ``exit_on_error`` to ``False``:: 666 >>> parser = argparse.ArgumentParser(exit_on_error=False)
|
/third_party/python/Lib/test/ |
D | test_argparse.py | 5424 self.parser = argparse.ArgumentParser(exit_on_error=False)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a1.rst | 2122 Add optional keyword argument ``exit_on_error`` for :class:`ArgumentParser`.
|