HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 226 - 250 of 687) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
netlink.h 81 #define NLMSG_ERROR 0x2
  /system/core/include/diskconfig/
diskconfig.h 32 #define PART_SCHEME_GPT 0x2
  /system/core/toolbox/
netstat.c 46 case 0x2: return "SYN_SENT";
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
admCtrlWpa2.h 114 #define WPA2_OUI_MAX_TYPE 0x2
  /development/apps/GraphicsLab/src/com/android/graphicslab/
GraphicsLab.java 107 float x2 = nw*0.6667f; local
111 pts[2*2+0] = x2; pts[2*2+1] = 0;
118 pts[7*2+0] = x2; pts[7*2+1] = nh;
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) {
218 float newx2 = (float)(Math.sin(yrot) * newz2 + Math.cos(yrot) * x2);
220 newz2 = (float)(Math.cos(yrot) * newz2 - Math.sin(yrot) * x2);
  /external/tcpdump/
ieee802_11.h 54 #define T_DATA 0x2 /* data */
59 #define ST_REASSOC_REQUEST 0x2
84 #define DATA_DATA_CF_POLL 0x2
  /external/webkit/WebCore/svg/
SVGLinearGradientElement.cpp 48 // Spec: If the x2 attribute is not specified, the effect is as if a value of "100%" were specified.
113 endPoint = FloatPoint(attributes.x2().valueAsPercentage(), attributes.y2().valueAsPercentage());
116 endPoint = FloatPoint(attributes.x2().value(this), attributes.y2().value(this));
180 attributes.setX2(linear->x2());
  /external/skia/src/core/
SkMatrix.cpp 767 // check the 2x2 for overflow
1324 SkFixed x0, y0, x1, y1, x2, y2; local
1457 float x0, y0, x1, y1, x2, y2; local
    [all...]
SkBitmapProcState_matrix_repeat.h 348 int32x4_t x, y, x2, y2; local
376 x2 = q2; y2 = q3;
387 x2 = vandq_s32(x2, vdupq_n_s32(0xffff));
388 x2 = vmulq_s32(x2, vdupq_n_s32(maxX+1));
393 /* (hi-x, hi-y)4 (hi-x2; hi-y2)4 */
401 y2 = vsriq_n_s32(y2, x2, 16);
  /external/kernel-headers/original/asm-x86/
voyager.h 91 #define VOYAGER_WRITE_CONFIG 0x2
456 #define VOYAGER_SUS_VALID 0x2
461 #define VOYAGER_DO_DUMP 0x2
470 #define VOYAGER_OS_IN_PROGRESS 0x2
474 #define VOYAGER_SUS_IN_PROGRESS 0x2
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.RelativeLayout.groovy 195 int x2 = x1 + w;
208 } else if (x >= x2 - n && y >= y1 && y <= y2) {
209 r = new Rect(x2 - n, y1, n2, h);
212 } else if (y <= y1 + n && x >= x1 && x <= x2) {
216 } else if (y >= y2 - n && x >= x1 && x <= x2) {
  /frameworks/base/libs/rs/
rsScriptC_Lib.cpp 388 static float SC_distf2(float x1, float y1, float x2, float y2)
390 float x = x2 - x1;
395 static float SC_distf3(float x1, float y1, float z1, float x2, float y2, float z2)
397 float x = x2 - x1;
683 float x2, float y2, float z2)
690 float vtx[] = { x1, y1, z1, x2, y2, z2 };
724 float x2, float y2, float z2,
738 //LOGE("%4.2f, %4.2f, %4.2f", x2, y2, z2);
742 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
759 float x2, float y2, float z2
    [all...]
  /external/grub/netboot/
lance.c 36 #define LANCE_ADDR 0x2
226 outw(0x2, ioaddr+LANCE_ADDR);
228 outw(inw(ioaddr+LANCE_BUS_IF) | 0x2, ioaddr+LANCE_BUS_IF);
277 outw(0x2, ioaddr+LANCE_ADDR);
296 outw(0x2, ioaddr+LANCE_DATA); /* start */
445 outw(0x2, ioaddr+LANCE_ADDR);
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 735 int x1,x2; local
738 x2 = rects[i].x+rects[i].w;
739 if (x2 & 15) {
740 x2 = (x2 | 15) +1;
755 x2-x1,
  /frameworks/base/core/jni/android/graphics/
Path.cpp 111 static void quadTo__FFFF(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2) {
114 SkScalar x2_ = SkFloatToScalar(x2);
127 static void cubicTo__FFFFFF(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) {
130 SkScalar x2_ = SkFloatToScalar(x2);
137 static void rCubicTo(JNIEnv* env, jobject clazz, SkPath* obj, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) {
140 SkScalar x2_ = SkFloatToScalar(x2);
  /external/libffi/src/x86/
sysv.S 362 .byte 0x2 /* .uleb128 0x2 */
387 .byte 0x2 /* .uleb128 0x2 */
421 .byte 0x2 /* .uleb128 0x2 */
  /frameworks/base/awt/java/awt/geom/
RoundRectangle2D.java 597 double x2 = x1 + getWidth(); local
605 if (rx2 < x1 || x2 < rx1 || ry2 < y1 || y2 < ry1) {
609 double cx = (x1 + x2) / 2.0;
  /bionic/libc/kernel/common/linux/
msm_kgsl.h 90 #define IOCTL_KGSL_DEVICE_GETPROPERTY _IOWR(KGSL_IOC_TYPE, 0x2, struct kgsl_device_getproperty)
  /external/grub/util/
mbchk.c 112 filename, (mbh->flags & 0x2)? "on" : "off");

Completed in 1728 milliseconds

1 2 3 4 5 6 7 8 91011>>