HomeSort by relevance Sort by last modified time
    Searched defs:translations (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 16 # descriptions and translations.
104 def expandMatches (matches, translations, end=None):
106 nTranslations = len(translations)
108 # Expand the description+enums for all translations
109 for lang,trans in translations:
114 if len(matches) == 1 and i < len(translations) and \
134 translations = [("en", gettext.NullTranslations())] variable
141 translations.append ((lang, trans))
157 # translations.
167 expandMatches (descMatches, translations, line
    [all...]
  /external/opencv3/modules/calib3d/test/
test_homography_decomp.cpp 65 vector<Mat> translations; local
68 decomposeHomographyMat(_H, _K, rotations, translations, normals);
72 ASSERT_GT(static_cast<int>(translations.size()), 0);
76 ASSERT_EQ(translations.size(), normals.size());
78 ASSERT_TRUE(containsValidMotion(rotations, translations, normals));
107 std::vector<Mat>& translations,
114 vector<Mat>::iterator titer = translations.begin();
118 riter != rotations.end() && titer != translations.end() && niter != normals.end();
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.cpp 693 const Vec2 translations[4] = local
713 const Vec2& translation = translations[quadNdx];
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
i18n.py 34 #: Path to the translations directory. Default is `locale`.
93 Caches loaded translations and configuration to be used between requests.
98 #: A dictionary with all loaded translations.
99 translations = None variable in class:I18nStore
127 self.translations = {}
180 A ``babel.support.Translations`` instance, or
183 trans = self.translations.get(locale)
189 self.translations[locale] = trans
197 Path to where translations are stored.
203 A ``babel.support.Translations`` instance, o
229 translations = None variable in class:I18n
    [all...]
  /external/v8/src/crankshaft/
lithium-codegen.cc 313 Handle<ByteArray> translations = local
315 data->SetTranslationByteArray(*translations);
  /external/opencv3/modules/java/src/
calib3d.cpp 3649 std::vector<Mat> translations; local
    [all...]
  /external/v8/src/
deoptimizer.cc 764 ByteArray* translations = input_data->TranslationByteArray(); local
768 TranslationIterator state_iterator(translations, translation_index);
820 // Tail caller frame translations do not produce output frames.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /development/tools/checkstyle/
checkstyle.jar 

Completed in 1322 milliseconds