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

1 2 3 4 5 6 7

  /external/selinux/python/sepolgen/src/sepolgen/
sepolgeni18n.py 21 import gettext
22 t = gettext.translation( 'yumex' )
23 _ = t.gettext
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
sepolgeni18n.py 21 import gettext
22 t = gettext.translation( 'yumex' )
23 _ = t.gettext
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
t_options.h 32 * gettext(). xgettext can be used to extract translatable
34 * with GNU gettext. gen_xmlpool.py takes this template and fills in
56 DRI_CONF_DESC(en,gettext("Debugging"))
60 DRI_CONF_DESC(en,gettext("Disable 3D acceleration")) \
65 DRI_CONF_DESC(en,gettext("Show performance boxes")) \
70 DRI_CONF_DESC(en,gettext("Enable flushing batchbuffer after each draw call")) \
75 DRI_CONF_DESC(en,gettext("Enable flushing GPU caches with each draw call")) \
80 DRI_CONF_DESC(en,gettext("Disable throttling on first batch after flush")) \
85 DRI_CONF_DESC(en,gettext("Force GLSL extension default behavior to 'warn'")) \
90 DRI_CONF_DESC(en,gettext("Disable dual source blending"))
    [all...]
  /external/elfutils/bionic-fixup/
libintl.h 21 #define gettext(x) (x) macro
  /external/elfutils/m4/
Makefile.am 21 EXTRA_DIST = codeset.m4 gettext.m4 iconv.m4 lcmessage.m4 progtest.m4 zip.m4
  /external/python/cpython3/Lib/test/
