Searched refs:stop_on_error (Results 1 – 8 of 8) sorted by relevance
42 unsigned int stop_on_error = 0; variable236 if (stop_on_error) in double_verify()282 stop_on_error = 1; in main()341 if (!stop_on_error) { in main()
235 bool stop_on_error() const;241 void set_stop_on_error(bool stop_on_error);
275 void Framework::set_stop_on_error(bool stop_on_error) in set_stop_on_error() argument277 _stop_on_error = stop_on_error; in set_stop_on_error()280 bool Framework::stop_on_error() const in stop_on_error() function in arm_compute::test::framework::Framework
118 auto stop_on_error = parser.add_option<utils::ToggleOption>("stop-on-error"); in main() local119 stop_on_error->set_help("Stop execution after the first failed test (useful for debugging)"); in main()283 framework.set_stop_on_error(stop_on_error->value()); in main()
93 bool stop_on_error() const { return stop_on_error_; } in stop_on_error() function
1784 if (sat_->stop_on_error()) { in SectorValidatePage()
469 int stop_on_error);471 int stop_on_error);
3226 int stop_on_error) in TIFFReadRGBAStripExt() argument3251 TIFFRGBAImageBegin(&img, tif, stop_on_error, emsg)) in TIFFReadRGBAStripExt()3288 int stop_on_error) in TIFFReadRGBATileExt() argument3324 !TIFFRGBAImageBegin(&img, tif, stop_on_error, emsg)) in TIFFReadRGBATileExt()