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

12

/external/elfutils/libdw/
H A Ddwarf_error.c74 [DWARF_E_NOERROR] = N_("no error"),
75 [DWARF_E_UNKNOWN_ERROR] = N_("unknown error"),
76 [DWARF_E_INVALID_ACCESS] = N_("invalid access"),
77 [DWARF_E_NO_REGFILE] = N_("no regular file"),
78 [DWARF_E_IO_ERROR] = N_("I/O error"),
79 [DWARF_E_INVALID_ELF] = N_("invalid ELF file"),
80 [DWARF_E_NO_DWARF] = N_("no DWARF information"),
81 [DWARF_E_NOELF] = N_("no ELF file"),
82 [DWARF_E_GETEHDR_ERROR] = N_("cannot get ELF header"),
83 [DWARF_E_NOMEM] = N_("ou
[all...]
/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.c109 N_("aextended attribute"),
110 N_("Aerror allocating"),
111 N_("bblock"),
112 N_("Bbitmap"),
113 N_("ccompress"),
114 N_("Cconflicts with some other fs @b"),
115 N_("iinode"),
116 N_("Iillegal"),
117 N_("jjournal"),
118 N_("Ddelete
[all...]
H A De2fsck.h47 #define N_(a) gettext_noop (a) macro
49 #define N_(a) (a) macro
60 #define N_(a) a macro
/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.c80 N_("no error")
83 N_("unknown error")
87 N_("unknown version")
91 N_("unknown type")
95 N_("invalid `Elf' handle")
99 N_("invalid size of source operand")
103 N_("invalid size of destination operand")
107 N_("invalid encoding")
111 N_("out of memory")
115 N_("invali
[all...]
/external/elfutils/libasm/
H A Dasm_error.c108 [ASM_E_NOERROR] = N_("no error"),
109 [ASM_E_NOMEM] = N_("out of memory"),
110 [ASM_E_CANNOT_CREATE] = N_("cannot create output file"),
111 [ASM_E_INVALID] = N_("invalid parameter"),
112 [ASM_E_CANNOT_CHMOD] = N_("cannot change mode of output file"),
113 [ASM_E_CANNOT_RENAME] = N_("cannot rename output file"),
114 [ASM_E_DUPLSYM] = N_("duplicate symbol"),
115 [ASM_E_TYPE] = N_("invalid section type for operation")
/external/bluetooth/glib/glib/
H A Dglibintl.h18 #define N_(String) gettext_noop(String)
20 #define N_(String) (String)
24 #define N_(String) (String) macro
H A Dgi18n.h30 #define N_(String) (String) macro
H A Dgi18n-lib.h34 #define N_(String) (String) macro
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DContextMenuClientGtk.cpp78 { N_("LRM _Left-to-right mark"), 0x200E },
79 { N_("RLM _Right-to-left mark"), 0x200F },
80 { N_("LRE Left-to-right _embedding"), 0x202A },
81 { N_("RLE Right-to-left e_mbedding"), 0x202B },
82 { N_("LRO Left-to-right _override"), 0x202D },
83 { N_("RLO Right-to-left o_verride"), 0x202E },
84 { N_("PDF _Pop directional formatting"), 0x202C },
85 { N_("ZWS _Zero width space"), 0x200B },
86 { N_("ZWJ Zero width _joiner"), 0x200D },
87 { N_("ZWN
[all...]
/external/elfutils/src/
H A Dld.c71 N_("Include whole archives in the output from now on.") },
73 N_("Stop including the whole arhives in the output.") },
75 { "output", 'o', N_("FILE"), 0, N_("Place output in FILE.") },
77 { NULL, 'O', N_("LEVEL"), OPTION_ARG_OPTIONAL,
78 N_("Set optimization level to LEVEL.") },
80 { "verbose", 'v', NULL, 0, N_("Verbose messages.") },
81 { "trace", 't', NULL, 0, N_("Trace file opens.") },
83 N_("Trade speed for less memory usage") },
87 N_("Objec
[all...]
H A Dnm.c59 { NULL, 0, NULL, 0, N_("Output selection:"), 0 },
60 { "debug-syms", 'a', NULL, 0, N_("Display debugger-only symbols"), 0 },
61 { "defined-only", OPT_DEFINED, NULL, 0, N_("Display only defined symbols"),
64 N_("Display dynamic symbols instead of normal symbols"), 0 },
65 { "extern-only", 'g', NULL, 0, N_("Display only external symbols"), 0 },
66 { "undefined-only", 'u', NULL, 0, N_("Display only undefined symbols"), 0 },
68 N_("Include index for symbols from archive members"), 0 },
70 { NULL, 0, NULL, 0, N_("Output format:"), 0 },
72 N_("Print name of the input file before every symbol"), 0 },
75 N_("Us
[all...]
H A Dsize.c51 { NULL, 0, NULL, 0, N_("Output format:") },
52 { "format", OPT_FORMAT, "FORMAT", 0, N_("Use the output format FORMAT. FORMAT can be `bsd' or `sysv'. The default is `bsd'") },
53 { NULL, 'A', NULL, 0, N_("Same as `--format=sysv'") },
54 { NULL, 'B', NULL, 0, N_("Same as `--format=bsd'") },
55 { "radix", OPT_RADIX, "RADIX", 0, N_("Use RADIX for printing symbol values") },
56 { NULL, 'd', NULL, 0, N_("Same as `--radix=10'") },
57 { NULL, 'o', NULL, 0, N_("Same as `--radix=8'") },
58 { NULL, 'x', NULL, 0, N_("Same as `--radix=16'") },
59 { NULL, 'f', NULL, 0, N_("Similar to `--format=sysv' output but in one line") },
61 { NULL, 0, NULL, 0, N_("Outpu
[all...]
H A Dstrip.c57 { NULL, 0, NULL, 0, N_("Output selection:") },
58 { NULL, 'o', "FILE", 0, N_("Place stripped output into FILE") },
59 { NULL, 'f', "FILE", 0, N_("Extract the removed sections into FILE") },
61 { NULL, 0, NULL, 0, N_("Output options:") },
62 { "strip-debug", 'g', NULL, 0, N_("Remove all debugging symbols") },
64 N_("Copy modified/access timestamps to the output") },
66 N_("Remove .comment section") },
68 N_("Relax a few rules to handle slightly broken ELF files") },
73 static const char doc[] = N_("Discard symbols from object files.");
76 static const char args_doc[] = N_("[FIL
[all...]
/external/bluetooth/glib/tests/
H A Dgio-ls.c5 #define N_(s) (s) macro
27 N_("do not hide entries"), NULL },
29 N_("use a long listing format"), NULL },
/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/oprofile/libpopt/
H A Dpoptint.h114 #define N_(foo) foo macro
H A Dpopthelp.c64 { "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
65 { "usage", '\0', 0, NULL, 'u', N_("Display brief usage message"), NULL },
75 { "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
76 { "usage", '\0', 0, NULL, 'u', N_("Display brief usage message"), NULL },
79 N_("Display option defaults in message"), NULL },
/external/bison/lib/
H A Dquotearg.c39 #define N_(msgid) msgid macro
245 char const *left = gettext_quote (N_("`"), quoting_style);
246 char const *right = gettext_quote (N_("'"), quoting_style);
/external/bison/src/
H A Dsystem.h124 #define N_(Msgid) (Msgid) macro
/external/elfutils/
H A Dconfig.h82 #define N_(Str) Str macro
H A Dconfig.h.in81 #define N_(Str) Str
/external/icu4c/samples/layout/
H A Dgnomelayout.cpp190 GNOMEUIINFO_SUBTREE(N_((gchar *) "File"), fileMenu),
191 GNOMEUIINFO_SUBTREE(N_((gchar *) "Help"), helpMenu),
H A Dcgnomelayout.c182 GNOMEUIINFO_SUBTREE(N_((gchar *) "File"), fileMenu),
183 GNOMEUIINFO_SUBTREE(N_((gchar *) "Help"), helpMenu),

Completed in 2414 milliseconds

12