Searched refs:print_error_message (Results 1 - 3 of 3) sorted by relevance
/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.cpp | 44 void print_error_message(LSTATUS status, const char* function_name, std::string optional_message) { in print_error_message() function 63 print_error_message(ERROR_SETENV_FAILED, "SetEnvironmentVariableW"); in set_env_var() 71 if (report_failure) print_error_message(ERROR_ENVVAR_NOT_FOUND, "GetEnvironmentVariableW"); in get_env_var()
|
H A D | test_util.h | 177 void print_error_message(LSTATUS status, const char* function_name, std::string optional_message = "");
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2test.c | 4365 print_error_message(int errorcode, const char *before, const char *after) in print_error_message() function 4783 if (jitrc != 0 && !print_error_message(jitrc, " (", ")")) in show_pattern_info() 4800 if (errorcode < 0 && !print_error_message(errorcode, "", "\n")) in show_pattern_info() 4821 Returns: FALSE if print_error_message() fails 4828 return print_error_message(rc, "", "\n"); in serial_error() 5756 convert_return = print_error_message(rc, "", "\n")? PR_SKIP:PR_ABEND; in process_pattern() 5934 if (!print_error_message(errorcode, "", "\n")) return PR_ABEND; in process_pattern() 6451 Returns: FALSE if print_error_message() fails 6473 if (!print_error_message(rc, "", "\n")) return FALSE; in copy_and_get() 6481 if (!print_error_message(r in copy_and_get() [all...] |
Completed in 21 milliseconds