/system/core/include/diskconfig/ |
diskconfig.h | 32 #define PART_SCHEME_GPT 0x2
|
/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());
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cxxabi.h | 271 __volatile_mask = 0x2, 355 __public_mask = 0x2, 531 __diamond_shaped_mask = 0x2, // Diamond shaped multiple inheritance.
|
/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 | 298 int x2 = x1 + w; 311 } else if (x >= x2 - n && y >= y1 && y <= y2) { 312 r = new Rect(x2 - n, y1, n2, h); 315 } else if (y <= y1 + n && x >= x1 && x <= x2) { 319 } 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 */
|
/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");
|
/external/kernel-headers/original/linux/ |
msm_kgsl.h | 123 _IOWR(KGSL_IOC_TYPE, 0x2, struct kgsl_device_getproperty)
|
/external/libvpx/vp8/common/ |
onyx.h | 56 MODE_BESTQUALITY = 0x2,
|
/external/libvpx/vpx/ |
vpx_encoder.h | 97 #define VPX_FRAME_IS_DROPPABLE 0x2 /**< frame can be dropped without affecting
|
/external/speex/libspeex/ |
filters.h | 62 void qmf_synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_t *mem2, char *stack);
|
/external/webkit/WebCore/platform/graphics/cairo/ |
PathCairo.cpp | 122 double x2 = point.x(); local 127 x2 + 2.0 / 3.0 * (x1 - x2), y2 + 2.0 / 3.0 * (y1 - y2), 128 x2, y2);
|
/external/webkit/WebCore/platform/graphics/wince/ |
FontWince.cpp | 321 float x2 = cursorToX(this, components, w, run.rtl(), to); local 322 if (x2 < x1) 323 std::swap(x1, x2); 325 return FloatRect(pt.x() + x1, pt.y(), x2 - x1, h);
|
/frameworks/base/media/java/android/media/ |
AudioSystem.java | 237 public static final int DEVICE_OUT_SPEAKER = 0x2;
|