Searched refs:stop_on_error (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
D | run_tests | 147 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/ |
D | disktest.c | 42 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/ |
D | sat.h | 93 bool stop_on_error() const { return stop_on_error_; } in stop_on_error() function
|
D | worker.cc | 1780 if (sat_->stop_on_error()) { in SectorValidatePage()
|
/external/pdfium/third_party/libtiff/ |
D | tiffio.h | 435 extern int TIFFReadRGBAStripExt(TIFF*, uint32, uint32 *, int stop_on_error ); 436 extern int TIFFReadRGBATileExt(TIFF*, uint32, uint32, uint32 *, int stop_on_error );
|
D | tif_getimage.c | 2915 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/ |
D | pdf.c | 426 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()
|