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

1 2 3 4 5 6 7

  /external/chromium_org/remoting/webapp/
l10n.js 10 * 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 = chrome.i18n.getMessage(name)
    [all...]
  /external/chromium_org/tools/grit/grit/node/custom/
filename.py 22 def ValidateAndModify(self, lang, translation):
23 is_ok = self.Validate(translation)
24 self.ModifyEachTextPart(lang, translation)
filename_unittest.py 27 translation = tclib.Translation(id=msg.GetId(), text='Bilingo bolongo:')
28 c.AddTranslation(translation, 'fr')
  /external/libexif/test/nls/
test-nls.c 49 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/bison/lib/
gettext.h 103 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 = dcgettext (domain, msg_ctxt_id, category)
262 const char *translation; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettext.h 99 translation is done at a different place in the code.
148 const char *translation = dcgettext (domain, msg_ctxt_id, category); local
149 if (translation == msg_ctxt_id)
152 return translation;
168 const char *translation = local
170 if (translation == msg_ctxt_id || translation == msgid_plural)
173 return translation;
209 const char *translation; local
224 translation = dcgettext (domain, msg_ctxt_id, category)
255 const char *translation; local
    [all...]
  /external/chromium_org/tools/grit/grit/tool/
menu_from_parts.py 60 translation = []
68 translation = []
70 translation.append(xtb[id])
72 translation.append(part.GetPresentation())
74 if len(translation):
75 translations.append([message.GetId(), ''.join(translation)])
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DragListener.java 35 float translation = event.getY() - mStatePanelTrack.getTouchPoint().y; local
36 float alpha = 1.0f - (Math.abs(translation)
39 translation = event.getX() - mStatePanelTrack.getTouchPoint().x;
40 alpha = 1.0f - (Math.abs(translation)
42 mStatePanelTrack.getCurrentView().setTranslationX(translation);
44 mStatePanelTrack.getCurrentView().setTranslationY(translation);
  /external/chromium_org/chromeos/network/onc/
onc_translator_unittest.cc 23 // 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/
RenderSVGTransformableContainer.cpp 91 FloatSize translation(
94 if (translation != m_lastTranslation)
96 m_lastTranslation = translation;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 269 float translation = getTranslationFromRadius(newRadius);
270 mTranslation = right ? -translation : translation;
286 // We snap back if the current translation is not far enough
333 private void setTranslation(float translation, boolean isReset, boolean animateReset) {
334 translation = rightSwipePossible() ? translation : Math.max(0, translation);
335 translation = leftSwipePossible() ? translation : Math.min(0, translation)
    [all...]
  /external/chromium_org/tools/grit/grit/
clique.py 114 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)
199 This callback will create Translation objects for each message from
210 if debug: print "Ignoring translation #%s" % i
    [all...]
  /external/deqp/framework/common/
tcuMatrixUtil.hpp 34 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)
53 res(row, Len) = translation.m_data[row];
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 649 Point translation = MasterImage.getImage().getTranslation(); local
650 translation.x = (int) (originalTranslation.x + translateX);
651 translation.y = (int) (originalTranslation.y + translateY);
652 MasterImage.getImage().setTranslation(translation);
678 Point translation = MasterImage.getImage().getTranslation(); local
679 constrainTranslation(translation, scaleFactor);
680 MasterImage.getImage().setTranslation(translation);
704 Point translation = MasterImage.getImage().getTranslation();
705 translation.x = (Integer) animation.getAnimatedValue();
706 MasterImage.getImage().setTranslation(translation);
725 Point translation = MasterImage.getImage().getTranslation(); local
760 Point translation = MasterImage.getImage().getTranslation(); local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cf2intrp.h 70 const FT_Vector* translation,
  /external/freetype/src/cff/
cf2intrp.h 70 const FT_Vector* translation,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2intrp.h 70 const FT_Vector* translation,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Sms7BitEncodingTranslator.java 56 * if true and some error occurs during translation, an exception
100 * corresponding character, based on the translation table or white
101 * space, if no mapping is found in the translation table for such
107 Rlog.v(TAG, "No translation needed for " + Integer.toHexString(c));
114 * present on translation table, c does not belong to Unicode Latin-1
119 int translation = -1; local
122 translation = mTranslationTableCommon.get(c, -1);
125 if (translation == -1) {
128 translation = mTranslationTableCDMA.get(c, -1);
132 translation = mTranslationTableGSM.get(c, -1)
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AnimationHelper.java 167 // A translation is required to move the View into place.
168 int translation = heightDifference; local
183 view.setTranslationY(translation);
184 view.setY(topEnd + translation);
186 PropertyValuesHolder.ofFloat("translationY", translation, 0.0f);
189 PropertyValuesHolder.ofFloat("translationY", 0.0f, -translation);
  /external/chromium_org/ash/rotator/
screen_rotation.cc 85 scoped_ptr<ui::InterpolatedTransform> translation(
102 translation->SetChild(scale_up.release());
103 rotation->SetChild(translation.release());
  /external/chromium_org/remoting/ios/ui/
scene_view.h 114 // Applies translation and zoom. Translation is bounded to screen edges.
117 - (void)panAndZoom:(CGPoint)translation scaleBy:(float)scale;
124 - (void)updateMousePositionAndAnchorsWithTranslation:(CGPoint)translation
137 + (int)positionDeltaFromTranslation:(int)translation
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
nav_math_description.js 31 * domain Domain for translation.
32 * style Style for translation.
  /external/chromium_org/third_party/sqlite/src/test/
wal_common.tcl 67 fconfigure $fd -translation binary
75 fconfigure $fd -translation binary
  /external/opencv/cv/src/
cvposit.cpp 114 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/
Translation.h 17 * \class Translation
19 * \brief Represents a translation transformation
24 * \note This class is not aimed to be used to store a translation transformation,
30 class Translation
54 Translation() {}
56 inline Translation(const Scalar& sx, const Scalar& sy)
63 inline Translation(const Scalar& sx, const Scalar& sy, const Scalar& sz)
70 /** Constructs and initialize the translation transformation from a vector of translation coefficients */
71 explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {
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...]

Completed in 812 milliseconds

1 2 3 4 5 6 7