/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-token.re | 350 N_("Unrecognized register name `%s'"), s->tok); 409 N_("ignoring unrecognized character `%s'"), 472 N_("ignoring unrecognized character `%s'"), 529 N_("unexpected end of file in string")); 550 N_("unexpected end of file in string"));
|
/external/elfutils/lib/ |
eu-config.h | 91 #define N_(Str) Str
|
/ndk/sources/host-tools/sed-4.2.1/ |
basicdefs.h | 44 #define N_(String) gettext_noop(String)
|
/external/elfutils/src/ |
strip.c | 72 { NULL, 0, NULL, 0, N_("Output selection:"), 0 }, 73 { "output", 'o', "FILE", 0, N_("Place stripped output into FILE"), 0 }, 74 { NULL, 'f', "FILE", 0, N_("Extract the removed sections into FILE"), 0 }, 75 { NULL, 'F', "FILE", 0, N_("Embed name FILE instead of -f argument"), 0 }, 77 { NULL, 0, NULL, 0, N_("Output options:"), 0 }, 79 { "strip-debug", 'g', NULL, 0, N_("Remove all debugging symbols"), 0 }, 83 N_("Copy modified/access timestamps to the output"), 0 }, 85 N_("Remove .comment section"), 0 }, 88 N_("Relax a few rules to handle slightly broken ELF files"), 0 }, 93 static const char doc[] = N_("Discard symbols from object files.") [all...] |
unstrip.c | 78 N_("Match MODULE against file names, not module names"), 2 }, 79 { "ignore-missing", 'i', NULL, 0, N_("Silently skip unfindable files"), 0 }, 81 { NULL, 0, NULL, 0, N_("Output options:"), 0 }, 82 { "output", 'o', "FILE", 0, N_("Place output into FILE"), 0 }, 84 0, N_("Create multiple output files under DIRECTORY"), 0 }, 85 { "module-names", 'm', NULL, 0, N_("Use module rather than file names"), 0 }, 87 N_("Create output for modules that have no separate debug information"), 90 N_("Apply relocations to section contents in ET_REL files"), 0 }, 92 N_("Only list module and file names, build IDs"), 0 }, [all...] |
readelf.c | 72 { NULL, 0, NULL, 0, N_("Output selection:"), 0 }, 73 { "all", 'a', NULL, 0, N_("Equivalent to: -h -l"), 0 }, 74 { "dynamic", 'd', NULL, 0, N_("Display the dynamic segment"), 0 }, 75 { "file-header", 'h', NULL, 0, N_("Display the ELF file header"), 0 }, 77 N_("Display histogram of bucket list lengths"), 0 }, 78 { "program-headers", 'l', NULL, 0, N_("Display the program headers"), 0 }, 80 { "relocs", 'r', NULL, 0, N_("Display relocations"), 0 }, 81 { "section-headers", 'S', NULL, 0, N_("Display the sections' header"), 0 }, 83 { "symbols", 's', NULL, 0, N_("Display the symbol table"), 0 }, 84 { "version-info", 'V', NULL, 0, N_("Display versioning information"), 0 } [all...] |
elflint.c | 72 N_("Be extremely strict, flag level 2 features."), 0 }, 73 { "quiet", 'q', NULL, 0, N_("Do not print anything if successful"), 0 }, 74 { "debuginfo", 'd', NULL, 0, N_("Binary is a separate debuginfo file"), 0 }, 76 N_("Binary has been created with GNU ld and is therefore known to be \ 82 static const char doc[] = N_("\ 86 static const char args_doc[] = N_("FILE..."); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-token.re | 102 N_("no non-local label before `%s'"), 504 N_("ignoring unrecognized character `%s'"), 542 N_("ignoring unrecognized character `%s'"), 586 N_("ignoring unrecognized character `%s'"), 621 N_("ignoring unrecognized character `%s'"), 729 N_("ignoring unrecognized character `%s'"), 784 yasm_error_set(YASM_ERROR_SYNTAX, N_("unterminated string"));
|
/external/icu4c/samples/layout/ |
cgnomelayout.c | 182 GNOMEUIINFO_SUBTREE(N_((gchar *) "File"), fileMenu), 183 GNOMEUIINFO_SUBTREE(N_((gchar *) "Help"), helpMenu),
|
/external/libexif/libexif/ |
exif-data.c | 1178 {EXIF_DATA_OPTION_IGNORE_UNKNOWN_TAGS, N_("Ignore unknown tags"), 1179 N_("Ignore unknown tags when loading EXIF data.")}, 1180 {EXIF_DATA_OPTION_FOLLOW_SPECIFICATION, N_("Follow specification"), 1181 N_("Add, correct and remove entries to get EXIF data that follows " 1183 {EXIF_DATA_OPTION_DONT_CHANGE_MAKER_NOTE, N_("Do not change maker note"), 1184 N_("When loading and resaving Exif data, save the maker note unmodified." [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
cv-type.c | 560 yasm_internal_error(N_("unknown leaf format character")); 601 yasm_internal_error(N_("unknown leaf format character")); 658 yasm_internal_error(N_("unknown leaf format character")); [all...] |
/external/bison/src/ |
scan-gram.l | 901 unexpected_end (start, N_("missing %s at end of file"), token_end); 912 unexpected_end (start, N_("missing %s at end of line"), token_end);
|
scan-gram.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
insn.c | 49 N_("multiple segment overrides, using leftmost"));
|
expr.c | 79 yasm_internal_error(N_("could not find expritem in pool")); 95 yasm_internal_error(N_("Right side of expression must exist")); 102 yasm_internal_error(N_("could not find expritem in pool")); 137 yasm_internal_error(N_("too many expritems")); 828 N_("circular reference detected")); [all...] |
file.c | 171 N_("octal value out of range")); 255 yasm__fatal(N_("could not determine current working directory"));
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/ |
nasm-listfmt.c | 127 N_("relocation too complex"));
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasm-preproc.c | 145 yasm__fatal( N_("Could not open input file") );
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-dbgfmt.c | 244 yasm_internal_error(N_("tried to calc_len a dwarf2 head bytecode"));
|
dwarf2-info.c | 393 yasm_internal_error(N_("tried to calc_len a dwarf2 aranges head bytecode"));
|
/ndk/sources/host-tools/make-3.81/ |
make.h | 346 #define N_(msgid) gettext_noop (msgid)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86cpu.gperf | 425 N_("unrecognized CPU identifier `%s'"), cpuid);
|
/external/elfutils/libelf-po/ |
Makefile | 68 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
|
/external/e2fsprogs/misc/ |
badblocks.c | 66 const char * done_string = N_("done \n");
|
fsck.c | 741 N_("Either all or none of the filesystem types passed to -t must be prefixed\n"
|