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

1 2

  /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
47 $($(my)OBJS)
49 $(cleantarget): PRIVATE_CLEAN_FILES := $($(my)OBJS)
103 LOCAL_LDFLAGS += $($(my)NO_UNDEFINED_LDFLAGS)
110 LOCAL_CFLAGS += $($(my)DISABLE_NO_EXECUTE_CFLAGS)
111 LOCAL_LDFLAGS += $($(my)DISABLE_NO_EXECUTE_LDFLAGS)
113 LOCAL_CFLAGS += $($(my)NO_EXECUTE_CFLAGS)
114 LOCAL_LDFLAGS += $($(my)NO_EXECUTE_LDFLAGS)
121 LOCAL_LDFLAGS += $($(my)DISABLE_RELRO_LDFLAGS)
123 LOCAL_LDFLAGS += $($(my)RELRO_LDFLAGS
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PKIXCertPathValidatorResultTest.java 275 MyPKIXCertPathBuilderResult my = new MyPKIXCertPathBuilderResult(ta, local
277 MyPKIXCertPathBuilderResult myClone = (MyPKIXCertPathBuilderResult) my
279 assertSame(my.getPolicyTree(), myClone.getPolicyTree());
280 assertSame(my.getPublicKey(), myClone.getPublicKey());
281 assertSame(my.getTrustAnchor(), myClone.getTrustAnchor());
282 assertSame(my.enc, myClone.enc);
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathValidatorResultTest.java 269 MyPKIXCertPathBuilderResult my = new MyPKIXCertPathBuilderResult(ta, local
271 MyPKIXCertPathBuilderResult myClone = (MyPKIXCertPathBuilderResult) my
273 assertSame(my.getPolicyTree(), myClone.getPolicyTree());
274 assertSame(my.getPublicKey(), myClone.getPublicKey());
275 assertSame(my.getTrustAnchor(), myClone.getTrustAnchor());
276 assertSame(my.enc, myClone.enc);
  /external/v8/tools/
generate-ten-powers.scm 39 (main my-main))
235 (define (my-main args)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandles.java 104 int my = (y1 + y2) / 2; local
107 mHandles.add(new SelectionHandle(x1, my, Position.LEFT_MIDDLE));
116 mHandles.add(new SelectionHandle(x2, my, Position.RIGHT_MIDDLE));
  /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/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 280 double my = sum / count; local
281 double sigma = sqrt( sqsum/count - my*my);
  /external/openssh/
kex.c 185 /* buffer_clear(&kex->my); */
209 if (buffer_len(&kex->my) < KEX_COOKIE_LEN)
211 cookie = buffer_ptr(&kex->my);
219 packet_put_raw(buffer_ptr(&kex->my), buffer_len(&kex->my));
259 buffer_init(&kex->my);
260 kex_prop2buf(&kex->my, proposal);
378 proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX])
387 if ((p = strchr(my[*idx], ',')) != NULL)
391 if (strcmp(my[*idx], peer[*idx]) != 0)
405 char **my, **peer; local
    [all...]
kex.h 127 Buffer my; member in struct:Kex
  /external/skia/bench/
MatrixBench.cpp 287 float my = fMatrix[SkMatrix::kMScaleY]; local
291 dst->fY = SkScalarMulAdd(src->fY, my, ty);
325 float my = (float) fMatrix[SkMatrix::kMScaleY]; local
329 dst->fY = src->fY * my + ty;
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view_single.c 293 Evas_Coord mx, my, mw, mh, ax, ay, aw, ah, bx, by, bw, bh; local
308 my = sy;
310 by = my + mh;
315 my = by + bh;
319 ay = my;
326 sr->dx, sr->dy, mx, my, mw, mh, ax, ay, aw, ah, bx, by, bw, bh);
331 evas_object_image_data_update_add(sd->backing_store, mx, my, mw, mh);
  /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/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 15 "http://www.google.com.my/": "my_subway.mp3",
  /external/opencv/cv/src/
cvlkpyramid.cpp 506 float mx, my; local
592 my = (float) ((Gxx * by - Gxy * bx) * D);
595 v.y += my;
597 if( mx * mx + my * my < criteria.epsilon )
600 if( j > 0 && fabs(mx + prev_mx) < 0.01 && fabs(my + prev_my) < 0.01 )
603 v.y -= my*0.5f;
607 prev_my = my;
    [all...]

Completed in 1567 milliseconds

1 2