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

1 2

  /gdk/build/core/
build-bitcode.mk 9 my := TARGET_ macro
build-binary.mk 24 my := TARGET_ macro
44 $($(my)OBJS)
  /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)
93 LOCAL_LDFLAGS += $($(my)NO_UNDEFINED_LDFLAGS)
100 LOCAL_CFLAGS += $($(my)DISABLE_NO_EXECUTE_CFLAGS)
101 LOCAL_LDFLAGS += $($(my)DISABLE_NO_EXECUTE_LDFLAGS)
103 LOCAL_CFLAGS += $($(my)NO_EXECUTE_CFLAGS)
104 LOCAL_LDFLAGS += $($(my)NO_EXECUTE_LDFLAGS)
111 LOCAL_LDFLAGS += $($(my)DISABLE_RELRO_LDFLAGS)
113 LOCAL_LDFLAGS += $($(my)RELRO_LDFLAGS)
  /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/mesa3d/src/pixelflinger2/
llvm_texture.cpp 395 Value * mx = Fabs(builder, texcoords[0]), * my = Fabs(builder, texcoords[1]); local
402 Value * mxGmyCmp = FCmpGT(builder, mx, my);
406 condBranch.ifCond(builder.CreateAnd(mxGmyCmp, mxGmzCmp)); // if (mx > my && mx > mz)
428 condBranch.elseop(); // !(mx > my && mx > mz)
431 Value * myGmxCmp = FCmpGT(builder, my, mx);
432 Value * myGmzCmp = FCmpGT(builder, my, mz);
433 condBranch.ifCond(builder.CreateAnd(myGmxCmp, myGmzCmp)); // my > mx && my > mz
453 builder.CreateStore(my, maPtr);
455 condBranch.elseop(); // !(my > mx && my > mz
    [all...]
texture.cpp 195 float mx = fabs(tex_coord[0]), my = fabs(tex_coord[1]), mz = fabs(tex_coord[2]); local
198 if (mx > my && mx > mz)
214 else if (my > mx && my > mz)
228 ma = my;
  /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
  /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/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/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
  /frameworks/base/libs/hwui/
PathRenderer.cpp 678 float my = (p1c1c2y + p2c1c2y) * 0.5f; local
682 mx, my, p1c1c2x, p1c1c2y,
685 mx, my, p2c1c2x, p2c1c2y,
711 float my = (acy + bcy) * 0.5f; local
713 recursiveQuadraticBezierVertices(ax, ay, mx, my, acx, acy,
715 recursiveQuadraticBezierVertices(mx, my, bx, by, bcx, bcy,
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 15 "http://www.google.com.my/": "my_subway.mp3",

Completed in 792 milliseconds

1 2