Searched refs:N_ (Results 1 - 25 of 97) sorted by relevance

1234

/external/e2fsprogs/e2fsck/
H A Dproblem.c50 N_("(no prompt)"), /* 0 */
51 N_("Fix"), /* 1 */
52 N_("Clear"), /* 2 */
53 N_("Relocate"), /* 3 */
54 N_("Allocate"), /* 4 */
55 N_("Expand"), /* 5 */
56 N_("Connect to /lost+found"), /* 6 */
57 N_("Create"), /* 7 */
58 N_("Salvage"), /* 8 */
59 N_("Truncat
[all...]
H A Dmessage.c111 N_("aextended attribute"),
112 N_("Aerror allocating"),
113 N_("bblock"),
114 N_("Bbitmap"),
115 N_("ccompress"),
116 N_("Cconflicts with some other fs @b"),
117 N_("iinode"),
118 N_("Iillegal"),
119 N_("jjournal"),
120 N_("Ddelete
[all...]
/external/elfutils/libdw/
H A Ddwarf_error.c111 [DWARF_E_NOERROR] = N_("no error"),
112 [DWARF_E_UNKNOWN_ERROR] = N_("unknown error"),
113 [DWARF_E_INVALID_ACCESS] = N_("invalid access"),
114 [DWARF_E_NO_REGFILE] = N_("no regular file"),
115 [DWARF_E_IO_ERROR] = N_("I/O error"),
116 [DWARF_E_INVALID_ELF] = N_("invalid ELF file"),
117 [DWARF_E_NO_DWARF] = N_("no DWARF information"),
118 [DWARF_E_NOELF] = N_("no ELF file"),
119 [DWARF_E_GETEHDR_ERROR] = N_("cannot get ELF header"),
120 [DWARF_E_NOMEM] = N_("ou
[all...]
/external/libmtp/src/
H A Dptp.c39 # define N_(String) gettext_noop (String) macro
41 # define N_(String) (String) macro
50 # define N_(String) (String) macro
2794 {PTP_RC_Undefined, N_("PTP: Undefined Error")},
2795 {PTP_RC_OK, N_("PTP: OK!")},
2796 {PTP_RC_GeneralError, N_("PTP: General Error")},
2797 {PTP_RC_SessionNotOpen, N_("PTP: Session Not Open")},
2798 {PTP_RC_InvalidTransactionID, N_("PTP: Invalid Transaction ID")},
2799 {PTP_RC_OperationNotSupported, N_("PTP: Operation Not Supported")},
2800 {PTP_RC_ParameterNotSupported, N_("PT
[all...]
/external/e2fsprogs/misc/
H A Dnls-enable.h6 #define N_(a) gettext_noop (a) macro
8 #define N_(a) (a) macro
18 #define N_(a) a macro
/external/elfutils/libelf/
H A Delf_error.c113 N_("no error")
116 N_("unknown error")
120 N_("unknown version")
124 N_("unknown type")
128 N_("invalid `Elf' handle")
132 N_("invalid size of source operand")
136 N_("invalid size of destination operand")
140 N_("invalid encoding")
144 N_("out of memory")
148 N_("invali
[all...]
/external/elfutils/libasm/
H A Dasm_error.c120 [ASM_E_NOERROR] = N_("no error"),
121 [ASM_E_NOMEM] = N_("out of memory"),
122 [ASM_E_CANNOT_CREATE] = N_("cannot create output file"),
123 [ASM_E_INVALID] = N_("invalid parameter"),
124 [ASM_E_CANNOT_CHMOD] = N_("cannot change mode of output file"),
125 [ASM_E_CANNOT_RENAME] = N_("cannot rename output file"),
126 [ASM_E_DUPLSYM] = N_("duplicate symbol"),
127 [ASM_E_TYPE] = N_("invalid section type for operation"),
128 [ASM_E_IOERROR] = N_("error during output of data"),
129 [ASM_E_ENOSUP] = N_("n
[all...]
/external/elfutils/libdwfl/
H A DlibdwflP.h70 DWFL_ERROR (NOERROR, N_("no error")) \
71 DWFL_ERROR (UNKNOWN_ERROR, N_("unknown error")) \
72 DWFL_ERROR (NOMEM, N_("out of memory")) \
73 DWFL_ERROR (ERRNO, N_("See errno")) \
74 DWFL_ERROR (LIBELF, N_("See elf_errno")) \
75 DWFL_ERROR (LIBDW, N_("See dwarf_errno")) \
76 DWFL_ERROR (LIBEBL, N_("See ebl_errno (XXX missing)")) \
77 DWFL_ERROR (UNKNOWN_MACHINE, N_("no support library found for machine")) \
78 DWFL_ERROR (NOREL, N_("Callbacks missing for ET_REL file")) \
79 DWFL_ERROR (BADRELTYPE, N_("Unsupporte
[all...]
H A Dargp-std.c67 { 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/frontends/tasm/
H A Dtasm.c145 N_("show version text"), NULL },
147 N_("show license text"), NULL },
149 N_("Alphabetic segment ordering"), NULL },
151 N_("Source segment ordering"), NULL },
154 N_("Generate cross-reference in listing"), NULL },
157 N_("pre-define a macro, optionally to value"), N_("macro[=value]") },
160 N_("Emulated floating-point instructions (not supported)"), NULL },
162 N_("Real floating-point instructions"), NULL },
165 N_("sho
[all...]
/external/elfutils/src/
H A Dld.c87 { 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_("Alway
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm.c146 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_("selec
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-incbin.c115 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_("coul
[all...]
H A Dxmalloc.c71 yasm__fatal(N_("out of memory"));
86 yasm__fatal(N_("out of memory"));
103 yasm__fatal(N_("out of memory"));
H A Dbytecode.c60 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_("go
[all...]
H A Dintnum.c139 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_("Characte
[all...]
H A Dvalparam.c50 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/
H A Dwin64-except.c211 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_("unrecognize
[all...]
H A Dcoff-objfmt.c486 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_("cof
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-parse.c94 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_("labe
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86expr.c223 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_("invali
[all...]
H A Dx86id.c435 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_("n
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/
H A Dcpp-preproc.c87 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/
H A Dresize2fs.h46 #define N_(a) gettext_noop (a) macro
48 #define N_(a) (a) macro
58 #define N_(a) a macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-line.c415 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"));
931 yasm_error_set(YASM_ERROR_SYNTAX, N_("lin
[all...]

Completed in 362 milliseconds

1234