Home
last modified time | relevance | path

Searched refs:print_errors (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libusb/msvc/getopt/
H A Dgetopt.c519 int print_errors = opterr; local
521 print_errors = 0;
685 if (print_errors)
706 if (print_errors)
732 if (print_errors)
759 if (print_errors)
789 if (print_errors)
823 if (print_errors)
872 if (print_errors)
890 if (print_errors)
[all …]
/aosp_15_r20/external/eigen/unsupported/test/
H A Dopenglsupport.cpp96 GLint createProgram(const char* vtx, const char* frg, bool print_errors = true) in createProgram() argument
108 if (print_errors) in createProgram()
123 if (print_errors) in createProgram()
144 if (print_errors) in createProgram()
157 GLint createProgram(const std::string& vtx, const std::string& frg, bool print_errors = true) in createProgram() argument
159 return createProgram(vtx.c_str(), frg.c_str(), print_errors); in createProgram()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/
DCommandInterpreter.h97 LazyBool print_results, LazyBool print_errors, in CommandInterpreterRunOptions() argument
102 m_print_errors(print_errors), m_add_to_history(add_to_history) {} in CommandInterpreterRunOptions()
160 void SetPrintErrors(bool print_errors) { in SetPrintErrors() argument
161 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/
DCommandInterpreter.h98 LazyBool print_results, LazyBool print_errors, in CommandInterpreterRunOptions() argument
103 m_print_errors(print_errors), m_add_to_history(add_to_history) {} in CommandInterpreterRunOptions()
161 void SetPrintErrors(bool print_errors) { in SetPrintErrors() argument
162 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/
DCommandInterpreter.h98 LazyBool print_results, LazyBool print_errors, in CommandInterpreterRunOptions() argument
103 m_print_errors(print_errors), m_add_to_history(add_to_history) {} in CommandInterpreterRunOptions()
161 void SetPrintErrors(bool print_errors) { in SetPrintErrors() argument
162 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/
DCommandInterpreter.h98 LazyBool print_results, LazyBool print_errors, in CommandInterpreterRunOptions() argument
103 m_print_errors(print_errors), m_add_to_history(add_to_history) {} in CommandInterpreterRunOptions()
161 void SetPrintErrors(bool print_errors) { in SetPrintErrors() argument
162 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()