Searched refs:translation (Results 1 - 25 of 108) sorted by relevance

12345

/external/chromium_org/remoting/webapp/
H A Dl10n.js10 * translation exists.
18 var translation = chrome.i18n.getMessage(tag, opt_substitutions);
19 if (translation) {
20 return translation;
22 console.error('Missing translation for "' + tag + '"');
40 var translation = l10n.getTranslationOrError(tag, opt_substitutions);
42 element.innerHTML = translation;
44 element.innerText = translation;
46 return translation != null;
86 var translation
[all...]
/external/chromium_org/tools/grit/grit/node/custom/
H A Dfilename.py22 def ValidateAndModify(self, lang, translation):
23 is_ok = self.Validate(translation)
24 self.ModifyEachTextPart(lang, translation)
H A Dfilename_unittest.py27 translation = tclib.Translation(id=msg.GetId(), text='Bilingo bolongo:')
28 c.AddTranslation(translation, 'fr')
/external/libexif/test/nls/
H A Dtest-nls.c49 char *translation; local
76 puts("before translation");
77 translation = gettext(untranslated);
78 puts("after translation");
80 if (strcmp(expected, translation) != 0) {
86 "translation: %s\n"
87 "Error: translation != expected\n",
92 translation);
98 "translation: %s\n"
101 translation);
[all...]
/external/chromium_org/tools/grit/grit/tool/
H A Dmenu_from_parts.py60 translation = []
68 translation = []
70 translation.append(xtb[id])
72 translation.append(part.GetPresentation())
74 if len(translation):
75 translations.append([message.GetId(), ''.join(translation)])
/external/bison/lib/
H A Dgettext.h103 translation is done at a different place in the code.
152 const char *translation = dcgettext (domain, msg_ctxt_id, category); local
153 if (translation == msg_ctxt_id)
156 return translation;
172 const char *translation = local
174 if (translation == msg_ctxt_id || translation == msgid_plural)
177 return translation;
216 const char *translation; local
231 translation
262 const char *translation; local
[all...]
/external/chromium_org/tools/grit/grit/
H A Dclique.py114 def FindCliqueAndAddTranslation(self, translation, language):
115 '''Adds the specified translation to the clique with the source message
116 it is a translation of.
119 translation: tclib.Translation()
125 if translation.GetId() in self.cliques_:
126 for clique in self.cliques_[translation.GetId()]:
127 clique.AddTranslation(translation, language)
210 if debug: print "Ignoring translation #%s" % id
213 if debug: print "Adding translation #%s" % id
219 translation
[all...]
H A Dclique_unittest.py138 # Both of the above would share a translation.
139 translation = tclib.Translation(id=messages[0].GetId(),
148 clq.AddTranslation(translation, 'fr')
188 translation = tclib.Translation(id=message.GetId(), text='Bilingo bolongo')
189 c.AddTranslation(translation, 'fr')
253 def ValidateAndModify(self, lang, translation):
254 is_ok = self.Validate(translation)
255 self.ModifyEachTextPart(lang, translation)
/external/chromium_org/chromeos/network/onc/
H A Donc_translator_unittest.cc23 // Test the translation from ONC to Shill json.
32 scoped_ptr<base::DictionaryValue> translation(TranslateONCObjectToShill(
36 translation.get()));
65 // Note: This translation direction doesn't have to reconstruct all of the ONC
80 scoped_ptr<base::DictionaryValue> translation(TranslateShillServiceToONCPart(
84 translation.get()));
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGTransformableContainer.cpp91 FloatSize translation(
94 if (translation != m_lastTranslation)
96 m_lastTranslation = translation;
/external/deqp/framework/common/
H A DtcuMatrixUtil.hpp34 Matrix<T, Size+1, Size+1> translationMatrix (const Vector<T, Size>& translation);
47 // Builds a translation matrix for a homogenous coordinate system
49 inline Matrix<T, Len+1, Len+1> translationMatrix (const Vector<T, Len>& translation) argument
53 res(row, Len) = translation.m_data[row];
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2intrp.h70 const FT_Vector* translation,
/external/freetype/src/cff/
H A Dcf2intrp.h70 const FT_Vector* translation,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2intrp.h70 const FT_Vector* translation,
/external/chromium_org/v8/src/compiler/
H A Dcode-generator.cc302 Translation* translation, size_t frame_state_offset,
304 // Outer-most state must be added to translation first.
307 translation, frame_state_offset,
319 translation->BeginJSFrame(
324 translation->BeginArgumentsAdaptorFrame(
332 translation, instr,
339 AddTranslationForOperand(translation, instr, instr->OutputAt(0));
354 Translation translation(
357 BuildTranslationForFrameStateDescriptor(descriptor, instr, &translation,
363 descriptor->bailout_id(), translation
300 BuildTranslationForFrameStateDescriptor( FrameStateDescriptor* descriptor, Instruction* instr, Translation* translation, size_t frame_state_offset, OutputFrameStateCombine state_combine) argument
369 AddTranslationForOperand(Translation* translation, Instruction* instr, InstructionOperand* op) argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DAnimationHelper.java170 // A translation is required to move the View into place.
171 int translation = heightDifference;
186 view.setTranslationY(translation);
187 view.setY(topEnd + translation);
189 PropertyValuesHolder.ofFloat("translationY", translation, 0.0f);
192 PropertyValuesHolder.ofFloat("translationY", 0.0f, -translation);
/external/chromium_org/ash/rotator/
H A Dscreen_rotation.cc85 scoped_ptr<ui::InterpolatedTransform> translation(
102 translation->SetChild(scale_up.release());
103 rotation->SetChild(translation.release());
/external/chromium_org/remoting/webapp/unittests/
H A Dl10n_unittest.js19 var translation = l10n.getTranslationOrError('non_existent_tag');
20 equal(translation, 'non_existent_tag');
/external/chromium_org/chrome/installer/util/prebuild/
H A Dcreate_string_rc.py161 translations: A mapping of translation ids to strings.
168 translation_ids: a mapping of translation ids to their string
191 if name == 'translation':
197 if name == 'translation':
214 if message_text and containing_element == 'translation':
246 """A container of information about a single translation."""
247 def __init__(self, resource_id_str, language, translation):
250 self.translation = translation
263 # Compute a glob for the translation file
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dwal_common.tcl67 fconfigure $fd -translation binary
75 fconfigure $fd -translation binary
/external/opencv/cv/src/
H A Dcvposit.cpp114 CvMatr32f rotation, CvVect32f translation )
137 if( !translation )
237 translation[0] = imagePoints[0].x * invScale;
238 translation[1] = imagePoints[0].y * invScale;
239 translation[2] = 1 / inv_Z;
354 CvMatr32f rotation, CvVect32f translation )
361 rotation, translation ));
/external/eigen/Eigen/src/Geometry/
H A DTranslation.h19 * \brief Represents a translation transformation
24 * \note This class is not aimed to be used to store a translation transformation,
70 /** Constructs and initialize the translation transformation from a vector of translation coefficients */
73 /** \brief Retruns the x-translation by value. **/
75 /** \brief Retruns the y-translation by value. **/
77 /** \brief Retruns the z-translation by value. **/
80 /** \brief Retruns the x-translation as a reference. **/
82 /** \brief Retruns the y-translation as a reference. **/
84 /** \brief Retruns the z-translation a
90 const VectorType& translation() const { return m_coeffs; } function in class:Eigen::Translation
91 VectorType& translation() { return m_coeffs; } function in class:Eigen::Translation
[all...]
/external/eigen/test/eigen2/
H A Deigen2_hyperplane.cpp54 Translation<Scalar,HyperplaneType::AmbientDimAtCompileTime> translation(VectorType::Random());
63 VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot*scaling*translation)
64 .absDistance((rot*scaling*translation) * p1), Scalar(1) );
66 VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot*translation,Isometry)
67 .absDistance((rot*translation) * p1), Scalar(1) );
/external/eigen/test/
H A Dgeo_hyperplane.cpp54 Translation<Scalar,HyperplaneType::AmbientDimAtCompileTime> translation(VectorType::Random());
63 VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot*scaling*translation)
64 .absDistance((rot*scaling*translation) * p1), Scalar(1) );
66 VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot*translation,Isometry)
67 .absDistance((rot*translation) * p1), Scalar(1) );
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTranslation.h18 * \brief Represents a translation transformation
23 * \note This class is not aimed to be used to store a translation transformation,
75 /** Concatenates two translation */
79 /** Concatenates a translation and a scaling */
82 /** Concatenates a translation and a linear transformation */
89 /** Concatenates a linear transformation and a translation */
96 res.translation() = linear * t.m_coeffs;
102 /** Concatenates a translation and an affine transformation */
105 /** Applies translation to vector */
109 /** \returns the inverse translation (opposit
[all...]

Completed in 2141 milliseconds

12345