HomeSort by relevance Sort by last modified time
    Searched refs:gettext (Results 76 - 100 of 188) sorted by null

1 2 34 5 6 7 8

  /external/elfutils/libebl/
eblsectiontypename.c 115 snprintf (buf, len, "%s: %d", gettext ("<unknown>"), section);
  /external/bart/docs/api_reference/
Makefile 22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
43 @echo " gettext to make PO message catalogs"
162 gettext: reference
163 $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
  /external/devlib/doc/
Makefile 22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
43 @echo " gettext to make PO message catalogs"
158 gettext:
159 $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 12 import gettext
51 # Expand escape sequences in C strings (needed for gettext lookup)
115 # DESC, DESC_BEGIN format: \1 \2=<lang> \3 \4=gettext(" \5=<text> \6=") \7
116 # ENUM format: \1 \2=gettext(" \3=<text> \4=") \5
147 translations = [("en", gettext.NullTranslations())]
150 trans = gettext.translation ("options", localedir, [lang])
158 reDESC = re.compile (r'(\s*DRI_CONF_DESC\s*\(\s*)([a-z]+)(\s*,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$')
159 reDESC_BEGIN = re.compile (r'(\s*DRI_CONF_DESC_BEGIN\s*\(\s*)([a-z]+)(\s*,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$')
160 reENUM = re.compile (r'(\s*DRI_CONF_ENUM\s*\([^,]+,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$')
  /external/trappy/doc/api_reference/
