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

1 2

  /external/python/google-api-python-client/samples/translate/
main.py 36 print(service.translations().list(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
Renderable.java 82 float[] translations = new float[] local
88 translations[X], translations[Y], translations[Z]); local
  /external/autotest/client/profilers/powertop/src/po/
Makefile 5 translations: $(OBJ)
  /external/mesa3d/src/util/xmlpool/
gen_xmlpool.py 28 # descriptions and translations.
116 def expandMatches (matches, translations, end=None):
118 nTranslations = len(translations)
120 # Expand the description+enums for all 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))
169 # translations.
179 expandMatches (descMatches, translations, line
    [all...]
  /cts/tests/pdf/src/android/graphics/pdf/cts/
PdfRendererTransformTest.java 73 int[] translations = new int[] { -A4_HEIGHT_PTS / 2, 0, A4_HEIGHT_PTS / 2 }; local
81 for (int translateX : translations) {
82 for (int translateY : translations) {
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
frame_pair.h 60 // Fills in the array of deltas with the translations of the points
62 void FillTranslations(Point2f* const translations) const;
frame_pair.cc 137 void FramePair::FillTranslations(Point2f* const translations) const {
142 translations[i].x =
144 translations[i].y =
  /external/tensorflow/tensorflow/contrib/image/python/ops/
image_ops.py 102 def translate(images, translations, interpolation="NEAREST", name=None):
110 translations: A vector representing [dx, dy] or (if images has rank 4)
126 translations_to_projective_transforms(translations),
176 def translations_to_projective_transforms(translations, name=None):
180 translations: A 2-element list representing [dx, dy] or a matrix of
192 translations, name="translations", dtype=dtypes.float32)
197 translations = translation_or_translations[None]
199 translations = translation_or_translations
201 raise TypeError("Translations should have rank 1 or 2."
    [all...]
  /development/tools/repo_diff/service/repodiff/repositories/
helpers_test.go 38 Subject: "Import translations. DO NOT MERGE",
denormalizer_test.go 82 Subject: "Import translations. DO NOT MERGE",
  /external/boringssl/src/crypto/cipher_extra/test/nist_cavp/
make_cavp.go 41 translations map[kvPair]kvPair
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/libchrome/third_party/jinja2/
ext.py 181 def _install(self, translations, newstyle=None):
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):
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.cpp 890 const Vec2 translations[4] =
910 const Vec2& translation = translations[quadNdx];
  /external/python/httplib2/doc/html/_static/
doctools.js 105 TRANSLATIONS : {},
112 var translated = Documentation.TRANSLATIONS[string];
119 var translated = Documentation.TRANSLATIONS[singular];
127 this.TRANSLATIONS[key] = catalog.messages[key];
227 // quick alias for translations
  /external/tensorflow/tensorflow/python/ops/
image_grad_test.py 277 translations = [(0.0, 0.0), (3.14, 1.19), (2.1, 3.1), (100.0, 200.0)]
279 for translation in translations:
  /external/boringssl/src/util/fipstools/delocate/
delocate.peg.go 239 length, translations, j, line, symbol := len(positions), make(textPositionMap, len(positions)), 0, 1, 0
250 translations[positions[j]] = textPosition{line, symbol}
260 return translations
275 translations := translatePositions(e.p.buffer, positions)
284 translations[begin].line, translations[begin].symbol,
285 translations[end].line, translations[end].symbol,
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
apiviewer.js 26 qx.$$translations = {};
123 if (dataMap["translations"]){
124 var trMap = dataMap["translations"];
125 var qxtrans = qx.$$translations;
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar 
  /external/v8/src/
deoptimizer.cc 735 ByteArray* translations = input_data->TranslationByteArray(); local
739 TranslationIterator state_iterator(translations, translation_index);
    [all...]
  /external/libexif/
configure     [all...]
  /external/libffi/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]

Completed in 780 milliseconds

1 2