/external/elfutils/src/ |
ld.c | 87 { NULL, 0, NULL, 0, N_("Input File Control:"), 0 }, 89 N_("Include whole archives in the output from now on."), 0 }, 91 N_("Stop including the whole arhives in the output."), 0 }, 92 { NULL, 'l', N_("FILE"), OPTION_HIDDEN, NULL, 0 }, 93 { "start-group", '(', NULL, 0, N_("Start a group."), 0 }, 94 { "end-group", ')', NULL, 0, N_("End a group."), 0 }, 95 { NULL, 'L', N_("PATH"), 0, 96 N_("Add PATH to list of directories files are searched in."), 0 }, 98 N_("Only set DT_NEEDED for following dynamic libs if actually used"), 0 }, 100 N_("Always set DT_NEEDED for following dynamic libs"), 0 } [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
yasm.c | 146 N_("show version text"), NULL }, 148 N_("show license text"), NULL }, 150 N_("show help text"), NULL }, 152 N_("select architecture (list with -a help)"), N_("arch") }, 154 N_("select parser (list with -p help)"), N_("parser") }, 156 N_("select preprocessor (list with -r help)"), N_("preproc") }, 158 N_("select object format (list with -f help)"), N_("format") } [all...] |
/external/libexif/libexif/ |
exif-log.c | 43 { EXIF_LOG_CODE_DEBUG, N_("Debugging information"), 44 N_("Debugging information is available.") }, 45 { EXIF_LOG_CODE_NO_MEMORY, N_("Not enough memory"), 46 N_("The system cannot provide enough memory.") }, 47 { EXIF_LOG_CODE_CORRUPT_DATA, N_("Corrupt data"), 48 N_("The data provided does not follow the specification.") },
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
bc-incbin.c | 115 N_("start expression too complex")); 118 N_("start expression not absolute")); 123 N_("maximum length expression too complex")); 126 N_("maximum length expression not absolute")); 147 N_("incbin does not yet understand non-constant")); 160 N_("incbin does not yet understand non-constant")); 169 N_("`incbin': unable to open file `%s'"), 175 N_("`incbin': unable to seek on file `%s'"), 185 N_("`incbin': start past end of file `%s'"), 213 N_("could not determine start in bc_tobytes_incbin")) [all...] |
xmalloc.c | 71 yasm__fatal(N_("out of memory")); 86 yasm__fatal(N_("out of memory")); 103 yasm__fatal(N_("out of memory"));
|
bytecode.c | 60 yasm_internal_error(N_("bytecode length cannot be calculated")); 69 yasm_internal_error(N_("bytecode does not have any dependent spans")); 80 yasm_internal_error(N_("bytecode cannot be converted to bytes")); 182 N_("multiple expression too complex")); 185 N_("multiple expression not absolute")); 229 yasm_internal_error(N_("got empty bytecode in yasm_bc_elem_size")); 246 yasm_internal_error(N_("got empty bytecode in yasm_bc_calc_len")); 258 yasm_error_set(YASM_ERROR_VALUE, N_("multiple is negative")); 265 N_("expression must not contain floating point value")); 292 yasm_internal_error(N_("got empty bytecode in yasm_bc_expand")) [all...] |
intnum.c | 139 yasm_error_set(YASM_ERROR_VALUE, N_("invalid decimal literal")); 143 N_("Numeric constant too large for internal format")); 159 yasm_error_set(YASM_ERROR_VALUE, N_("invalid binary literal")); 163 N_("Numeric constant too large for internal format")); 179 yasm_error_set(YASM_ERROR_VALUE, N_("invalid octal literal")); 183 N_("Numeric constant too large for internal format")); 199 yasm_error_set(YASM_ERROR_VALUE, N_("invalid hex literal")); 203 N_("Numeric constant too large for internal format")); 221 N_("Character constant too large for internal format")); 267 N_("Character constant too large for internal format")) [all...] |
valparam.c | 50 N_("directive `%s' requires an argument"), 59 N_("directive `%s' requires an identifier parameter"), 314 yasm_error_set(YASM_ERROR_VALUE, N_("argument to `%s' is not an expression"), 335 N_("argument to `%s' is not an integer"), 357 N_("argument to `%s' is not a string or identifier"), 372 yasm_warn_set(YASM_WARN_GENERAL, N_("Unrecognized qualifier `%s'"), 378 yasm_warn_set(YASM_WARN_GENERAL, N_("Unrecognized qualifier `%s'"), s); 380 yasm_warn_set(YASM_WARN_GENERAL, N_("Unrecognized string qualifier")); 382 yasm_warn_set(YASM_WARN_GENERAL, N_("Unrecognized numeric qualifier"));
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
win64-except.c | 211 yasm_internal_error(N_("prolog size expression too complex")); 214 yasm_internal_error(N_("codes count expression too complex")); 218 N_("frame offset expression too complex")); 240 N_("frame offset of %ld bytes, must be between 0 and 240"), 244 N_("frame offset of %ld is not a multiple of 16"), intv); 261 N_("prologue ended here")); 263 N_("prologue %ld bytes, must be <256"), new_val); 267 N_("%ld unwind codes, maximum of 255"), new_val); 271 N_("frame offset of %ld bytes, must be between 0 and 240"), 275 yasm_internal_error(N_("unrecognized span id")) [all...] |
coff-objfmt.c | 486 N_("coff: relocation too complex")); 512 N_("coff: wrt expression too complex")); 518 N_("coff: cannot wrt across sections")); 538 N_("coff: common size too complex")); 544 N_("coff: common size is negative")); 603 N_("coff: invalid relocation size")); 609 N_("coff: invalid relocation size")); 635 N_("coff: invalid relocation size")); 639 yasm_internal_error(N_("coff objfmt: unrecognized machine")); 646 yasm_internal_error(N_("coff objfmt: unrecognized machine")) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 55 #ifndef N_ 56 # define N_(msgid) msgid
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 55 #ifndef N_ 56 # define N_(msgid) msgid
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 55 #ifndef N_ 56 # define N_(msgid) msgid
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 55 #ifndef N_ 56 # define N_(msgid) msgid
|
/external/libexif/test/nls/ |
test-nls.c | 20 N_("[DO_NOT_TRANSLATE_THIS_MARKER]"), 23 N_("[DO_NOT_TRANSLATE_THIS_MARKER]"), 24 N_("[DO_NOT_TRANSLATE_THIS_MARKER]") },
|
test-codeset.c | 48 N_("High saturation"), 54 N_("Not defined"), 61 N_("High saturation"),
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
nasm-parse.c | 94 yasm_internal_error(N_("only can have one token of lookahead")); 144 N_("junk at end of line, first unrecognized character is `%c'"), 259 N_("only RES* allowed within absolute section")); 344 N_("[warning] directive not supported; ignored")); 361 N_("invalid arguments to [%s]"), dirname); 370 N_("invalid arguments to [%s]"), dirname); 403 N_("label alone on a line without a colon might be in error")); 425 N_("expression expected after %s"), "EQU"); 457 N_("instruction expected after label")); 465 N_("label or instruction expected at start of line")) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86expr.c | 223 yasm_internal_error(N_("Register expression not ADD or EXPN")); 360 N_("Non-integer value in reg expn")); 417 yasm_internal_error(N_("unexpected expr op")); 458 N_("invalid displacement size; fixed")); 471 N_("invalid effective address (displacement size)")); 480 yasm_internal_error(N_("strange EA displacement size")); 607 N_("invalid effective address (displacement size)")); 682 N_("invalid effective address (64-bit in non-64-bit mode)")); 688 N_("RIP-relative directive ignored in non-64-bit mode")); 703 N_("invalid effective address")) [all...] |
x86id.c | 435 N_("jump target segment too complex")); 439 N_("jump target offset too complex")); 448 N_("jump target expression too complex")); 455 N_("jump target segment too complex")); 459 N_("jump target offset too complex")); 463 yasm_internal_error(N_("didn't get FAR expression in jmpfar")); 517 yasm_internal_error(N_("invalid operand conversion")); 523 N_("jump target expression too complex")); 525 yasm_error_set(YASM_ERROR_VALUE, N_("invalid jump target")); 600 N_("no SHORT form of that jump instruction exists")) [all...] |
/external/elfutils/libdwfl/ |
argp-std.c | 67 { NULL, 0, NULL, 0, N_("Input selection options:"), 0 }, 68 { "executable", 'e', "FILE", 0, N_("Find addresses in FILE"), 0 }, 70 N_("Find addresses from signatures found in COREFILE"), 0 }, 72 N_("Find addresses in files mapped into process PID"), 0 }, 74 N_("Find addresses in files mapped as read from FILE" 76 { "kernel", 'k', NULL, 0, N_("Find addresses in the running kernel"), 0 }, 78 N_("Kernel with all modules"), 0 }, 80 N_("Search path for separate debuginfo files"), 0 },
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/ |
cpp-preproc.c | 87 yasm__fatal(N_("command line too long!")); \ 143 yasm__fatal( N_("Failed to execute preprocessor") ); 145 yasm__fatal( N_("Cannot execute preprocessor, no popen available") ); 175 yasm__fatal( N_("Failed to execute preprocessor") ); 177 yasm__fatal( N_("Cannot execute preprocessor, no popen available") ); 224 yasm__fatal( N_("Preprocessor exited with failure") ); 259 N_("error when reading from file"));
|
/external/e2fsprogs/resize/ |
resize2fs.h | 46 #define N_(a) gettext_noop (a) 48 #define N_(a) (a) 58 #define N_(a) a
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-line.c | 415 N_("could not find label prior to loc")); 423 yasm_internal_error(N_("dwarf2 address went backwards?")); 550 yasm_internal_error(N_("could not find filename in table")); 732 N_("dwarf2 file number %d unassigned"), i+1); 774 yasm_internal_error(N_("tried to calc_len a dwarf2 spp bytecode")); 859 yasm_internal_error(N_("tried to calc_len a dwarf2 line_op bytecode")); 910 yasm_error_set(YASM_ERROR_SYNTAX, N_("file number required")); 917 N_("file number is not a constant")); 922 yasm_error_set(YASM_ERROR_VALUE, N_("file number less than one")); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-parse.c | 90 yasm_internal_error(N_("can only have one token of lookahead")); 131 N_("junk at end of line, first unrecognized character is `%c'"), 218 N_("expression expected after `%s'"), "="); 234 N_("directive `%s' not recognized"), id); 237 N_("instruction not recognized: `%s'"), id); 254 N_("label or instruction expected at start of line")); 292 N_("line number is negative")); 354 N_("junk at end of cpp line marker")); 384 N_("line number is negative")); 411 N_("line increment is negative")) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf.c | 157 yasm_internal_error(N_("Unsupported machine for ELF output")); 399 yasm_internal_error(N_("symtab is missing initial dummy entry")); 428 yasm_internal_error(N_("symtab is missing initial dummy entry")); 448 yasm_internal_error(N_("symtab is missing initial dummy entry")); 469 yasm_internal_error(N_("symtab is null")); 483 N_("size specifier not an integer expression")); 502 N_("EQU value not an integer expression")); 527 yasm_internal_error(N_("Unsupported machine for ELF output")); 616 yasm_internal_error(N_("unsupported ELF format")); 628 yasm_internal_error(N_("shead is null")) [all...] |