HomeSort by relevance Sort by last modified time
    Searched defs:gettext (Results 51 - 61 of 61) sorted by null

1 23

  /external/selinux/policycoreutils/sepolicy/
sepolicy.py 30 import gettext namespace
32 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
33 gettext.textdomain(PROGNAME)
35 gettext.install(PROGNAME,
  /toolchain/binutils/binutils-2.25/ld/
ld.h 48 # define _(String) gettext (String)
55 # define gettext(Msgid) (Msgid) macro
  /external/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py 10 import gettext namespace
14 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
15 gettext.textdomain(PROGNAME)
17 gettext.install(PROGNAME,
generate.py 56 import gettext namespace
57 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
58 gettext.textdomain(PROGNAME)
60 gettext.install(PROGNAME,
    [all...]
gui.py 43 import gettext namespace
47 gettext.bindtextdomain(PROGNAME, "/usr/share/locale")
48 gettext.textdomain(PROGNAME)
50 gettext.install(PROGNAME,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
optparse.py 90 from gettext import gettext namespace
92 def gettext(message): function in function:_repr
94 _ = gettext
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
optparse.py 90 from gettext import gettext namespace
92 def gettext(message): function in function:_repr
94 _ = gettext
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 90 from gettext import gettext namespace
92 def gettext(message): function in function:_repr
94 _ = gettext
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 90 from gettext import gettext namespace
92 def gettext(message): function in function:_repr
94 _ = gettext
    [all...]
  /external/libmtp/src/
ptp.c 45 # define gettext(String) (String) macro
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 101 # undef gettext macro
102 # define gettext(msgid) __dcgettext ("libc", msgid, LC_MESSAGES) macro
105 # define gettext(msgid) (msgid) macro
    [all...]

Completed in 1656 milliseconds

1 23