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

1 2

  /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/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 29 # descriptions and translations.
117 def expandMatches (matches, translations, end=None):
119 nTranslations = len(translations)
121 # Expand the description+enums for all translations
122 for lang,trans in translations:
127 if len(matches) == 1 and i < len(translations) and \
147 translations = [("en", gettext.NullTranslations())] variable
154 translations.append ((lang, trans))
170 # translations.
180 expandMatches (descMatches, translations, line
    [all...]
  /cts/tests/pdf/src/android/graphics/pdf/cts/
PdfRendererTransformTest.java 72 int[] translations = new int[] { -A4_HEIGHT_PTS / 2, 0, A4_HEIGHT_PTS / 2 }; local
80 for (int translateX : translations) {
81 for (int translateY : translations) {
  /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/libmojo/third_party/jinja2/
ext.py 179 def _install(self, translations, newstyle=None):
180 gettext = getattr(translations, 'ugettext', None)
182 gettext = translations.gettext
183 ngettext = getattr(translations, 'ungettext', None)
185 ngettext = translations.ngettext
206 def _uninstall(self, translations):
  /external/v8/src/crankshaft/
lithium-codegen.cc 342 Handle<ByteArray> translations = local
344 data->SetTranslationByteArray(*translations);
  /hardware/libhardware/modules/camera/3_4/metadata/
metadata_reader_test.cpp 69 std::map<uint8_t, int> translations{
73 for (const auto& translation : translations) {
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.cpp 693 const Vec2 translations[4] = local
713 const Vec2& translation = translations[quadNdx];
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 264 // In XML name spaces, the translations listed in the
267 // the translations first.
334 // Parsing state - stack holds old name space translations
335 // and the current set of open elements. The translations to pop when
435 // the stack to restore the name translations that existed
460 // translations that were associated with the element we just closed.
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 264 // In XML name spaces, the translations listed in the
267 // the translations first.
334 // Parsing state - stack holds old name space translations
335 // and the current set of open elements. The translations to pop when
435 // the stack to restore the name translations that existed
460 // translations that were associated with the element we just closed.
    [all...]
  /external/boringssl/src/util/fipstools/
delocate.peg.go 235 length, translations, j, line, symbol := len(positions), make(textPositionMap, len(positions)), 0, 1, 0
246 translations[positions[j]] = textPosition{line, symbol}
256 return translations
271 translations := translatePositions(e.p.buffer, positions)
280 translations[begin].line, translations[begin].symbol,
281 translations[end].line, translations[end].symbol,
    [all...]
  /external/lisa/libs/utils/
trace.py 763 translations = {'nrg_d' : 'nrg_diff',
767 df.rename(columns=translations, inplace=True)
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
reader.go 708 translations := [4]struct {
717 for t, translation := range translations {
  /prebuilts/go/linux-x86/src/image/jpeg/
reader.go 708 translations := [4]struct {
717 for t, translation := range translations {
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar 
  /external/v8/src/
deoptimizer.cc 703 ByteArray* translations = input_data->TranslationByteArray(); local
707 TranslationIterator state_iterator(translations, translation_index);
759 // Tail caller frame translations do not produce output frames.
    [all...]
  /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 
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 146 Because the translations are unexported, a Go package should not
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 146 Because the translations are unexported, a Go package should not
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libexif/
configure     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]

Completed in 2727 milliseconds

1 2