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

1 2 3 4 5 6 7 8 910

  /external/selinux/python/sepolgen/src/sepolgen/
sepolgeni18n.py 22 t = gettext.translation( 'yumex' )
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
sepolgeni18n.py 22 t = gettext.translation( 'yumex' )
  /external/r8/src/main/java/com/android/tools/r8/naming/
ClassRenamingMapper.java 9 * Provides a translation between class names based on a source and target proguard map.
14 * <li> {@link #translation} a bidirectional mapping between obfuscated names on the source
42 ImmutableBiMap<String, String> translation = translationBuilder.build(); local
44 .copyOf(Sets.difference(targetObfuscatedToOriginal.keySet(), translation.values()));
46 return new ClassRenamingMapper(translation, newClasses.build(), unusedNames);
53 public final ImmutableBiMap<String, String> translation; field in class:ClassRenamingMapper
65 private ClassRenamingMapper(ImmutableBiMap<String, String> translation,
67 this.translation = translation;
75 builder.append("Translation:\n\n")
    [all...]
  /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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
Light.java 77 public synchronized void updateLightPosition(float[] translation) {
79 Matrix.translateM(getModelMatrix(), 0, translation[X], translation[Y], translation[Z]); local
ConeRenderable.java 102 public void updateModelMatrix(float[] translation, float[] rotation, float[] lookAtPosition) {
103 mModelMatrixCalculator.updateModelMatrix(translation, rotation, lookAtPosition);
106 public void setDevice2IMUMatrix(float[] translation, float[] quaternion) {
107 mModelMatrixCalculator.setDevice2IMUMatrix(translation, quaternion);
110 public void setColorCamera2IMUMatrix(float[] translation, float[] quaternion) {
111 mModelMatrixCalculator.setColorCamera2IMUMatrix(translation, quaternion);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/PoseProvider/
PoseData.java 19 /** Index of the X-value in the translation array. */
21 /** Index of the Y-value in the translation array. */
23 /** Index of the Z-value in the translation array. */
53 * Translation, ordered x, y, z, of the pose of the target frame relative to the reference
70 public PoseData(float[] translation, float[] rotation, long timestamp){
76 mTranslation[0] = translation[0];
77 mTranslation[1] = translation[1];
78 mTranslation[2] = translation[2];
95 * Convenience function to get the translation casted as an array of floats.
97 * @return The pose 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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
ModelMatrixCalculator.java 29 * Utility class to manage the calculation of a Model Matrix from the translation and quaternion
67 * @param translationInOpenGlCoordinates latest translation from pose data in OpenGl coordinate
120 * Updates the model matrix (rotation and translation).
122 * @param translation a three-element array of translation data.
125 public void updateModelMatrix(float[] translation, float[] quaternion) {
126 float[] convertedTranslation = MathsUtils.convertToOpenGlCoordinates(translation, mToRotate);
130 public void setDevice2IMUMatrix(float[] translation, float[] quaternion) {
132 mDevice2IMUMatrix[MATRIX_4X4_TRANSLATION_X] = translation[X];
133 mDevice2IMUMatrix[MATRIX_4X4_TRANSLATION_Y] = translation[Y]
    [all...]
ConeModelMatrixCalculator.java 38 public void updateModelMatrix(float[] translation, float[] quaternion, float[] lookAtPosition) {
39 float[] convertedTranslation = MathsUtils.convertToOpenGlCoordinates(translation, mToRotate);
43 // Extract the information we need from calculated model matrix. (Just the translation).
67 // Apply translation to the look at matrix.
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
SwipeButtonHelper.java 48 private float translation; field in class:SwipeButtonHelper
168 translationOnDown = translation;
343 float translation = getTranslationFromRadius(newRadius);
344 SwipeButtonHelper.this.translation = right ? -translation : translation;
360 // We snap back if the current translation is not far enough
364 boolean velIsInWrongDirection = vel * translation < 0;
367 fling(vel, snapBack || forceSnapBack, translation < 0);
371 return Math.abs(translation) < Math.abs(translationOnDown) + getMinTranslationAmount()
485 float translation = (circleSize - minBackgroundRadius) \/ BACKGROUND_RADIUS_SCALE_FACTOR; local
    [all...]
  /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);
  /frameworks/base/services/core/java/com/android/server/wm/animation/
ClipRectTBAnimation.java 28 * set on the transform already. In addition to that, information about a vertical translation
30 * of before applying the translation.
53 // Hack: Because translation animation has a different interpolator, we need to duplicate
77 int translation =
81 mFromRect.top - translation + (int) ((mToRect.top - mFromRect.top) * it),
83 mFromRect.bottom - translation + (int) ((mToRect.bottom - mFromRect.bottom) * it));
  /external/v8/src/crankshaft/
lithium-codegen.cc 219 Translation* translation) {
229 translation->BeginJSFrame(environment->ast_id(), shared_id, height);
231 translation->StoreJSFrameFunction();
234 translation->StoreLiteral(closure_id);
242 translation->BeginConstructStubFrame(BailoutId::ConstructStubInvoke(),
245 translation->StoreJSFrameFunction();
248 translation->StoreLiteral(closure_id);
258 translation->BeginGetterStubFrame(shared_id);
260 translation->StoreJSFrameFunction()
    [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/freetype/src/cff/
cf2intrp.h 70 const FT_Vector* translation,
  /external/pdfium/third_party/freetype/src/cff/
cf2intrp.h 70 const FT_Vector* translation,
  /frameworks/base/telephony/java/com/android/internal/telephony/
Sms7BitEncodingTranslator.java 56 * if true and some error occurs during translation, an exception
101 * corresponding character, based on the translation table or white
102 * space, if no mapping is found in the translation table for such
108 Rlog.v(TAG, "No translation needed for " + Integer.toHexString(c));
115 * present on translation table, c does not belong to Unicode Latin-1
120 int translation = -1; local
123 translation = mTranslationTableCommon.get(c, -1);
126 if (translation == -1) {
129 translation = mTranslationTableCDMA.get(c, -1);
133 translation = mTranslationTableGSM.get(c, -1)
    [all...]
  /external/v8/src/compiler/
code-generator.cc 690 Translation* translation, InstructionOperandIterator* iter) {
692 // If translation is null, we just skip the relevant instruction operands.
694 if (translation != nullptr) {
695 translation->BeginCapturedObject(static_cast<int>(nested->size()));
698 TranslateStateValueDescriptor(field.desc, field.nested, translation,
702 if (translation != nullptr) {
703 translation->BeginArgumentsObject(0);
706 if (translation != nullptr) {
707 translation->DuplicateObject(static_cast<int>(desc->id()))
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardAffordanceHelper.java 303 float translation = getTranslationFromRadius(newRadius);
304 mTranslation = right ? -translation : translation;
320 // We snap back if the current translation is not far enough
376 private void setTranslation(float translation, boolean isReset, boolean animateReset) {
377 translation = rightSwipePossible() ? translation : Math.max(0, translation);
378 translation = leftSwipePossible() ? translation : Math.min(0, translation)
425 float translation = (circleSize - mMinBackgroundRadius) local
    [all...]
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
NotificationSwipeActionHelper.java 55 public boolean swipedFarEnough(float translation, float viewSize);
57 public boolean swipedFastEnough(float translation, float velocity);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 41 * it is moved. Otherwise, the translation is set on the {@code ExpandableOutlineView} itself.
48 int translation = mShouldTranslateContents ? (int) getTranslation() : 0;
50 outline.setRoundRect(translation,
52 getWidth() + translation,
  /external/v8/src/inspector/
wasm-translation.cc 5 #include "src/inspector/wasm-translation.h"
24 WasmTranslation* translation; member in struct:WasmTranslation::TranslatorImpl::TransLocation
28 TransLocation(WasmTranslation* translation, String16 script_id, int line,
30 : translation(translation),
61 void Init(Isolate* isolate, WasmTranslation* translation,
73 AddFakeScript(isolate, script_id, func_idx, translation, agent);
109 v8::Isolate* isolate = loc->translation->isolate_;
180 int func_idx, WasmTranslation* translation,
195 V8DebuggerScript::CreateWasm(isolate, translation, script
    [all...]
  /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 ));

Completed in 848 milliseconds

1 2 3 4 5 6 7 8 910