Searched defs:print_error (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/main/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...]
H A Dfldcw_check.S100 print_error: label
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_debug.cpp22 void LogArgs(const char* fmt, va_list args, bool print_error, int error) { argument
31 if (print_error) {
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S146 print_error: label
H A Drep_prefix.S67 jne print_error # print an error
84 jne print_error # print an error
101 jne print_error # print an error
119 jne print_error # print an error
178 jnz print_error
186 jnz print_error
194 jnz print_error
202 jnz print_error
223 # je print_error
231 # je print_error
324 print_error: label
[all...]
/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/lldb/examples/python/
H A Dmemory.py116 def print_error(str, show_usage, result): function
126 print_error ("error: --size must be specified if there is no ENDADDR argument", True, result)
131 print_error ("error: --size can't be specified with an ENDADDR argument", True, result)
136 print_error ("error: inavlid memory range [%#x - %#x)" % (start_addr, end_addr), True, result)
140 print_error ("error: memfind takes 1 or 2 arguments", True, result)
/external/libunwind/include/
H A Dlibunwind_i.h314 print_error (const char *string) function
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dcompile_frontend.py126 def print_error(message, errorPosition): function in function:verify_jsdoc_line
132 print_error('Type "%s" nullability not marked explicitly with "?" (nullable) or "!" (non-nullable)' % match.group(1), match.start(1))
137 print_error('Type nullability indicator misplaced, should precede type', match.start(1))
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Derrwarn.c488 yasm_print_error_func print_error,
497 print_error("", 0,
514 print_error(filename, line, we->msg, xref_filename, xref_line,
486 yasm_errwarns_output_all(yasm_errwarns *errwarns, yasm_linemap *lm, int warning_as_error, yasm_print_error_func print_error, yasm_print_warning_func print_warning) argument
/external/openssl/crypto/ui/
H A Dui_lib.c473 static int print_error(const char *str, size_t len, UI *ui) function
496 (int (*)(const char *, size_t, void *))print_error,
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm.c103 static void print_error(const char *fmt, ...);
293 print_error(_("%s: `%s' is not a valid %s for %s `%s'"),
298 print_error(_("%s: `%s' is not a valid %s for %s `%s'"),
304 print_error(_("%s: unknown architecture error"), _("FATAL"));
319 print_error("%s: %s", _("FATAL"), estr);
339 print_error(_("%s: `%s' is not a valid %s for %s `%s'"), _("FATAL"),
450 print_error(_("%s: could not initialize BitVector"), _("FATAL"));
461 print_error(_("%s: could not load standard modules"), _("FATAL"));
469 if (parse_cmdline(argc, argv, options, NELEMS(options), print_error))
500 print_error(
939 print_error(const char *fmt, ...) function
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c117 static void print_error(const char *fmt, ...);
399 print_error(_("%s: `%s' is not a valid %s for %s `%s'"),
404 print_error(_("%s: `%s' is not a valid %s for %s `%s'"),
410 print_error(_("%s: unknown architecture error"), _("FATAL"));
425 print_error("%s: %s", _("FATAL"), estr);
445 print_error(_("%s: `%s' is not a valid %s for %s `%s'"), _("FATAL"),
493 print_error(
589 print_error(_("%s: could not initialize BitVector"), _("FATAL"));
600 print_error(_("%s: could not load standard modules"), _("FATAL"));
608 if (parse_cmdline(argc, argv, options, NELEMS(options), print_error))
1318 print_error(const char *fmt, ...) function
[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/valgrind/main/coregrind/
H A Dm_errormgr.c838 suppressed. Bool 'print_error' dictates whether to print the error.
842 void* extra, ExeContext* where, Bool print_error,
872 if (print_error) {
841 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

Completed in 8114 milliseconds