Home
last modified time | relevance | path

Searched refs:stop_on_error (Results 1 – 7 of 7) 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/pdfium/third_party/libtiff/
Dtiffio.h435 extern int TIFFReadRGBAStripExt(TIFF*, uint32, uint32 *, int stop_on_error );
436 extern int TIFFReadRGBATileExt(TIFF*, uint32, uint32, uint32 *, int stop_on_error );
Dtif_getimage.c2915 TIFFReadRGBAStripExt(TIFF* tif, uint32 row, uint32 * raster, int stop_on_error) in TIFFReadRGBAStripExt() argument
2938 if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, stop_on_error, emsg)) { in TIFFReadRGBAStripExt()
2974 TIFFReadRGBATileExt(TIFF* tif, uint32 col, uint32 row, uint32 * raster, int stop_on_error ) in TIFFReadRGBATileExt() argument
3010 || !TIFFRGBAImageBegin(&img, tif, stop_on_error, emsg)) { in TIFFReadRGBATileExt()
/external/ImageMagick/coders/
Dpdf.c426 stop_on_error, in ReadPDFImage() local
515 stop_on_error=IsStringTrue(GetImageOption(image_info,"pdf:stop-on-error")); in ReadPDFImage()
721 if (stop_on_error != MagickFalse) in ReadPDFImage()