HomeSort by relevance Sort by last modified time
    Searched refs:N_ (Results 1 - 25 of 52) sorted by null

1 2 3

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cif-code.def 39 N_("function not considered for inlining"))
42 DEFCIFCODE(BODY_NOT_AVAILABLE, N_("function body not available"))
45 N_("redefined extern inline functions are not considered for "
49 DEFCIFCODE(FUNCTION_NOT_INLINABLE, N_("function not inlinable"))
52 DEFCIFCODE(FUNCTION_NOT_INLINE_CANDIDATE, N_("function not inline candidate"))
56 N_("--param large-function-growth limit reached"))
58 N_("--param large-stack-frame-growth limit reached"))
60 N_("--param max-inline-insns-single limit reached"))
62 N_("--param max-inline-insns-auto limit reached"))
64 N_("--param inline-unit-growth limit reached")
    [all...]
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/
cif-code.def 39 N_("function not considered for inlining"))
42 DEFCIFCODE(BODY_NOT_AVAILABLE, N_("function body not available"))
45 N_("redefined extern inline functions are not considered for "
49 DEFCIFCODE(FUNCTION_NOT_INLINABLE, N_("function not inlinable"))
52 DEFCIFCODE(FUNCTION_NOT_INLINE_CANDIDATE, N_("function not inline candidate"))
56 N_("--param large-function-growth limit reached"))
58 N_("--param large-stack-frame-growth limit reached"))
60 N_("--param max-inline-insns-single limit reached"))
62 N_("--param max-inline-insns-auto limit reached"))
64 N_("--param inline-unit-growth limit reached")
    [all...]
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/
cif-code.def 39 N_("function not considered for inlining"))
42 DEFCIFCODE(BODY_NOT_AVAILABLE, N_("function body not available"))
45 N_("redefined extern inline functions are not considered for "
49 DEFCIFCODE(FUNCTION_NOT_INLINABLE, N_("function not inlinable"))
52 DEFCIFCODE(FUNCTION_NOT_INLINE_CANDIDATE, N_("function not inline candidate"))
56 N_("--param large-function-growth limit reached"))
58 N_("--param large-stack-frame-growth limit reached"))
60 N_("--param max-inline-insns-single limit reached"))
62 N_("--param max-inline-insns-auto limit reached"))
64 N_("--param inline-unit-growth limit reached")
    [all...]
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/
cif-code.def 39 N_("function not considered for inlining"))
42 DEFCIFCODE(BODY_NOT_AVAILABLE, N_("function body not available"))
45 N_("redefined extern inline functions are not considered for "
49 DEFCIFCODE(FUNCTION_NOT_INLINABLE, N_("function not inlinable"))
52 DEFCIFCODE(FUNCTION_NOT_INLINE_CANDIDATE, N_("function not inline candidate"))
56 N_("--param large-function-growth limit reached"))
58 N_("--param large-stack-frame-growth limit reached"))
60 N_("--param max-inline-insns-single limit reached"))
62 N_("--param max-inline-insns-auto limit reached"))
64 N_("--param inline-unit-growth limit reached")
    [all...]
intl.h 55 #ifndef N_
56 # define N_(msgid) msgid
  /external/e2fsprogs/e2fsck/
problem.c 50 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...]
message.c 111 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/elfutils/libdw/
dwarf_error.c 111 [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/libmtp/src/
ptp.c 39 # define N_(String) gettext_noop (String)
41 # define N_(String) (String)
50 # define N_(String) (String)
    [all...]
  /external/e2fsprogs/misc/
nls-enable.h 6 #define N_(a) gettext_noop (a)
8 #define N_(a) (a)
18 #define N_(a) a
  /external/elfutils/libelf/
elf_error.c 113 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/libasm/
asm_error.c 120 [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")
    [all...]
  /external/elfutils/libdwfl/
libdwflP.h 70 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...]
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/webkit/Source/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.cpp 79 { 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
    [all...]
  /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...]
addr2line.c 64 { 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...]");
nm.c 74 { 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 },
90 N_("Use the output format FORMAT. FORMAT can be `bsd', `sysv' or `posix'. The default is `sysv'")
    [all...]
size.c 66 { 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...]
ar.c 75 { 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...]
  /external/e2fsprogs/resize/
resize2fs.h 46 #define N_(a) gettext_noop (a)
48 #define N_(a) (a)
58 #define N_(a) a
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 163 #define BAD_COMMA (BAD_BANG + sizeof(N_("multiple `!'s")))
164 #define BAD_STEP (BAD_COMMA + sizeof(N_("unexpected `,'")))
165 #define EXCESS_OPEN_BRACE (BAD_STEP + sizeof(N_("invalid usage of +N or ~N as first address")))
166 #define EXCESS_CLOSE_BRACE (EXCESS_OPEN_BRACE + sizeof(N_("unmatched `{'")))
167 #define EXCESS_JUNK (EXCESS_CLOSE_BRACE + sizeof(N_("unexpected `}'")))
168 #define EXPECTED_SLASH (EXCESS_JUNK + sizeof(N_("extra characters after command")))
169 #define NO_CLOSE_BRACE_ADDR (EXPECTED_SLASH + sizeof(N_("expected \\ after `a', `c' or `i'")))
170 #define NO_COLON_ADDR (NO_CLOSE_BRACE_ADDR + sizeof(N_("`}' doesn't want any addresses")))
171 #define NO_SHARP_ADDR (NO_COLON_ADDR + sizeof(N_(": doesn't want any addresses")))
172 #define NO_COMMAND (NO_SHARP_ADDR + sizeof(N_("comments don't accept any addresses"))
    [all...]

Completed in 1694 milliseconds

1 2 3