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

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontHarfBuzz.cpp 138 Vector<FloatPoint, kMaxBufferLength> translations; local
149 translations.resize(chunkLength);
150 verticalData->getVerticalTranslationsForGlyphs(font, &glyphs[0], chunkLength, reinterpret_cast<float*>(&translations[0]));
158 x + SkIntToScalar(lroundf(translations[i].x())),
159 y + -SkIntToScalar(-lroundf(currentWidth - translations[i].y())));
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
formatutils9.cpp 7 // formatutils9.cpp: Queries for GL image formats and their translations to D3D9
549 const TranslationDescription translations[NUM_GL_VERTEX_ATTRIB_TYPES][2][4] = // [GL types as enumerated by typeIndex()][normalized][size-1] local
    [all...]
  /external/chromium_org/v8/src/
deoptimizer.cc 782 ByteArray* translations = input_data->TranslationByteArray(); local
787 TranslationIterator iterator(translations, translation_index);
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 936 Handle<ByteArray> translations = local
938 data->SetTranslationByteArray(*translations);
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.cc 938 Handle<ByteArray> translations = local
940 data->SetTranslationByteArray(*translations);
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 905 Handle<ByteArray> translations = local
907 data->SetTranslationByteArray(*translations);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 900 Handle<ByteArray> translations = local
902 data->SetTranslationByteArray(*translations);
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.cc 850 Handle<ByteArray> translations = local
852 data->SetTranslationByteArray(*translations);
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc 815 Handle<ByteArray> translations = local
817 data->SetTranslationByteArray(*translations);
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc 1187 Handle<ByteArray> translations = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.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 

Completed in 1488 milliseconds