/external/yaffs2/yaffs2/utils/ |
mkyaffsimage.c | 268 (((x) & 0xFF000000) >> 24))
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothClass.java | 56 public static final int ERROR = 0xFF000000;
|
/frameworks/base/core/java/android/view/ |
PointerIcon.java | 140 if ((resourceId & 0xff000000) == 0x01000000) {
|
/frameworks/base/core/java/android/webkit/ |
AccessibilityInjectorFallback.java | 479 private static final int ACTION_MASK = 0xFF000000;
|
/frameworks/base/libs/hwui/ |
ShapeCache.h | 544 paint.setColor(0xff000000);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ImageWallpaper.java | 440 c.drawColor(0xff000000);
|
UniverseBackground.java | 99 setBackgroundColor(0xff000000);
|
/frameworks/compile/libbcc/runtime/test/Unit/ |
clzsi2_test.c | 548 if (test__clzsi2(0xFF000000, 0))
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 540 *dest = (((*src & 0xFF000000)>>24)<<16)|(((*src & 0x00FF0000)>>16)<<24) |
|
/packages/apps/Camera/jni/ |
feature_mos_jni.cpp | 336 //rgb[yp] = 0xff000000 | ((r << 6) & 0xff0000) | ((g >> 2) & 0xff00) | ((b >> 10) & 0xff);
|
/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/ |
DateTimeParser.java | 422 jj_la1_0 = new int[] {0x2,0x7f0,0x7f0,0x7ff800,0x800000,0xff000000,0xfe000000,};
|
/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 84 mOutlinePaint.setColor(0xFF000000);
|
/packages/apps/LegacyCamera/jni/ |
feature_mos_jni.cpp | 336 //rgb[yp] = 0xff000000 | ((r << 6) & 0xff0000) | ((g >> 2) & 0xff00) | ((b >> 10) & 0xff);
|
/packages/apps/Settings/src/com/android/settings/ |
KeyguardAppWidgetPickActivity.java | 604 root.setBackgroundColor(0xFF000000);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
in.h | 150 #define IN_CLASSA_NET 0xff000000
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
in.h | 150 #define IN_CLASSA_NET 0xff000000
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
in.h | 150 #define IN_CLASSA_NET 0xff000000
|
/system/core/adb/ |
transport_local.c | 29 #define H4(x) (((x) & 0xFF000000) >> 24) | (((x) & 0x00FF0000) >> 8) | (((x) & 0x0000FF00) << 8) | (((x) & 0x000000FF) << 24)
|
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
SDL_DirectFB_video.c | 263 if (format->Amask == 0xFF000000) 340 format->Amask = 0; /* apps don't seem to like that: 0xFF000000; */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_PredictIntra_4x4_s.s | 309 BIC tVal6, tVal6, #0xFF000000 ;// {00, f2, f1, f0 } 345 AND tVal9, tVal9, #0xFF000000 ;// {f6, 00, 00, 00 }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageUtils.java | 61 if ((pixel & 0xFF000000) != 0) { 159 return (rgb & 0xFF000000) == 0x00000000;
|
/external/qemu/target-arm/ |
neon_helper.c | 1044 ((op2ex & 0xff000000) << 24); 1201 | ((x >> 24) & 0xff0000) | ((x >> 32) & 0xff000000); 1214 | ((x >> 24) & 0xff0000) | ((x >> 32) & 0xff000000); [all...] |
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
apConn.c | [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
Utils.java | 108 static int CONFLICT_COLOR = 0xFF000000; 661 int r = (((color & 0x00ff0000) * a) + ((bg & 0x00ff0000) * (0xff - a))) & 0xff000000; 664 return (0xff000000) | ((r | g | b) >> 8); [all...] |
/external/dnsmasq/src/ |
rfc1035.c | 521 ((ip_addr & 0xFF000000) == 0x7F000000) /* 127.0.0.0/8 (loopback) */ || 523 ((ip_addr & 0xFF000000) == 0x0A000000) /* 10.0.0.0/8 (private) */ || [all...] |