Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Drun_tests147 if options.stop_on_error:
149 if ok == False and options.stop_on_error:
155 if options.stop_on_error:
/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/stressapptest/src/
Dsat.h93 bool stop_on_error() const { return stop_on_error_; } in stop_on_error() function
Dworker.cc1780 if (sat_->stop_on_error()) { in SectorValidatePage()
/external/ImageMagick/coders/
Dpdf.c424 stop_on_error, in ReadPDFImage() local
513 stop_on_error=IsStringTrue(GetImageOption(image_info,"pdf:stop-on-error")); in ReadPDFImage()
719 if (stop_on_error != MagickFalse) in ReadPDFImage()