Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/
DCommandInterpreter.h95 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions()
128 void SetStopOnError(bool stop_on_error) { in SetStopOnError()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/
DCommandInterpreter.h96 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions()
129 void SetStopOnError(bool stop_on_error) { in SetStopOnError()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/
DCommandInterpreter.h96 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions()
129 void SetStopOnError(bool stop_on_error) { in SetStopOnError()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/
DCommandInterpreter.h96 LazyBool stop_on_error, LazyBool stop_on_crash, in CommandInterpreterRunOptions()
129 void SetStopOnError(bool stop_on_error) { in SetStopOnError()
/aosp_15_r20/external/ComputeLibrary/tests/framework/
H A DFramework.cpp275 void Framework::set_stop_on_error(bool 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Breakpoint/
DWatchpointOptions.h170 bool stop_on_error = true; member
DBreakpointOptions.h66 bool stop_on_error = true; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Breakpoint/
DWatchpointOptions.h170 bool stop_on_error = true; member
DBreakpointOptions.h66 bool stop_on_error = true; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Breakpoint/
DWatchpointOptions.h170 bool stop_on_error = true; member
DBreakpointOptions.h66 bool stop_on_error = true; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Breakpoint/
DWatchpointOptions.h170 bool stop_on_error = true; member
DBreakpointOptions.h66 bool stop_on_error = true; member
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/
DOptions.h39 bool stop_on_error() const { return stop_on_error_; } in stop_on_error() function
/aosp_15_r20/external/ComputeLibrary/tests/
H A Dmain.cpp118 auto stop_on_error = parser.add_option<utils::ToggleOption>("stop-on-error"); in main() local
/aosp_15_r20/external/autotest/client/tests/disktest/src/
H A Ddisktest.c42 unsigned int stop_on_error = 0; variable
/aosp_15_r20/external/stressapptest/src/
H A Dsat.h93 bool stop_on_error() const { return stop_on_error_; } in stop_on_error() function
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_getimage.c3226 int stop_on_error) in TIFFReadRGBAStripExt()
3288 int stop_on_error) in TIFFReadRGBATileExt()
/aosp_15_r20/system/testing/gtest_extras/gtest_isolated/tests/
DOptionsTest.cpp533 TEST_F(OptionsTest, stop_on_error) { in TEST_F() argument