HomeSort by relevance Sort by last modified time
    Searched refs:Translation (Results 51 - 70 of 70) sorted by null

1 23

  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 45 printed out, with the relevant Translation from each MessageCliques being used
326 # for translation.
638 the translation for language 'lang'.
651 and there is no translation for the requested language.
  /external/llvm/include/llvm/Option/
ArgList.h 216 /// @name Translation Utilities
253 const char *Translation,
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 237 template<typename Scalar,int Dim> class Translation;
  /external/chromium_org/v8/src/
deoptimizer.h 407 // the next command. Returns false if translation of the command failed
752 class Translation BASE_EMBEDDED {
776 Translation(TranslationBuffer* buffer, int frame_count, int jsframe_count,
objects.cc     [all...]
  /external/v8/src/
objects.cc     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_transform.js 213 // Translation table to form CSS-compatible cursor style.
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 63 /** type of a read/write reference to the translation part of the rotation */
65 /** type of a read/write reference to the translation part of the rotation */
67 /** corresponding translation type */
68 typedef Translation<Scalar,Dim> TranslationType;
108 transform->translation().setZero();
152 /** \returns a read-only expression of the translation vector of the transformation */
153 inline ConstTranslationPart translation() const { return m_matrix.template block<Dim,1>(0,Dim); } function in class:Eigen::Transform
154 /** \returns a writable expression of the translation vector of the transformation */
155 inline TranslationPart translation() { return m_matrix.template block<Dim,1>(0,Dim); } function in class:Eigen::Transform
426 /** Applies on the right the translation matrix represented by the vector \a othe
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 574 Translation* translation) {
577 // The translation includes one command per value in the environment.
582 WriteTranslation(environment->outer(), translation);
587 : Translation::kSelfLiteralId;
591 translation->BeginJSFrame(environment->ast_id(), closure_id, height);
594 translation->BeginConstructStubFrame(closure_id, translation_size);
599 translation->BeginGetterStubFrame(closure_id);
604 translation->BeginSetterStubFrame(closure_id);
607 translation->BeginCompiledStubFrame()
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.cc 560 Translation* translation) {
563 // The translation includes one command per value in the environment.
568 WriteTranslation(environment->outer(), translation);
573 : Translation::kSelfLiteralId;
577 translation->BeginJSFrame(environment->ast_id(), closure_id, height);
580 translation->BeginConstructStubFrame(closure_id, translation_size);
585 translation->BeginGetterStubFrame(closure_id);
590 translation->BeginSetterStubFrame(closure_id);
593 translation->BeginCompiledStubFrame()
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc 466 Translation* translation) {
469 // The translation includes one command per value in the environment.
474 WriteTranslation(environment->outer(), translation);
479 : Translation::kSelfLiteralId;
483 translation->BeginJSFrame(environment->ast_id(), closure_id, height);
486 translation->BeginConstructStubFrame(closure_id, translation_size);
491 translation->BeginGetterStubFrame(closure_id);
496 translation->BeginSetterStubFrame(closure_id);
499 translation->BeginArgumentsAdaptorFrame(closure_id, translation_size)
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 94 * linear & translation\\
103 * with any other transformations (Transform,Translation,RotationBase,Matrix)
114 * \b Translation t (Dim)x(1):
210 /** type of a read/write reference to the translation part of the rotation */
212 /** type of a read reference to the translation part of the rotation */
214 /** corresponding translation type */
215 typedef Translation<Scalar,Dim> TranslationType;
332 translation() = other.translation();
381 /** \returns a read-only expression of the translation vector of the transformation *
382 inline ConstTranslationPart translation() const { return ConstTranslationPart(m_matrix,0,Dim); } function in class:Eigen::Transform
384 inline TranslationPart translation() { return TranslationPart(m_matrix,0,Dim); } function in class:Eigen::Transform
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
util.js 529 // Translation identifiers for size units.
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 472 Translation* translation) {
475 // The translation includes one command per value in the environment.
480 WriteTranslation(environment->outer(), translation);
484 translation->BeginJSFrame(environment->ast_id(), closure_id, height);
487 translation->BeginConstructStubFrame(closure_id, translation_size);
490 translation->BeginArgumentsAdaptorFrame(closure_id, translation_size);
502 translation->MarkDuplicate();
503 AddToTranslation(translation,
509 translation->MarkDuplicate()
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 361 Translation* translation) {
364 // The translation includes one command per value in the environment.
369 WriteTranslation(environment->outer(), translation);
373 translation->BeginJSFrame(environment->ast_id(), closure_id, height);
376 translation->BeginConstructStubFrame(closure_id, translation_size);
379 translation->BeginArgumentsAdaptorFrame(closure_id, translation_size);
391 translation->MarkDuplicate();
392 AddToTranslation(translation,
398 translation->MarkDuplicate()
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 440 Translation* translation) {
443 // The translation includes one command per value in the environment.
448 WriteTranslation(environment->outer(), translation);
452 translation->BeginJSFrame(environment->ast_id(), closure_id, height);
455 translation->BeginConstructStubFrame(closure_id, translation_size);
458 translation->BeginArgumentsAdaptorFrame(closure_id, translation_size);
470 translation->MarkDuplicate();
471 AddToTranslation(translation,
477 translation->MarkDuplicate()
    [all...]
  /external/v8/src/x64/
lithium-codegen-x64.cc 361 Translation* translation) {
364 // The translation includes one command per value in the environment.
369 WriteTranslation(environment->outer(), translation);
373 translation->BeginJSFrame(environment->ast_id(), closure_id, height);
376 translation->BeginConstructStubFrame(closure_id, translation_size);
379 translation->BeginArgumentsAdaptorFrame(closure_id, translation_size);
391 translation->MarkDuplicate();
392 AddToTranslation(translation,
398 translation->MarkDuplicate()
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 731 Translation* translation) {
734 // The translation includes one command per value in the environment.
739 WriteTranslation(environment->outer(), translation);
744 : Translation::kSelfLiteralId;
747 translation->BeginJSFrame(environment->ast_id(), closure_id, height);
750 translation->BeginConstructStubFrame(closure_id, translation_size);
755 translation->BeginGetterStubFrame(closure_id);
760 translation->BeginSetterStubFrame(closure_id);
763 translation->BeginArgumentsAdaptorFrame(closure_id, translation_size)
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/bison/
configure     [all...]

Completed in 712 milliseconds

1 23