Searched refs:print_error (Results 1 - 18 of 18) sorted by relevance

/external/libunwind/src/coredump/
H A D_UPT_resume.c32 print_error (__func__);
33 print_error (" not implemented\n");
H A D_UPT_access_fpreg.c31 print_error (__func__);
32 print_error (" not implemented\n");
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dutils.py30 def ReadFile(filename, print_error=True):
39 if print_error:
/external/googletest/googlemock/scripts/generator/cpp/
H A Dutils.py30 def ReadFile(filename, print_error=True):
39 if print_error:
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dutils.py30 def ReadFile(filename, print_error=True):
39 if print_error:
/external/fio/
H A Dprinting.c71 static void printing_error_dialog(GtkWidget *window, GError *print_error) argument
76 printf("error message = %s\n", print_error->message);
80 print_error->message);
89 GError *print_error; local
95 gtk_print_operation_get_error(operation, &print_error);
96 printing_error_dialog(ge->results_window, print_error);
97 g_error_free(print_error);
104 GError *print_error; local
118 GTK_WINDOW(ge->results_window), &print_error);
129 printing_error_dialog(ge->results_window, print_error);
[all...]
/external/autotest/site_utils/
H A Dbind_mysql_to_cpuset.sh49 function print_error() { function
63 print_error "Empty command!"
76 eval "$1" || { print_error "Failed to execute \"${cmd}\""; return 1; }
90 { print_error "No MySQL process found."; return 1; }
96 { print_error "No MySQL process found."; return 1; }
101 print_error "No MySQL process found."
107 print_error "No running MySQL process is found."
/external/valgrind/exp-bbv/tests/x86/
H A Drep_prefix.S52 jne print_error # print an error
69 jne print_error # print an error
86 jne print_error # print an error
135 jnz print_error
143 jnz print_error
151 jnz print_error
170 je print_error
178 je print_error
186 je print_error
198 jnz print_error
246 print_error: label
[all...]
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c531 print_error("No entries for symbol %s.\n", symbol_name);
596 print_error(error_message, value->symbol_name);
597 print_error(" Remaining item(s) declared at...\n");
602 print_error(" " SOURCE_LOCATION_FORMAT "\n",
606 print_error("%s.", value->symbol_name);
632 print_error("ERROR: " SOURCE_LOCATION_FORMAT " - Could not get value "
635 print_error("Previously returned mock value was declared at "
640 print_error("There were no previously returned mock values for "
689 print_error("0x%x != 0x%x\n", left, right);
700 print_error("
1475 void print_error(const char* const format, ...) { function
[all...]
/external/iptables/
H A Diptables-test.py42 def print_error(reason, filename=None, lineno=None): function
58 print_error(reason, filename, lineno)
73 :param filename: name of the file tested (used for print_error purposes)
74 :param lineno: line number being tested (used for print_error purposes)
87 print_error(reason, filename, lineno)
95 print_error(reason, filename, lineno)
121 print_error(reason, filename, lineno)
129 print_error(reason, filename, lineno)
142 :param filename: name of the file tested (used for print_error purposes)
143 :param lineno: line number being tested (used for print_error purpose
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D5-1.c61 static void print_error(struct testcase *t, int saved_errno) function
117 print_error(&testcases[i], errno);
/external/valgrind/include/
H A Dpub_tool_errormgr.h87 'print_error' dictates whether to print the error, which is a bit of a
93 ExeContext* where, Bool print_error,
/external/libunwind/src/ia64/
H A DGparser.c50 print_error ("libunwind: cannot stack reg state!\n");
64 print_error ("libunwind: stack underflow!\n");
82 print_error ("unwind.dup_state_stack: out of memory\n");
520 print_error ("libunwind: failed to find labeled state\n");
531 print_error ("unwind.desc_label_state(): out of memory\n");
627 print_error ("libunwind: unknown code encountered\n")
/external/cmockery/cmockery_0_1_2/src/google/
H A Dcmockery.h275 print_error("Expected assert in %s\n", #function_call); \
431 void print_error(const char* const format, ...);
/external/lz4/tests/
H A Dtest-lz4-speed.py48 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True):
61 if stderr_lines and not print_output and print_error:
/external/libunwind/include/
H A Dlibunwind_i.h315 print_error (const char *string) function
/external/valgrind/coregrind/
H A Dm_errormgr.c852 suppressed. Bool 'print_error' dictates whether to print the error.
856 void* extra, ExeContext* where, Bool print_error,
886 if (print_error) {
855 unique_error( ThreadId tid, ErrorKind ekind, Addr a, const HChar* s, void* extra, ExeContext* where, Bool print_error, Bool allow_db_attach, Bool count_error ) argument
/external/fmtlib/test/
H A Dformat-test.cc1583 void print_error(const char *file, int line, const char *format, function

Completed in 928 milliseconds