/external/valgrind/main/exp-bbv/tests/x86/ |
D | 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 [all …]
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
D | yasm.c | 117 static void print_error(const char *fmt, ...); 399 print_error(_("%s: `%s' is not a valid %s for %s `%s'"), in do_assemble() 404 print_error(_("%s: `%s' is not a valid %s for %s `%s'"), in do_assemble() 410 print_error(_("%s: unknown architecture error"), _("FATAL")); in do_assemble() 425 print_error("%s: %s", _("FATAL"), estr); in do_assemble() 445 print_error(_("%s: `%s' is not a valid %s for %s `%s'"), _("FATAL"), in do_assemble() 493 print_error( in do_assemble() 589 print_error(_("%s: could not initialize BitVector"), _("FATAL")); in main() 600 print_error(_("%s: could not load standard modules"), _("FATAL")); in main() 608 if (parse_cmdline(argc, argv, options, NELEMS(options), print_error)) in main() [all …]
|
D | yasm-options.c | 46 void (*print_error) (const char *fmt, ...)) in parse_cmdline() 85 print_error( in parse_cmdline() 106 print_error(_("warning: unrecognized option `%s'"), in parse_cmdline() 124 print_error( in parse_cmdline() 144 print_error(_("warning: unrecognized option `%s'"), in parse_cmdline()
|
D | yasm-options.h | 67 void (*print_error) (const char *fmt, ...));
|
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/ |
D | tasm.c | 103 static void print_error(const char *fmt, ...); 293 print_error(_("%s: `%s' is not a valid %s for %s `%s'"), in do_assemble() 298 print_error(_("%s: `%s' is not a valid %s for %s `%s'"), in do_assemble() 304 print_error(_("%s: unknown architecture error"), _("FATAL")); in do_assemble() 319 print_error("%s: %s", _("FATAL"), estr); in do_assemble() 339 print_error(_("%s: `%s' is not a valid %s for %s `%s'"), _("FATAL"), in do_assemble() 450 print_error(_("%s: could not initialize BitVector"), _("FATAL")); in main() 461 print_error(_("%s: could not load standard modules"), _("FATAL")); in main() 469 if (parse_cmdline(argc, argv, options, NELEMS(options), print_error)) in main() 500 print_error(_("%s: could not load default %s"), _("FATAL"), in main() [all …]
|
D | tasm-options.c | 46 void (*print_error) (const char *fmt, ...)) in parse_cmdline() 69 print_error( in parse_cmdline() 87 print_error(_("warning: unrecognized option `%s'"), in parse_cmdline()
|
D | tasm-options.h | 61 void (*print_error) (const char *fmt, ...));
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
D | utils.py | 30 def ReadFile(filename, print_error=True): argument 39 if print_error:
|
/external/grub/stage2/ |
D | cmdline.c | 139 print_error (); in enter_cmdline() 196 print_error (); in run_script()
|
D | stage1_5.c | 66 print_error (); in cmain()
|
D | disk_io.c | 559 print_error (); in check_and_print_mount() 1354 print_error (); in print_completions() 1523 print_error (); in print_completions()
|
D | shared.h | 906 void print_error (void);
|
D | char_io.c | 92 print_error (void) in print_error() function
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
D | compile_frontend.py | 478 def print_error(message, errorPosition): function 483 …print_error("Type '%s' nullability not marked explicitly with '?' (nullable) or '!' (non-nullable)… 487 print_error("Type nullability indicator misplaced, should precede type", match.start(1))
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | errwarn.c | 488 yasm_print_error_func print_error, in yasm_errwarns_output_all() argument 497 print_error("", 0, in yasm_errwarns_output_all() 514 print_error(filename, line, we->msg, xref_filename, xref_line, in yasm_errwarns_output_all()
|
D | errwarn.h | 331 yasm_print_error_func print_error, yasm_print_warning_func print_warning);
|
/external/valgrind/main/include/ |
D | pub_tool_errormgr.h | 87 ExeContext* where, Bool print_error,
|
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
D | ui_lib.c | 473 static int print_error(const char *str, size_t len, UI *ui) in print_error() function 496 (int (*)(const char *, size_t, void *))print_error, in UI_process()
|
/external/openssl/crypto/ui/ |
D | ui_lib.c | 473 static int print_error(const char *str, size_t len, UI *ui) in print_error() function 496 (int (*)(const char *, size_t, void *))print_error, in UI_process()
|
/external/valgrind/main/coregrind/ |
D | m_errormgr.c | 828 void* extra, ExeContext* where, Bool print_error, in VG_() 858 if (print_error) { in VG_()
|
/external/grub/ |
D | ChangeLog | 3453 * stage2/char_io.c (print_error) [!STAGE1_5]: Print ERRNUM like 3455 (print_error) [STAGE1_5]: Don't print a colon. 3986 "print_error" to "show_error". 5878 print_error even if IS_FILENAME is zero. 6029 * stage2/char_io.c (print_error) [!STAGE1_5]: Print "Error:" 6031 (print_error): Do not clear ERRNUM. 6034 (enter_cmdline): Clear ERRNUM after print_error. 7940 * stage2/char_io.c (print_error): Print ERRNUM in the format of
|