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

1 2 3 45 6 7 8 910

  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 142 // Emit frame translation commands for an environment.
143 void WriteTranslation(LEnvironment* environment, Translation* translation);
245 Translation* translation,
lithium-codegen-x87.cc 763 Translation* translation) {
766 // The translation includes one command per value in the environment.
769 WriteTranslation(environment->outer(), translation);
770 WriteTranslationFrame(environment, translation);
777 translation,
788 Translation* translation,
798 translation->DuplicateObject(dupe_of);
803 translation->BeginArgumentsObject(object_length)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripLayout.java 69 // We use this to record the current translation position instead of using
70 // the real value because we might set the translation before onMeasure()
353 // filmstrip view. To do so, on our first translation, jump the filmstrip view
354 // to the correct position, and then smoothly animate the translation from that
497 * Adjust the target width and translation calculation when we start translating
526 float translation = mFilmstripContentLayout.getTranslationX() - mOffset; local
527 if (translation == width) {
  /packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
TemperatureBarOverlay.java 384 float translation = (float) animation.getAnimatedValue();
385 mTemperatureBar.setTranslationY(translation);
  /external/eigen/Eigen/src/Geometry/
Hyperplane.h 245 offset() -= normal().dot(t.translation());
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 145 # Compile a list of translation classes to all supported languages.
146 # The first translation is always a NullTranslations.
150 trans = gettext.translation ("options", localedir, [lang])
  /external/pdfium/third_party/freetype/src/cff/
cf2intrp.c 425 const FT_Vector* translation,
501 translation );
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
dual_quaternion.hpp 72 GLM_FUNC_DECL tdualquat(tquat<T, P> const & orientation,tvec3<T, P> const& translation);
195 /// Converts a 3 * 4 matrix (augmented matrix rotation + translation) to a quaternion.
  /external/syslinux/diag/geodsp/
geodspms.asm 20 ; Display geometry translation info for diagnosing misconceptions
  /prebuilts/go/darwin-x86/src/image/internal/imageutil/
gen.go 57 // translation of r from dst coordinate space to src coordinate space is
  /prebuilts/go/linux-x86/src/image/internal/imageutil/
gen.go 57 // translation of r from dst coordinate space to src coordinate space is
  /external/freetype/src/cff/
cf2intrp.c 466 const FT_Vector* translation,
547 translation );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/sound/
emu10k1.h 282 unsigned int translation; /* translation type (EMU10K1_GPR_TRANSLATION*) */ member in struct:__anon54326
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/sound/
emu10k1.h 282 unsigned int translation; /* translation type (EMU10K1_GPR_TRANSLATION*) */ member in struct:__anon56198
  /toolchain/binutils/binutils-2.25/include/opcode/
m68hc11.h 439 const char* translation; member in struct:m68hc12_opcode_alias
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 94 * Dialog which adds a new translation to the project
190 translationColumn.setText("New Translation");
245 // Default translation
256 // New translation
257 String translation = mTranslations.get(item.getName());
258 if (translation != null) {
259 cell.setText(translation);
374 /** Actually create the new translation file and write it to disk */
570 /** Editing support for the translation column */
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 574 Translation* translation) {
577 // The translation includes one command per value in the environment.
580 WriteTranslation(environment->outer(), translation);
581 WriteTranslationFrame(environment, translation);
588 environment, translation, value, environment->HasTaggedValueAt(i),
595 Translation* translation,
605 translation->DuplicateObject(dupe_of);
610 translation->BeginArgumentsObject(object_length)
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 245 Translation* translation) {
248 // The translation includes one command per value in the environment.
251 WriteTranslation(environment->outer(), translation);
252 WriteTranslationFrame(environment, translation);
259 environment, translation, value, environment->HasTaggedValueAt(i),
266 Translation* translation,
276 translation->DuplicateObject(dupe_of);
281 translation->BeginArgumentsObject(object_length)
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 495 Translation* translation) {
498 // The translation includes one command per value in the environment.
501 WriteTranslation(environment->outer(), translation);
502 WriteTranslationFrame(environment, translation);
509 environment, translation, value, environment->HasTaggedValueAt(i),
516 Translation* translation,
526 translation->DuplicateObject(dupe_of);
531 translation->BeginArgumentsObject(object_length)
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 590 Translation* translation) {
593 // The translation includes one command per value in the environment.
596 WriteTranslation(environment->outer(), translation);
597 WriteTranslationFrame(environment, translation);
604 environment, translation, value, environment->HasTaggedValueAt(i),
611 Translation* translation,
621 translation->DuplicateObject(dupe_of);
626 translation->BeginArgumentsObject(object_length)
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 578 Translation* translation) {
581 // The translation includes one command per value in the environment.
584 WriteTranslation(environment->outer(), translation);
585 WriteTranslationFrame(environment, translation);
592 environment, translation, value, environment->HasTaggedValueAt(i),
599 Translation* translation,
609 translation->DuplicateObject(dupe_of);
614 translation->BeginArgumentsObject(object_length)
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 562 Translation* translation) {
565 // The translation includes one command per value in the environment.
568 WriteTranslation(environment->outer(), translation);
569 WriteTranslationFrame(environment, translation);
576 environment, translation, value, environment->HasTaggedValueAt(i),
583 Translation* translation, LOperand* op,
591 translation->DuplicateObject(dupe_of);
596 translation->BeginArgumentsObject(object_length)
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 532 Translation* translation) {
535 // The translation includes one command per value in the environment.
538 WriteTranslation(environment->outer(), translation);
539 WriteTranslationFrame(environment, translation);
546 environment, translation, value, environment->HasTaggedValueAt(i),
552 Translation* translation, LOperand* op,
560 translation->DuplicateObject(dupe_of);
565 translation->BeginArgumentsObject(object_length)
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 517 Translation* translation) {
520 // The translation includes one command per value in the environment.
523 WriteTranslation(environment->outer(), translation);
524 WriteTranslationFrame(environment, translation);
531 environment, translation, value, environment->HasTaggedValueAt(i),
538 Translation* translation,
548 translation->DuplicateObject(dupe_of);
553 translation->BeginArgumentsObject(object_length)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 1675 float translation = NotificationUtils.interpolate(-mQsMinExpansionHeight, 0, local
    [all...]

Completed in 1289 milliseconds

1 2 3 45 6 7 8 910