Makefile 22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
43 @echo " gettext to make PO message catalogs"
162 gettext: reference
163 $(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
gettext.py 4 support for your Python programs by providing an interface to the GNU gettext
18 # gettext.py implementation.
24 # James Henstridge, who also wrote a gettext.py module, which has some
43 # you'll need to study the GNU gettext code to do this.
56 'dgettext', 'dngettext', 'gettext', 'lgettext', 'ldgettext',
193 def gettext(self, message): member in class:NullTranslations
195 return self._fallback.gettext(message)
246 __builtin__.__dict__['_'] = unicode and self.ugettext or self.gettext
248 if "gettext" in names:
249 __builtin__.__dict__['gettext'] = __builtin__.__dict__['_']
346 def gettext(self, message): member in class:GNUTranslations
568 def gettext(message): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gettext.py 4 support for your Python programs by providing an interface to the GNU gettext
18 # gettext.py implementation.
24 # James Henstridge, who also wrote a gettext.py module, which has some
43 # you'll need to study the GNU gettext code to do this.
55 'dgettext', 'dngettext', 'gettext', 'ngettext',
191 def gettext(self, message): member in class:NullTranslations
193 return self._fallback.gettext(message)
244 __builtin__.__dict__['_'] = unicode and self.ugettext or self.gettext
246 if "gettext" in names:
247 __builtin__.__dict__['gettext'] = __builtin__.__dict__['_']
343 def gettext(self, message): member in class:GNUTranslations
565 def gettext(message): function
    [all...]
  /external/python/cpython2/Lib/
gettext.py 4 support for your Python programs by providing an interface to the GNU gettext
18 # gettext.py implementation.
24 # James Henstridge, who also wrote a gettext.py module, which has some
43 # you'll need to study the GNU gettext code to do this.
56 'dgettext', 'dngettext', 'gettext', 'lgettext', 'ldgettext',
64 # The gettext library supports a small subset of C syntax. The only
68 # https://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms
69 # http://git.savannah.gnu.org/cgit/gettext.git/tree/gettext-runtime/intl/plural.
266 def gettext(self, message): member in class:NullTranslations
419 def gettext(self, message): member in class:GNUTranslations
641 def gettext(message): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gettext.py 4 support for your Python programs by providing an interface to the GNU gettext
18 # gettext.py implementation.
24 # James Henstridge, who also wrote a gettext.py module, which has some
43 # you'll need to study the GNU gettext code to do this.
55 'dgettext', 'dngettext', 'gettext', 'ngettext',
191 def gettext(self, message): member in class:NullTranslations
193 return self._fallback.gettext(message)
244 __builtin__.__dict__['_'] = unicode and self.ugettext or self.gettext
246 if "gettext" in names:
247 __builtin__.__dict__['gettext'] = __builtin__.__dict__['_'
343 def gettext(self, message): member in class:GNUTranslations
565 def gettext(message): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
gettext.py 4 support for your Python programs by providing an interface to the GNU gettext
18 # gettext.py implementation.
24 # James Henstridge, who also wrote a gettext.py module, which has some
43 # you'll need to study the GNU gettext code to do this.
55 'dgettext', 'dngettext', 'gettext', 'ngettext',
191 def gettext(self, message): member in class:NullTranslations
193 return self._fallback.gettext(message)
244 __builtin__.__dict__['_'] = unicode and self.ugettext or self.gettext
246 if "gettext" in names:
247 __builtin__.__dict__['gettext'] = __builtin__.__dict__['_'
343 def gettext(self, message): member in class:GNUTranslations
565 def gettext(message): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 4 support for your Python programs by providing an interface to the GNU gettext
18 # gettext.py implementation.
24 # James Henstridge, who also wrote a gettext.py module, which has some
43 # you'll need to study the GNU gettext code to do this.
55 'dgettext', 'dngettext', 'gettext', 'ngettext',
191 def gettext(self, message): member in class:NullTranslations
193 return self._fallback.gettext(message)
244 __builtin__.__dict__['_'] = unicode and self.ugettext or self.gettext
246 if "gettext" in names:
247 __builtin__.__dict__['gettext'] = __builtin__.__dict__['_'
343 def gettext(self, message): member in class:GNUTranslations
565 def gettext(message): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 4 support for your Python programs by providing an interface to the GNU gettext
18 # gettext.py implementation.
24 # James Henstridge, who also wrote a gettext.py module, which has some
43 # you'll need to study the GNU gettext code to do this.
55 'dgettext', 'dngettext', 'gettext', 'ngettext',
191 def gettext(self, message): member in class:NullTranslations
193 return self._fallback.gettext(message)
244 __builtin__.__dict__['_'] = unicode and self.ugettext or self.gettext
246 if "gettext" in names:
247 __builtin__.__dict__['gettext'] = __builtin__.__dict__['_'
343 def gettext(self, message): member in class:GNUTranslations
565 def gettext(message): function
    [all...]
  /external/clang/docs/analyzer/
make.bat 34 echo. gettext to make PO message catalogs
156 if "%1" == "gettext" (
157 %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
  /external/clang/docs/
make.bat 34 echo. gettext to make PO message catalogs
156 if "%1" == "gettext" (
157 %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
  /external/elfutils/src/
addr2line.c 216 fprintf (stream, gettext ("\
221 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
533 error (EXIT_FAILURE, 0, gettext ("Section syntax requires"
556 gettext ("offset %#" PRIxMAX " lies outside"
645 error (0, 0, gettext ("cannot find symbol '%s'"), name);
650 gettext ("offset %#" PRIxMAX " lies outside"
arlib.c 209 error (EXIT_FAILURE, 0, gettext ("the archive '%s' is too large"),
222 error (EXIT_FAILURE, 0, gettext ("cannot read ELF header of %s(%s): %s"),
  /external/llvm/docs/
make.bat 34 echo. gettext to make PO message catalogs
156 if "%1" == "gettext" (
157 %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
  /external/netperf/src/missing/
getaddrinfo.c 144 #define _(string) gettext(string)
151 #define gettext(string) (string) macro
233 return gettext(eai_errlist[ecode]);
  /external/e2fsprogs/resize/
resize2fs.h 44 #define _(a) (gettext (a))
  /external/libexif/test/nls/
test-codeset.c 81 const char *transl = gettext(testcases[i].orig);
  /toolchain/binutils/binutils-2.25/bfd/
sysdep.h 185 /* Note the use of dgetext() and PACKAGE here, rather than gettext().
204 # define gettext(Msgid) (Msgid) macro
  /external/selinux/gui/
domainsPage.py 40 import gettext
44 gettext.install(PROGNAME,
modulesPage.py 40 import gettext
44 gettext.install(PROGNAME,
semanagePage.py 32 import gettext
36 gettext.install(PROGNAME,
statusPage.py 49 import gettext
53 gettext.install(PROGNAME,

Completed in 1385 milliseconds

1 2 34 5 6 7 8