Home
last modified time | relevance | path

Searched refs:N_ (Results 1 – 25 of 59) sorted by relevance

123

/external/e2fsprogs/e2fsck/
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_("Truncate"), /* 9 */
[all …]
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_("Ddeleted"),
[all …]
/external/libmtp/src/
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")}, in ptp_perror()
2795 {PTP_RC_OK, N_("PTP: OK!")}, in ptp_perror()
2796 {PTP_RC_GeneralError, N_("PTP: General Error")}, in ptp_perror()
2797 {PTP_RC_SessionNotOpen, N_("PTP: Session Not Open")}, in ptp_perror()
2798 {PTP_RC_InvalidTransactionID, N_("PTP: Invalid Transaction ID")}, in ptp_perror()
2799 {PTP_RC_OperationNotSupported, N_("PTP: Operation Not Supported")}, in ptp_perror()
2800 {PTP_RC_ParameterNotSupported, N_("PTP: Parameter Not Supported")}, in ptp_perror()
[all …]
/external/elfutils/libdw/
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_("out of memory"),
[all …]
/external/elfutils/libelf/
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_("invalid file descriptor")
[all …]
/external/elfutils/libdwfl/
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_("Unsupported relocation type")) \
[all …]
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/elfutils/src/
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_("Always set DT_NEEDED for following dynamic libs"), 0 },
[all …]
Dsize.c66 { NULL, 0, NULL, 0, N_("Output format:"), 0 },
68 N_("Use the output format FORMAT. FORMAT can be `bsd' or `sysv'. "
70 { NULL, 'A', NULL, 0, N_("Same as `--format=sysv'"), 0 },
71 { NULL, 'B', NULL, 0, N_("Same as `--format=bsd'"), 0 },
72 { "radix", OPT_RADIX, "RADIX", 0, N_("Use RADIX for printing symbol values"),
74 { NULL, 'd', NULL, 0, N_("Same as `--radix=10'"), 0 },
75 { NULL, 'o', NULL, 0, N_("Same as `--radix=8'"), 0 },
76 { NULL, 'x', NULL, 0, N_("Same as `--radix=16'"), 0 },
78 N_("Similar to `--format=sysv' output but in one line"), 0 },
80 { NULL, 0, NULL, 0, N_("Output options:"), 0 },
[all …]
Dnm.c74 { NULL, 0, NULL, 0, N_("Output selection:"), 0 },
75 { "debug-syms", 'a', NULL, 0, N_("Display debugger-only symbols"), 0 },
76 { "defined-only", OPT_DEFINED, NULL, 0, N_("Display only defined symbols"),
79 N_("Display dynamic symbols instead of normal symbols"), 0 },
80 { "extern-only", 'g', NULL, 0, N_("Display only external symbols"), 0 },
81 { "undefined-only", 'u', NULL, 0, N_("Display only undefined symbols"), 0 },
83 N_("Include index for symbols from archive members"), 0 },
85 { NULL, 0, NULL, 0, N_("Output format:"), 0 },
87 N_("Print name of the input file before every symbol"), 0 },
90N_("Use the output format FORMAT. FORMAT can be `bsd', `sysv' or `posix'. The default is `sysv'"…
[all …]
Daddr2line.c64 { NULL, 0, NULL, 0, N_("Output selection options:"), 2 },
65 { "basenames", 's', NULL, 0, N_("Show only base names of source files"), 0 },
67 N_("Show absolute file names using compilation directory"), 0 },
68 { "functions", 'f', NULL, 0, N_("Also show function names"), 0 },
69 { "symbols", 'S', NULL, 0, N_("Also show symbol or section names"), 0 },
71 { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 },
80 static const char doc[] = N_("\
84 static const char args_doc[] = N_("[ADDR...]");
Dar.c75 { NULL, 0, NULL, 0, N_("Commands:"), 0 },
76 { NULL, 'd', NULL, 0, N_("Delete files from archive."), 0 },
77 { NULL, 'm', NULL, 0, N_("Move files in archive."), 0 },
78 { NULL, 'p', NULL, 0, N_("Print files in archive."), 0 },
79 { NULL, 'q', NULL, 0, N_("Quick append files to archive."), 0 },
81 N_("Replace existing or insert new file into archive."), 0 },
82 { NULL, 't', NULL, 0, N_("Display content of archive."), 0 },
83 { NULL, 'x', NULL, 0, N_("Extract files from archive."), 0 },
85 { NULL, 0, NULL, 0, N_("Command Modifiers:"), 0 },
86 { NULL, 'o', NULL, 0, N_("Preserve original dates."), 0 },
[all …]
Dstrings.c70 { NULL, 0, NULL, 0, N_("Output Selection:"), 0 },
71 { "all", 'a', NULL, 0, N_("Scan entire file, not only loaded sections"), 0 },
73 N_("Only NUL-terminated sequences of MIN-LEN characters or more are printed"), 0 },
74 { "encoding", 'e', "SELECTOR", 0, N_("\
78 N_("Print name of the file before each string."), 0 },
80 N_("Print location of the string in base 8, 10, or 16 respectively."), 0 },
81 { NULL, 'o', NULL, 0, N_("Alias for --radix=o"), 0 },
83 { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 },
88 static const char doc[] = N_("\
92 static const char args_doc[] = N_("[FILE...]");
Dfindtextrel.c68 { NULL, 0, NULL, 0, N_("Input Selection:"), 0 },
69 { "root", 'r', "PATH", 0, N_("Prepend PATH to all file names"), 0 },
71 N_("Use PATH as root of debuginfo hierarchy"), 0 },
73 { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 },
78 static const char doc[] = N_("\
82 static const char args_doc[] = N_("[FILE...]");
Dobjdump.c61 { NULL, 0, NULL, 0, N_("Mode selection:"), 0 },
62 { "reloc", 'r', NULL, 0, N_("Display relocation information."), 0 },
64 N_("Display the full contents of all sections requested"), 0 },
66 N_("Display assembler code of executable sections"), 0 },
68 { NULL, 0, NULL, 0, N_("Output option selection:"), 0 },
70 N_("Only display information for section NAME."), 0 },
76 static const char doc[] = N_("\
80 static const char args_doc[] = N_("[FILE...]");
Delfcmp.c68 { NULL, 0, NULL, 0, N_("Control options:"), 0 },
69 …{ "gaps", OPT_GAPS, "ACTION", 0, N_("Control treatment of gaps in loadable segments [ignore|match]…
71 N_("Ignore permutation of buckets in SHT_HASH section"), 0 },
72 { "quiet", 'q', NULL, 0, N_("Output nothing; yield exit status only"), 0 },
74 { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 },
79 static const char doc[] = N_("\
83 static const char args_doc[] = N_("FILE1 FILE2");
Dranlib.c74 static const char doc[] = N_("Generate an index to speed access to archives.");
77 static const char args_doc[] = N_("ARCHIVE");
/external/elfutils/libasm/
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_("no backend support available"),
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DContextMenuClientGtk.cpp79 { N_("LRM _Left-to-right mark"), 0x200E },
80 { N_("RLM _Right-to-left mark"), 0x200F },
81 { N_("LRE Left-to-right _embedding"), 0x202A },
82 { N_("RLE Right-to-left e_mbedding"), 0x202B },
83 { N_("LRO Left-to-right _override"), 0x202D },
84 { N_("RLO Right-to-left o_verride"), 0x202E },
85 { N_("PDF _Pop directional formatting"), 0x202C },
86 { N_("ZWS _Zero width space"), 0x200B },
87 { N_("ZWJ Zero width _joiner"), 0x200D },
88 { N_("ZWNJ Zero width _non-joiner"), 0x200C }
/external/e2fsprogs/misc/
Dnls-enable.h6 #define N_(a) gettext_noop (a) macro
8 #define N_(a) (a) macro
18 #define N_(a) a macro
/external/e2fsprogs/resize/
Dresize2fs.h46 #define N_(a) gettext_noop (a) macro
48 #define N_(a) (a) macro
58 #define N_(a) a macro
/external/elfutils/tests/
Ddwflmodtest.c216 #undef N_
217 #define N_(Str) Str macro
221 { "functions", 'f', NULL, 0, N_("Additionally show function names"), 0 },
222 { "inlines", 'i', NULL, 0, N_("Show instances of inlined functions"), 0 },
/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h339 …Impl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType& N_) in basisFunctionDerivativesImpl() argument
355 N_.resize(n+1, p+1); in basisFunctionDerivativesImpl()
387 N_(0,j) = ndu(j,p); in basisFunctionDerivativesImpl()
429 N_(k,r) = static_cast<Scalar>(d); in basisFunctionDerivativesImpl()
439 for (DenseIndex j=p; j>=0; --j) N_(k,j) *= r; in basisFunctionDerivativesImpl()
/external/bison/runtime-po/
DMakevars11 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ \
14 --flag=N_:1:pass-c-format\
/external/bison/po/
DMakevars11 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ \
14 --flag=N_:1:pass-c-format\

123