test_gettext.py 3 import gettext
106 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
129 gettext._translations.clear()
148 gettext.install('gettext', self.localedir)
187 gettext message catalog library.'''),
196 t = gettext.GNUTranslations(fp)
205 t.install(names=["gettext", "lgettext"])
206 eq(_, t.gettext)
207 eq(builtins.gettext, t.gettext
    [all...]
  /external/elfutils/libebl/
eblbackendname.c 41 return ebl != NULL ? ebl->emulation : gettext ("No backend");
eblobjnote.c 53 printf (gettext ("unknown SDT version %u\n"), type);
71 printf (gettext ("invalid SDT probe descriptor\n"));
121 printf (gettext (" PC: "));
123 printf (gettext (" Base: "));
125 printf (gettext (" Semaphore: "));
127 printf (gettext (" Provider: "));
129 printf (gettext (" Name: "));
131 printf (gettext (" Args: "));
141 printf (gettext (" Build ID: "));
152 printf (gettext (" Linker version: %.*s\n")
    [all...]
eblosabiname.c 70 res = gettext ("Stand alone");
73 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), osabi);
  /external/python/cpython2/Lib/test/
test_gettext.py 4 import gettext
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
76 gettext._translations.clear()
95 gettext.install('gettext', self.localedir)
134 gettext message catalog library.'''),
143 t = gettext.GNUTranslations(fp)
152 t.install(unicode=True, names=["gettext", "lgettext"])
154 eq(__builtin__.gettext, t.ugettext)
156 del __builtin__.gettext
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gettext.py 4 import gettext
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
76 gettext._translations.clear()
89 gettext.install('gettext', self.localedir)
128 gettext message catalog library.'''),
137 t = gettext.GNUTranslations(fp)
146 t.install(unicode=True, names=["gettext", "lgettext"])
148 eq(__builtin__.gettext, t.ugettext)
150 del __builtin__.gettext
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gettext.py 4 import gettext
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
76 gettext._translations.clear()
89 gettext.install('gettext', self.localedir)
128 gettext message catalog library.'''),
137 t = gettext.GNUTranslations(fp)
146 t.install(unicode=True, names=["gettext", "lgettext"])
148 eq(__builtin__.gettext, t.ugettext)
150 del __builtin__.gettext
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gettext.py 4 import gettext
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
76 gettext._translations.clear()
89 gettext.install('gettext', self.localedir)
128 gettext message catalog library.'''),
137 t = gettext.GNUTranslations(fp)
146 t.install(unicode=True, names=["gettext", "lgettext"])
148 eq(__builtin__.gettext, t.ugettext)
150 del __builtin__.gettext
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gettext.py 4 import gettext
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
76 gettext._translations.clear()
89 gettext.install('gettext', self.localedir)
128 gettext message catalog library.'''),
137 t = gettext.GNUTranslations(fp)
146 t.install(unicode=True, names=["gettext", "lgettext"])
148 eq(__builtin__.gettext, t.ugettext)
150 del __builtin__.gettext
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gettext.py 4 import gettext
58 MOFILE = os.path.join(LOCALEDIR, 'gettext.mo')
76 gettext._translations.clear()
89 gettext.install('gettext', self.localedir)
128 gettext message catalog library.'''),
137 t = gettext.GNUTranslations(fp)
146 t.install(unicode=True, names=["gettext", "lgettext"])
148 eq(__builtin__.gettext, t.ugettext)
150 del __builtin__.gettext
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
intl.h 39 # undef gettext macro
40 # define gettext(msgid) (msgid) macro
51 # define _(msgid) gettext (msgid)
  /toolchain/binutils/binutils-2.27/gas/
asintl.h 1 /* asintl.h - gas-specific header for gettext code.
38 # define _(String) gettext (String)
45 # define gettext(Msgid) (Msgid) macro
  /external/elfutils/src/
elflint.c 155 error (0, errno, gettext ("cannot open input file"));
162 ERROR (gettext ("cannot generate Elf descriptor: %s\n"),
181 ERROR (gettext ("error while closing Elf descriptor: %s\n"),
185 puts (gettext ("No errors"));
219 fputs (gettext ("Missing file name.\n"), stderr);
235 fprintf (stream, gettext ("\
240 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
298 ERROR (gettext (" error while freeing sub-ELF descriptor: %s\n"),
306 ERROR (gettext ("\
371 ERROR (gettext ("e_ident[%d] == %d is no known class\n")
    [all...]
findtextrel.c 162 fprintf (stream, gettext ("\
167 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
221 error (0, errno, gettext ("cannot open '%s'"), fname);
228 error (0, 0, gettext ("cannot create ELF descriptor for '%s': %s"),
238 error (0, 0, gettext ("cannot get ELF header '%s': %s"),
249 error (0, 0, gettext ("'%s' is not a DSO or PIE"), fname);
269 gettext ("getting get section header of section %zu: %s"),
292 error (0, 0, gettext ("cannot read dynamic section: %s"),
313 error (0, 0, gettext ("no text relocations reported in '%s'"), fname);
325 error (1, errno, gettext ("while reading ELF file"))
    [all...]
elfcmp.c 143 fputs (gettext ("Invalid number of parameters.\n"), stderr);
174 error (2, 0, gettext ("cannot get ELF header of '%s': %s"),
179 error (2, 0, gettext ("cannot get ELF header of '%s': %s"),
205 error (0, 0, gettext ("%s %s diff: ELF header"), fname1, fname2);
212 error (2, 0, gettext ("cannot get section count of '%s': %s"),
215 error (2, 0, gettext ("cannot get section count of '%s': %s"),
220 error (0, 0, gettext ("%s %s diff: section count"), fname1, fname2);
227 error (2, 0, gettext ("cannot get program header count of '%s': %s"),
230 error (2, 0, gettext ("cannot get program header count of '%s': %s"),
235 error (0, 0, gettext ("%s %s diff: program header count")
    [all...]
  /external/e2fsprogs/intl/
gettext.c 1 /* Implementation of gettext(3) function.
44 # define GETTEXT __gettext
47 # define GETTEXT libintl_gettext
55 GETTEXT (const char *msgid)
62 weak_alias (__gettext, gettext);
libgettext.h 30 implementation of gettext. */
63 /* This value determines the behaviour of the gettext() and dgettext()
70 /* Declarations for gettext-using-catgets interface. Derived from
94 extern char *gettext PARAMS ((const char *__msgid));
126 /* Solaris 2.3 has the gettext function but dcgettext is missing.
131 # define gettext(Msgid) \ macro
168 # define gettext(Msgid) (Msgid) macro
  /toolchain/binutils/binutils-2.27/intl/
gettext.c 1 /* Implementation of gettext(3) function.
44 # define GETTEXT __gettext
47 # define GETTEXT libintl_gettext
55 GETTEXT (msgid)
63 weak_alias (__gettext, gettext);
  /toolchain/binutils/binutils-2.27/opcodes/
opintl.h 1 /* opintl.h - opcodes specific header for gettext code.
25 /* Note the use of dgetext() and PACKAGE here, rather than gettext().
45 # define gettext(Msgid) (Msgid) macro
  /external/e2fsprogs/lib/support/
nls-enable.h 4 #define _(a) (gettext (a))

Completed in 1632 milliseconds

1 2 3 4 5 6 7