HomeSort by relevance Sort by last modified time
    Searched refs:print_error (Results 1 - 23 of 23) sorted by null

  /external/libunwind/src/coredump/
_UPT_resume.c 32 print_error (__func__);
33 print_error (" not implemented\n");
_UPT_access_fpreg.c 31 print_error (__func__);
32 print_error (" not implemented\n");
  /external/fio/
printing.c 71 static void printing_error_dialog(GtkWidget *window, GError *print_error)
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/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm-options.h 61 void (*print_error) (const char *fmt, ...));
tasm-options.c 46 void (*print_error) (const char *fmt, ...))
69 print_error(
87 print_error(_("warning: unrecognized option `%s'"),
tasm.c 103 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(_("%s: could not load default %s"), _("FATAL")
939 print_error(const char *fmt, ...) function
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm-options.h 67 void (*print_error) (const char *fmt, ...));
yasm.c 117 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...]
yasm-options.c 46 void (*print_error) (const char *fmt, ...))
85 print_error(
106 print_error(_("warning: unrecognized option `%s'"),
124 print_error(
144 print_error(_("warning: unrecognized option `%s'"),
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 52 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/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_debug.cpp 22 void LogArgs(const char* fmt, va_list args, bool print_error, int error) {
31 if (print_error) {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_debug.cpp 22 void LogArgs(const char* fmt, va_list args, bool print_error, int error) {
31 if (print_error) {
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 531 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("0x%x == 0x%x\n", left, right)
1475 void print_error(const char* const format, ...) { function
    [all...]
  /external/lldb/examples/python/
memory.py 116 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/valgrind/main/include/
pub_tool_errormgr.h 81 'print_error' dictates whether to print the error, which is a bit of a
87 ExeContext* where, Bool print_error,
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.h 325 * \param print_error function called to print out errors
331 yasm_print_error_func print_error, yasm_print_warning_func print_warning);
errwarn.c 488 yasm_print_error_func print_error,
497 print_error("", 0,
514 print_error(filename, line, we->msg, xref_filename, xref_line,
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
compile_frontend.py 126 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/libunwind/src/ia64/
Gparser.c 50 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/
cmockery.h 275 print_error("Expected assert in %s\n", #function_call); \
431 void print_error(const char* const format, ...);
  /external/openssl/crypto/ui/
ui_lib.c 473 static int print_error(const char *str, size_t len, UI *ui) function
496 (int (*)(const char *, size_t, void *))print_error,
  /external/libunwind/include/
libunwind_i.h 314 print_error (const char *string) function
  /external/valgrind/main/coregrind/
m_errormgr.c 838 suppressed. Bool 'print_error' dictates whether to print the error.
842 void* extra, ExeContext* where, Bool print_error,
872 if (print_error) {
    [all...]

Completed in 868 milliseconds