HomeSort by relevance Sort by last modified time
    Searched defs:my (Results 1 - 24 of 24) sorted by null

  /ndk/build/core/
build-executable.mk 28 my := TARGET_ macro
build-shared-library.mk 28 my := TARGET_ macro
build-static-library.mk 27 my := TARGET_ macro
build-binary.mk 24 my := TARGET_ macro
46 $($(my)OBJS)
91 LOCAL_LDFLAGS += $($(my)NO_UNDEFINED_LDFLAGS)
98 LOCAL_CFLAGS += $($(my)NO_EXECUTE_CFLAGS)
99 LOCAL_LDFLAGS += $($(my)NO_EXECUTE_LDFLAGS)
definitions.mk 655 # Macro : my-dir
657 # Usage : $(my-dir)
659 my-dir = $(call parent-dir,$(lastword $(MAKEFILE_LIST)))
675 all-subdir-makefiles = $(call all-makefiles-under,$(call my-dir))
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathValidatorResultTest.java 329 MyPKIXCertPathBuilderResult my = new MyPKIXCertPathBuilderResult(ta, local
331 MyPKIXCertPathBuilderResult myClone = (MyPKIXCertPathBuilderResult) my
333 assertSame(my.getPolicyTree(), myClone.getPolicyTree());
334 assertSame(my.getPublicKey(), myClone.getPublicKey());
335 assertSame(my.getTrustAnchor(), myClone.getTrustAnchor());
336 assertSame(my.enc, myClone.enc);
  /external/quake/quake/src/WinQuake/
in_dos.cpp 278 int mx, my; local
286 my = (short)regs.x.dx;
291 mouse_y = (my + old_mouse_y) * 0.5;
296 mouse_y = my;
299 old_mouse_y = my;
gl_vidlinux.cpp 94 int mx, my; variable
715 my += dy;
821 mouse_y = (my + old_mouse_y) * 0.5;
826 mouse_y = my;
829 old_mouse_y = my;
830 mx = my = 0; // clear for next update
vid_svgalib.cpp 95 int mx, my; variable
827 my += dy;
936 mouse_y = (my + old_mouse_y) * 0.5;
941 mouse_y = my;
944 old_mouse_y = my;
945 mx = my = 0; // clear for next update
gl_vidandroid.cpp 29 int mx, my; variable
669 my += (int) gGestureDetector.scrollY();
687 my += (int) (20.0f * y);
747 mouse_y = (my + old_mouse_y) * 0.5;
753 mouse_y = my;
756 old_mouse_y = my;
757 mx = my = 0; // clear for next update
gl_vidlinuxglx.cpp 62 static int mx, my; variable
357 my += (event.xmotion.y + win_y) * 2;
362 my += ((int)event.xmotion.y - mwy) * 2;
366 if (mx || my)
434 mx = my = 0; // don't spazz
957 my = (my + old_mouse_y) * 0.5;
960 old_mouse_y = my;
963 my *= sensitivity.value;
976 cl.viewangles[PITCH] += m_pitch.value * my;
    [all...]
in_win.cpp 583 int mx, my; local
596 my = 0;
627 my += od.dwData;
675 my = current_pos.y - window_center_y + my_accum;
680 //if (mx || my)
681 // Con_DPrintf("mx=%d, my=%d\n", mx, my);
686 mouse_y = (my + old_mouse_y) * 0.5;
691 mouse_y = my;
695 old_mouse_y = my;
756 int mx, my; local
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidlinux.c 95 int mx, my; variable
663 my += dy;
769 mouse_y = (my + old_mouse_y) * 0.5;
774 mouse_y = my;
777 old_mouse_y = my;
778 mx = my = 0; // clear for next update
gl_vidlinux_svga.c 93 int mx, my; variable
701 my += dy;
807 mouse_y = (my + old_mouse_y) * 0.5;
812 mouse_y = my;
815 old_mouse_y = my;
816 mx = my = 0; // clear for next update
vid_svgalib.c 95 int mx, my; variable
840 my += dy;
949 mouse_y = (my + old_mouse_y) * 0.5;
954 mouse_y = my;
957 old_mouse_y = my;
958 mx = my = 0; // clear for next update
in_win.c 582 int mx, my; local
595 my = 0;
626 my += od.dwData;
674 my = current_pos.y - window_center_y + my_accum;
682 mouse_y = (my + old_mouse_y) * 0.5;
687 mouse_y = my;
691 old_mouse_y = my;
722 if (mx || my)
752 int mx, my; local
  /external/skia/src/core/
SkMatrix.cpp 852 SkScalar my = m.fMat[kMScaleY]; local
854 dst->fY = SkScalarMul(src->fY, my);
868 SkScalar my = m.fMat[kMScaleY]; local
872 dst->fY = SkScalarMulAdd(src->fY, my, ty);
886 SkScalar my = m.fMat[kMScaleY]; local
893 dst->fY = SkScalarMul(sx, ky) + SkScalarMul(sy, my);
906 SkScalar my = m.fMat[kMScaleY]; local
915 dst->fY = SkScalarMul(sx, ky) + SkScalarMulAdd(sy, my, ty);
    [all...]
SkPath.cpp 534 SkScalar my = SkScalarMul(ry, SK_ScalarRoot2Over2); local
550 this->quadTo( R, cy - sy, cx + mx, cy - my);
552 this->quadTo(cx - sx, T, cx - mx, cy - my);
554 this->quadTo( L, cy + sy, cx - mx, cy + my);
556 this->quadTo(cx + sx, B, cx + mx, cy + my);
559 this->quadTo( R, cy + sy, cx + mx, cy + my);
561 this->quadTo(cx - sx, B, cx - mx, cy + my);
563 this->quadTo( L, cy - sy, cx - mx, cy - my);
565 this->quadTo(cx + sx, T, cx + mx, cy - my);
    [all...]
  /system/core/libpixelflinger/
trap.cpp 552 const int32_t my = (miny << TRI_FRACTION_BITS) + TRI_HALF; local
554 int32_t ey0 = dy01 * (x0 - mx) - dx01 * (y0 - my);
555 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my);
556 int32_t ey2 = dy20 * (x2 - mx) - dx20 * (y2 - my);
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslsnce.c 1301 cacheDesc my; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
creststn.c 653 const UChar my[] = {0x0026,0x0027,0x0075,0x0027,0x0020,0x003d,0x0020,0x0027,0xff55,0x0027,0x0000}; /* &'\u0075' = '\uFF55' */ local
660 } else if(u_strcmp(my,str) != 0){
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 656 const UChar my[] = {0x0026,0x0027,0x0075,0x0027,0x0020,0x003d,0x0020,0x0027,0xff55,0x0027,0x0000}; /* &'\u0075' = '\uFF55' */ local
663 } else if(u_strcmp(my,str) != 0){
    [all...]
  /external/qemu/android/skin/
window.c 1427 int mx, my; local
    [all...]
  /build/core/
definitions.mk 111 define my-dir
147 $(call all-makefiles-under,$(call my-dir))
157 $(wildcard $(addsuffix /Android.mk, $(addprefix $(my-dir)/,$(1))))
    [all...]

Completed in 414 milliseconds