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

1 2 3 4

  /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/libxcam/xcore/
meta_data.h 54 double translation[3]; member in struct:XCam::DevicePose
60 xcam_mem_clear (translation);
image_projector.cpp 250 const std::vector<Vec3d> &translation)
252 if (pose_ts.empty () || orientation.empty () || translation.empty ()) {
285 std::vector<Vec3d> translation; local
298 translation.push_back (Vec3d (pose->translation[0],
299 pose->translation[1],
300 pose->translation[2]));
  /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
  /external/autotest/frontend/client/src/autotest/afe/
JobStatusDataSource.java 53 String translation = translateStatus(status); local
54 queueEntry.put("status", new JSONString(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 EIGEN_DEVICE_FUNC Translation() {}
56 EIGEN_DEVICE_FUNC inline Translation(const Scalar& sx, const Scalar& sy)
63 EIGEN_DEVICE_FUNC 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 EIGEN_DEVICE_FUNC explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {
90 EIGEN_DEVICE_FUNC const VectorType& translation() const { return m_coeffs; } function in class:Eigen::Translation
91 EIGEN_DEVICE_FUNC VectorType& translation() { return m_coeffs; } function in class:Eigen::Translation
    [all...]
  /external/skia/bench/
MultitextureImageBench.cpp 70 SkVector translate = this->translation(i * kNumImages + j);
93 SkVector translation(int i) const { function in class:MultitextureImages
  /external/skqp/bench/
MultitextureImageBench.cpp 70 SkVector translate = this->translation(i * kNumImages + j);
93 SkVector translation(int i) const { function in class:MultitextureImages
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
gettext.py 54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
461 # a mapping between absolute .mo file path and Translation object
464 def translation(domain, localedir=None, languages=None, function
472 raise IOError(ENOENT, 'No translation file found for domain', domain)
482 # Copy the translation object to allow setting fallbacks and
496 t = translation(domain, localedir, fallback=True, codeset=codeset)
532 t = translation(domain, _localedirs.get(domain, None),
540 t = translation(domain, _localedirs.get(domain, None),
548 t = translation(domain, _localedirs.get(domain, None),
559 t = translation(domain, _localedirs.get(domain, None),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gettext.py 54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
458 # a mapping between absolute .mo file path and Translation object
461 def translation(domain, localedir=None, languages=None, function
469 raise IOError(ENOENT, 'No translation file found for domain', domain)
479 # Copy the translation object to allow setting fallbacks and
493 t = translation(domain, localedir, fallback=True, codeset=codeset)
529 t = translation(domain, _localedirs.get(domain, None),
537 t = translation(domain, _localedirs.get(domain, None),
545 t = translation(domain, _localedirs.get(domain, None),
556 t = translation(domain, _localedirs.get(domain, None),
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.cpp 713 const Vec2& translation = translations[quadNdx]; local
718 Vec4(translation.x(), translation.y(), 0.0f, 1.0f),
723 Vec4(translation.x(), translation.y() + quadSize, 0.0f, 1.0f),
728 Vec4(translation.x() + quadSize, translation.y(), 0.0f, 1.0f),
733 Vec4(translation.x() + quadSize, translation.y() + quadSize, 0.0f, 1.0f),
  /external/freetype/src/psaux/
psfont.c 337 /* include Fontmatrix but ignore translation */
343 /* save client transform, without the translation */
494 FT_Vector translation; local
507 translation.x = transform->tx;
508 translation.y = transform->ty;
526 /* build the outline, passing the full translation */
530 &translation,
557 /* FreeType just wants the advance width; there is no translation */
  /prebuilts/gdb/darwin-x86/lib/python2.7/
gettext.py 54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
458 # a mapping between absolute .mo file path and Translation object
461 def translation(domain, localedir=None, languages=None, function
469 raise IOError(ENOENT, 'No translation file found for domain', domain)
479 # Copy the translation object to allow setting fallbacks and
493 t = translation(domain, localedir, fallback=True, codeset=codeset)
529 t = translation(domain, _localedirs.get(domain, None),
537 t = translation(domain, _localedirs.get(domain, None),
545 t = translation(domain, _localedirs.get(domain, None),
556 t = translation(domain, _localedirs.get(domain, None)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
gettext.py 54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
458 # a mapping between absolute .mo file path and Translation object
461 def translation(domain, localedir=None, languages=None, function
469 raise IOError(ENOENT, 'No translation file found for domain', domain)
479 # Copy the translation object to allow setting fallbacks and
493 t = translation(domain, localedir, fallback=True, codeset=codeset)
529 t = translation(domain, _localedirs.get(domain, None),
537 t = translation(domain, _localedirs.get(domain, None),
545 t = translation(domain, _localedirs.get(domain, None),
556 t = translation(domain, _localedirs.get(domain, None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
458 # a mapping between absolute .mo file path and Translation object
461 def translation(domain, localedir=None, languages=None, function
469 raise IOError(ENOENT, 'No translation file found for domain', domain)
479 # Copy the translation object to allow setting fallbacks and
493 t = translation(domain, localedir, fallback=True, codeset=codeset)
529 t = translation(domain, _localedirs.get(domain, None),
537 t = translation(domain, _localedirs.get(domain, None),
545 t = translation(domain, _localedirs.get(domain, None),
556 t = translation(domain, _localedirs.get(domain, None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
458 # a mapping between absolute .mo file path and Translation object
461 def translation(domain, localedir=None, languages=None, function
469 raise IOError(ENOENT, 'No translation file found for domain', domain)
479 # Copy the translation object to allow setting fallbacks and
493 t = translation(domain, localedir, fallback=True, codeset=codeset)
529 t = translation(domain, _localedirs.get(domain, None),
537 t = translation(domain, _localedirs.get(domain, None),
545 t = translation(domain, _localedirs.get(domain, None),
556 t = translation(domain, _localedirs.get(domain, None)
    [all...]
  /external/python/cpython2/Lib/
gettext.py 54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
534 # a mapping between absolute .mo file path and Translation object
537 def translation(domain, localedir=None, languages=None, function
545 raise IOError(ENOENT, 'No translation file found for domain', domain)
555 # Copy the translation object to allow setting fallbacks and
569 t = translation(domain, localedir, fallback=True, codeset=codeset)
605 t = translation(domain, _localedirs.get(domain, None),
613 t = translation(domain, _localedirs.get(domain, None),
621 t = translation(domain, _localedirs.get(domain, None),
632 t = translation(domain, _localedirs.get(domain, None)
    [all...]
  /external/python/cpython3/Lib/
gettext.py 54 'find', 'translation', 'install', 'textdomain', 'bindtextdomain',
498 # a mapping between absolute .mo file path and Translation object
501 def translation(domain, localedir=None, languages=None, function
509 raise OSError(ENOENT, 'No translation file found for domain', domain)
519 # Copy the translation object to allow setting fallbacks and
533 t = translation(domain, localedir, fallback=True, codeset=codeset)
569 t = translation(domain, _localedirs.get(domain, None),
577 t = translation(domain, _localedirs.get(domain, None),
585 t = translation(domain, _localedirs.get(domain, None),
596 t = translation(domain, _localedirs.get(domain, None)
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
frame_pair.cc 45 const Point2f translation = GetWeightedMedian(weights, deltas); local
47 *translation_x = translation.x;
48 *translation_y = translation.y;
52 FillScales(old_center, translation, weights, deltas);
150 const Point2f& translation,
165 const float dist2_x = (keypoint2.pos_.x - translation.x) - old_center.x;
166 const float dist2_y = (keypoint2.pos_.y - translation.y) - old_center.y;
  /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/v8/tools/turbolizer/
graph-view.js 1021 var translation = [-minX*scale, -minY*scale]; variable
1022 translation = graph.getVisibleTranslation(translation, scale);
1023 graph.translateClipped(translation, scale, transition);
1029 var translation = [0, 0]; variable
1030 translation = graph.getVisibleTranslation(translation, minScale);
1031 graph.translateClipped(translation, minScale);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
AppearAnimationUtils.java 100 float translation = translationScale * mStartTranslation; local
102 mAppearing ? translation : -translation,
118 float translation = translationScale * mStartTranslation; local
126 mAppearing ? translation : -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...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
KeyMaps.java 463 * during final translation.
670 String translation = sOutputForResultChar.get(c); local
671 if (translation == null) {
676 result.append(translation);

Completed in 402 milliseconds

1 2 3 4