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

  /external/chromium/testing/gmock/scripts/generator/cpp/
utils.py 30 def ReadFile(filename, print_error=True):
39 if print_error:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-inappropriate-macros-in-external-headers 37 def print_error(msg) method
49 print_error "path '#{full_path}' for argument '#{path}' does not exist."
61 print_error "'#{header}:#{index+1}' included forbidden macro '#{match[1]}' => '#{line.chomp}'"
check-for-inappropriate-files-in-framework 38 def print_error msg method
44 print_error "#{framework}.framework/#{relative_path} should not be present in the framework."
  /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/grub/stage2/
stage1_5.c 66 print_error ();
cmdline.c 139 print_error ();
196 print_error ();
disk_io.c 559 print_error ();
1354 print_error ();
    [all...]
char_io.c 92 print_error (void) function
shared.h 906 void print_error (void);
  /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/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/openssl/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/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/valgrind/main/coregrind/
m_errormgr.c 824 suppressed. Bool 'print_error' dictates whether to print the error.
828 void* extra, ExeContext* where, Bool print_error,
858 if (print_error) {
    [all...]

Completed in 338 milliseconds