Home
last modified time | relevance | path

Searched refs:translations (Results 1 – 25 of 148) sorted by relevance

123456

/external/mesa3d/src/util/xmlpool/
Dgen_xmlpool.py116 def expandMatches (matches, translations, end=None): argument
118 nTranslations = len(translations)
121 for lang,trans in translations:
126 if len(matches) == 1 and i < len(translations) and \
146 translations = [("en", gettext.NullTranslations())] variable
153 translations.append ((lang, trans))
179 expandMatches (descMatches, translations, line)
194 expandMatches ([matchDESC], translations)
203 expandMatches (descMatches, translations)
/external/libexif/
DNEWS2 * New translations: en_AU, uk
3 * Updated translations: cs, da, de, en_CA, nl, pl, sk, sv, vi
13 * New translations: bs, tr
14 * Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
25 * New translations: be, en_GB, it, ja, pt, sq, zh_CN
26 * Updated translations: da, sv, vi
32 * New translations: da, pt_BR, sr
33 * Updated translations: cs, de, en_CA, nl, pl, sk, sv, vi
63 * Updated translations: cs, de, pl, sk, vi
64 * New translations: nl, sv, en_CA
[all …]
DABOUT-NLS7 A few packages already provide translations for their messages.
17 available translations. They tell how people wanting to contribute and
18 work at translations should contact the appropriate team.
91 translations have been forbidden at `configure' time by using the
92 `--disable-nls' switch, all available translations are installed
123 Not all programs have translations for all languages. By default, an
131 read translations in German than English for when Swedish is not
139 older translations are used.
167 _actively_ in translations, or at solving translational difficulties,
762 the use of `gettext' the only thing missing are the translations. The
DREADME135 The libexif translations are made by volunteers working on their own,
139 <https://translations.edge.launchpad.net/ubuntu/precise/+source/libexif/+pots/libexif-12>.
140 Any updates to language translations coordinated by the Translation Project
/external/tensorflow/tensorflow/contrib/image/python/ops/
Dimage_ops.py102 def translate(images, translations, interpolation="NEAREST", name=None): argument
126 translations_to_projective_transforms(translations),
176 def translations_to_projective_transforms(translations, name=None): argument
192 translations, name="translations", dtype=dtypes.float32)
197 translations = translation_or_translations[None]
199 translations = translation_or_translations
202 num_translations = array_ops.shape(translations)[0]
213 -translations[:, 0, None],
216 -translations[:, 1, None],
/external/boringssl/src/crypto/cipher_extra/test/nist_cavp/
Dmake_cavp.go41 translations map[kvPair]kvPair member
69 if kv, ok := t.translations[kvPair{key, ""}]; ok {
75 if kv, ok := t.translations[kvPair{key, value}]; ok {
213 translations: map[kvPair]kvPair{
226 translations: map[kvPair]kvPair{
239 translations: map[kvPair]kvPair{
/external/elfutils/po/
DLINGUAS1 # List of translations, i.e. .po files supplied by translators.
4 # These are automagically created, not real translations.
DMakevars19 # expected to transfer the copyright for their translations to this person
/external/libchrome/third_party/jinja2/
Dext.py181 def _install(self, translations, newstyle=None): argument
182 gettext = getattr(translations, 'ugettext', None)
184 gettext = translations.gettext
185 ngettext = getattr(translations, 'ungettext', None)
187 ngettext = translations.ngettext
208 def _uninstall(self, translations): argument
/external/e2fsprogs/
DABOUT-NLS7 A few packages already provide translations for their messages.
17 available translations. They tell how people wanting to contribute and
18 work at translations should contact the appropriate team.
91 translations have been forbidden at `configure' time by using the
92 `--disable-nls' switch, all available translations are installed
123 Not all programs have translations for all languages. By default, an
131 read translations in German than English for when Swedish is not
160 _actively_ in translations, or at solving translational difficulties,
429 to use of `gettext' the only thing missing are the translations. The
DRELEASE-NOTES59 Update Danish, Spanish, and Swedish translations.
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dframe_pair.cc137 void FramePair::FillTranslations(Point2f* const translations) const { in FillTranslations()
142 translations[i].x = in FillTranslations()
144 translations[i].y = in FillTranslations()
Dframe_pair.h62 void FillTranslations(Point2f* const translations) const;
/external/python/google-api-python-client/samples/translate/
Dmain.py36 print(service.translations().list(
/external/elfutils/
DABOUT-NLS7 languages. A few packages already provide translations for their
18 available translations. They tell how people wanting to contribute and
19 work on translations can contact the appropriate team.
92 translations have been forbidden at `configure' time by using the
93 `--disable-nls' switch, all available translations are installed
127 Not all programs have translations for all languages. By default, an
135 read translations in German than English for when Swedish is not
143 older translations are used.
170 _actively_ in translations, or at solving translational difficulties,
1062 the use of `gettext' the only thing missing are the translations. The
/external/autotest/client/profilers/powertop/src/po/
DMakefile5 translations: $(OBJ) target
/external/e2fsprogs/doc/RelNotes/
Dv1.43.6.txt8 Fix UI problems caused by fuzzy translations such that some messages
55 Update the Czech, French, Polish, Swedish, and Vietnamese translations.
Dv1.43.2.txt44 Swedish, Ukrainian translations and added new translations for
Dv1.43.8.txt26 Update the German, Serbian, Spanish, and Ukrainian translations.
Dv1.38.txt18 translations. Removed strings that do not need to be translated, to
84 Updated and fixed translations.
/external/libnl/
DChangeLog105 o Routing protocol translations.
106 o Routing metric translations.
108 o Nexthop flag translations.
193 o Move realms translations from route to rtnl module.
201 o Moved scope translations routines from route/route.c to
/external/u-boot/
D.mailmap2 # This list is used by git-shortlog to fix a few botched name translations
/external/libexif/po/
DMakevars17 # expected to transfer the copyright for their translations to this person
/external/e2fsprogs/po/
DMakevars17 # expected to transfer the copyright for their translations to this person
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_NonMaxSuppression.pbtxt45 algorithm is invariant to orthogonal transformations and translations

123456