Home
last modified time | relevance | path

Searched defs:stop_on_error (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpointOptions.h175 bool stop_on_error; member
DBreakpointOptions.h68 bool stop_on_error; member
/external/llvm-project/lldb/source/API/
DSBCommandInterpreterRunOptions.cpp71 void SBCommandInterpreterRunOptions::SetStopOnError(bool stop_on_error) { in SetStopOnError()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h92 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions()
132 void SetStopOnError(bool stop_on_error) { in SetStopOnError()
/external/autotest/client/tests/disktest/src/
Ddisktest.c42 unsigned int stop_on_error = 0; variable
/external/stressapptest/src/
Dsat.h93 bool stop_on_error() const { return stop_on_error_; } in stop_on_error() function
/external/pdfium/third_party/libtiff/
Dtif_getimage.c2934 TIFFReadRGBAStripExt(TIFF* tif, uint32 row, uint32 * raster, int stop_on_error) in TIFFReadRGBAStripExt()
2993 TIFFReadRGBATileExt(TIFF* tif, uint32 col, uint32 row, uint32 * raster, int stop_on_error ) in TIFFReadRGBATileExt()