Searched refs:print_error_message (Results 1 – 4 of 4) sorted by relevance
/third_party/vulkan-loader/tests/framework/ |
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()
|
D | test_util.h | 123 void print_error_message(LSTATUS status, const char* function_name, std::string optional_message = …
|
/third_party/pcre2/pcre2/src/ |
D | pcre2test.c | 4340 print_error_message(int errorcode, const char *before, const char *after) in print_error_message() function 4758 if (jitrc != 0 && !print_error_message(jitrc, " (", ")")) in show_pattern_info() 4775 if (errorcode < 0 && !print_error_message(errorcode, "", "\n")) in show_pattern_info() 4803 return print_error_message(rc, "", "\n"); in serial_error() 5728 convert_return = print_error_message(rc, "", "\n")? PR_SKIP:PR_ABEND; in process_pattern() 5906 if (!print_error_message(errorcode, "", "\n")) return PR_ABEND; in process_pattern() 6408 if (!print_error_message(rc, "", "\n")) return FALSE; in copy_and_get() 6416 if (!print_error_message(rc, "", "\n")) return FALSE; in copy_and_get() 6463 if (!print_error_message(rc, "", "\n")) return FALSE; in copy_and_get() 6471 if (!print_error_message(rc, "", "\n")) return FALSE; in copy_and_get() [all …]
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-launch.c | 338 print_error_message (GstMessage * msg) in print_error_message() function 983 print_error_message (message); in bus_sync_handler()
|