Home
last modified time | relevance | path

Searched refs:show_error (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/fuzzer/
Dfuzzer_driver.cpp18 bool show_error = true; in main() local
27 show_error = false; in main()
39 if (show_error) { in main()
48 if (show_error) { in main()
/external/toybox/toys/other/
Dhexedit.c46 static void show_error(char *what)
176 else show_error("No match!"); in find_next()
189 show_error("No match!"); in find_prev()
/external/llvm-project/lldb/source/Target/
DProcess.cpp1726 bool show_error = true; in CreateBreakpointSite() local
1735 show_error = false; in CreateBreakpointSite()
1743 show_error = IsAlive(); in CreateBreakpointSite()
1757 if (!error.Success() && show_error) { in CreateBreakpointSite()
1795 if (show_error || use_hardware) { in CreateBreakpointSite()