/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
cdrom.h | 233 #define CDC_OPEN_TRAY 0x2 268 #define CDO_AUTO_EJECT 0x2
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
cdrom.h | 233 #define CDC_OPEN_TRAY 0x2 268 #define CDO_AUTO_EJECT 0x2
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
cdrom.h | 233 #define CDC_OPEN_TRAY 0x2 268 #define CDO_AUTO_EJECT 0x2
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
cdrom.h | 233 #define CDC_OPEN_TRAY 0x2 268 #define CDO_AUTO_EJECT 0x2
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
cdrom.h | 233 #define CDC_OPEN_TRAY 0x2 268 #define CDO_AUTO_EJECT 0x2
|
/packages/apps/Camera/src/com/android/camera/ui/ |
GLRootView.java | 342 private float[] mapPoints(Matrix matrix, int x1, int y1, int x2, int y2) { 344 point[0] = x1; point[1] = y1; point[2] = x2; point[3] = y2;
|
/external/grub/netboot/ |
cs89x0.h | 342 #define DMA_READ 0x2 /* Used to mark state of the repins code (chip or dma) */
|
tlan.c | 341 return (inw((base_addr + TLAN_DIO_DATA) + (internal_addr & 0x2))); 362 outw(data, base_addr + TLAN_DIO_DATA + (internal_addr & 0x2)); 369 outl(data, base_addr + TLAN_DIO_DATA + (internal_addr & 0x2)); 1026 TLan_MiiSendData( dev->base_addr, 0x2, 2 ); /* Read ( 10b ) */ [all...] |
/external/iproute2/genl/ |
ctrl.c | 149 if (tb[CTRL_ATTR_OP_FLAGS] && ctrl_ver >= 0x2) {
|
/external/libffi/src/powerpc/ |
linux64_closure.S | 223 .byte 0x2 # DW_CFA_advance_loc1
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
pvmp3_stereo_proc.cpp | 276 (info->mode_ext & 0x2);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_glfuncs.h | 244 SDL_PROC_UNUSED(void,glRectd,(GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2)) 246 SDL_PROC_UNUSED(void,glRectf,(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2)) 248 SDL_PROC_UNUSED(void,glRecti,(GLint x1, GLint y1, GLint x2, GLint y2)) 250 SDL_PROC_UNUSED(void,glRects,(GLshort x1, GLshort y1, GLshort x2, GLshort y2))
|
/external/quake/quake/src/WinQuake/ |
snd_dos.cpp | 223 WriteMixer (0xe, oldmixervalue | 0x2);// turn on stereo
|
/external/tcpdump/ |
print-ldp.c | 441 ft_flags&0x2 ? "Sequence Numbered Label" : "All Labels",
|
/external/webkit/JavaScriptCore/assembler/ |
AbstractMacroAssembler.h | 298 Near = 0x2,
|
/external/webkit/WebCore/platform/text/mac/ |
ShapeArabic.c | 66 0x0, 0x2, 0x4, 0x6,
|
/frameworks/base/core/java/android/view/animation/ |
AnimationSet.java | 37 private static final int PROPERTY_FILL_BEFORE_MASK = 0x2;
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_stereo_proc.cpp | 276 (info->mode_ext & 0x2);
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
siutils.h | 67 #define PLL 0x2
|
/hardware/ril/include/telephony/ |
ril_cdma_sms.h | 326 RIL_CDMA_SMS_UDH_TEXT_COLOR_DARK_RED = 0x2,
|
/system/core/toolbox/ |
newfs_msdos.c | 271 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local 576 x2 = howmany((RESFTE + MIN(x, maxcls(fat))) * (fat / BPN), 579 bpb.bspf = x2; 586 if (bpb.bspf < x2)
|
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
802.11.h | 582 #define WME_QI_STA_APSD_VI_MASK 0x2 1195 #define BRF_ABRQRD 0x2 1263 #define HT_CAP_RX_STBC_TWO_STREAM 0x2 [all...] |
/hardware/ti/wlan/wl1271/external_drivers/sdio/linux/ |
SdioDrv.c | 120 #define SIDLE_MODE (0x2 << 3) 125 #define ICS 0x2 135 #define ONE_BIT (~(0x2)) [all...] |
/sdk/emulator/qtools/ |
armdis.cpp | 637 case 0x2: 827 } else if (bits_65 == 0x2) { 866 case 0x2:
|
/system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/ |
SdioDrv.c | 102 #define SIDLE_MODE (0x2 << 3) 107 #define ICS 0x2 117 #define ONE_BIT (~(0x2)) [all...] |