Home
last modified time | relevance | path

Searched refs:stop_on_error (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/tests/disktest/src/
Ddisktest.c42 unsigned int stop_on_error = 0; variable
236 if (stop_on_error) in double_verify()
282 stop_on_error = 1; in main()
341 if (!stop_on_error) { in main()
/external/ComputeLibrary/tests/framework/
DFramework.h235 bool stop_on_error() const;
241 void set_stop_on_error(bool stop_on_error);
DFramework.cpp275 void Framework::set_stop_on_error(bool stop_on_error) in set_stop_on_error() argument
277 _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
/external/ComputeLibrary/tests/
Dmain.cpp118 auto stop_on_error = parser.add_option<utils::ToggleOption>("stop-on-error"); in main() local
119 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()
/external/stressapptest/src/
Dsat.h93 bool stop_on_error() const { return stop_on_error_; } in stop_on_error() function
Dworker.cc1784 if (sat_->stop_on_error()) { in SectorValidatePage()
/external/pdfium/third_party/libtiff/
Dtiffio.h469 int stop_on_error);
471 int stop_on_error);
Dtif_getimage.c3226 int stop_on_error) in TIFFReadRGBAStripExt() argument
3251 TIFFRGBAImageBegin(&img, tif, stop_on_error, emsg)) in TIFFReadRGBAStripExt()
3288 int stop_on_error) in TIFFReadRGBATileExt() argument
3324 !TIFFRGBAImageBegin(&img, tif, stop_on_error, emsg)) in TIFFReadRGBATileExt()