Home
last modified time | relevance | path

Searched refs:stop_on_error (Results 126 – 150 of 375) sorted by relevance

12345678910>>...15

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/
H A Dtext_codec_user_defined.h42 bool stop_on_error,
H A Dtext_codec_icu.cc350 ErrorCallbackSetter(UConverter* converter, bool stop_on_error) in ErrorCallbackSetter() argument
351 : converter_(converter), should_stop_on_encoding_errors_(stop_on_error) { in ErrorCallbackSetter()
382 bool stop_on_error, in Decode() argument
395 ErrorCallbackSetter callback_setter(converter_icu_, stop_on_error); in Decode()
H A Dtext_codec_icu.h58 bool stop_on_error,
H A Dtext_codec.h98 bool stop_on_error,
H A Dtext_encoding.h58 bool stop_on_error,
/dports/devel/R-cran-evaluate/evaluate/man/
H A Devaluate.Rd8 stop_on_error = 0L, keep_warning = TRUE, keep_message = TRUE, new_device = TRUE,
23 \item{stop_on_error}{if \code{2}, evaluation will halt on first error and you
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/streaming_performance/
H A Dbatch_run_benchmark_rate.py43 def run(path, iterations, benchmark_rate_params, stop_on_error=True): argument
60 if stop_on_error:
/dports/shells/klish/klish-2.1.4/clish/shell/
H A Dshell_loop.c40 !this->current_file->stop_on_error)) in clish_shell_loop()
H A Dprivate.h35 bool_t stop_on_error; /* stop on error for file input */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/text/
H A Dtext_codec_icu.cc351 ErrorCallbackSetter(UConverter* converter, bool stop_on_error) in ErrorCallbackSetter() argument
352 : converter_(converter), should_stop_on_encoding_errors_(stop_on_error) { in ErrorCallbackSetter()
383 bool stop_on_error, in Decode() argument
396 ErrorCallbackSetter callback_setter(converter_icu_, stop_on_error); in Decode()
H A Dtext_codec_icu.h58 bool stop_on_error,
H A Dtext_encoding.h58 bool stop_on_error,
H A Dtext_codec.h99 bool stop_on_error,
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Dpotcheck.pl26 my $help = 0; my $quiet = 0; my $verbosity = 0; my $stop_on_error = 0;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h175 bool stop_on_error = true;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h175 bool stop_on_error = true; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h175 bool stop_on_error = true; member
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h175 bool stop_on_error = true; member
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h175 bool stop_on_error = true; member
/dports/astro/siril/siril/src/core/
H A Dprocessing.h66 gboolean stop_on_error; member
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/testing/
H A Dkilltest.py130 stop_on_error=None): argument
140 if stop_on_error:
/dports/net/py-s3cmd/s3cmd-2.2.0/
H A Ds3cmd451 if cfg.stop_on_error:
460 if cfg.stop_on_error:
613 if cfg.stop_on_error:
630 if cfg.stop_on_error:
937 if cfg.stop_on_error:
1166 if cfg.stop_on_error:
1359 if cfg.stop_on_error:
1438 if cfg.stop_on_error:
1451 if cfg.stop_on_error:
3075 if options.stop_on_error:
[all …]
/dports/devel/R-cran-Rdpack/Rdpack/man/
H A Dget_bibentries.Rd8 url_only = FALSE, stop_on_error = TRUE)
18 \item{stop_on_error}{
/dports/math/spot/spot-2.10.2/bin/
H A Dautcross.cc144 static bool stop_on_error = false; variable
204 stop_on_error = true; in parse_opt()
767 abort_run = global_error_flag && stop_on_error; in process_automaton()
/dports/math/py-spot/spot-2.10.2/bin/
H A Dautcross.cc144 static bool stop_on_error = false; variable
204 stop_on_error = true; in parse_opt()
767 abort_run = global_error_flag && stop_on_error; in process_automaton()

12345678910>>...15