/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
akm8976.h | 24 #define AKECS_MODE_MEASURE_SEQ 0x11 64 #define ECS_IOCTL_APP_SET_MFLAG _IOW(AKMIO, 0x11, short)
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
Session.java | 130 * Request X11 forwarding for the current session. 137 * @param hostname the hostname of the real (target) X11 server (e.g., 127.0.0.1) 138 * @param port the port of the real (target) X11 server (e.g., 6010) 139 * @param cookie if non-null, then present this cookie to the real X11 server 158 throw new IOException("X11 forwarding was already requested."); 162 "Cannot request X11 forwarding at this stage anymore, a remote execution has already started."); 167 /* X11ServerData - used to store data about the target X11 server */ 173 x11data.x11_magic_cookie = cookie; /* if non-null, then present this cookie to the real X11 server */ 202 /* Ask for X11 forwarding */ 206 /* OK, that went fine, get ready to accept X11 connections... * [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11wm.c | 24 #include <X11/Xlib.h> 25 #include <X11/Xutil.h> 192 /* Transfer the image to an X11 pixmap */ 585 /* Make sure any X11 transactions are completed */ 596 info->info.x11.display = SDL_Display; 597 info->info.x11.window = SDL_Window; 601 info->info.x11.fswindow = FSwindow; 602 info->info.x11.wmwindow = WMwindow; 609 info->info.x11.gfxdisplay = GFX_Display; 612 info->info.x11.lock_func = lock_display [all...] |
/external/icu4c/common/ |
propname_data.h | 32 0x49,0,1,7,8,9,0xa,0xb,0xc,0xd,0xe,0xf,0x10,0x11,0x12,0x13, 103 0x63,0xd9,0x40,9,0x12,0x61,0x63,0x65,0x5f,1,0x63,0xd9,0x40,8,0x65,0x11, 119 0x73,0xc3,0x11,0xd8,0x40,0xa,0x11,0x63,0x63,0xc3,0x11,0x11,0x72,0x6d,0x58,0x1e, 137 0x2c,0x74,0x30,0x77,0x10,0x73,0x77,0x11,0x79,0x6e,0x75,0x12,0x65,0x72,0x6e,1, 142 0x69,0xa2,0x56,0x6f,2,0x65,0x4b,0x67,0x4c,0x77,0x11,0x65,0x72,0x4c,0x13,0x63, 143 0x61,0x73,0x65,0x4c,0x16,0x6d,0x61,0x70,0x70,0x69,0x6e,0x67,0xd9,0x40,4,0x11, 145 0x69,0x6f,0x6e,0x4b,0xd8,0x40,4,0x11,0x63,0x63,0xc3,0x10,0x18,0x61,0x64,0x63 [all...] |
/development/ndk/platforms/android-3/include/linux/ |
ptrace.h | 27 #define PTRACE_DETACH 0x11
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-linux.c | 51 #include <X11/Xlib.h> 52 #include <X11/Xutil.h> 53 #include <X11/keysym.h> 91 // Initializes and opens both X11 display and OpenGL ES.
|
/external/bluetooth/bluedroid/bta/pb/ |
bta_pbs_int.h | 34 #define BTA_PBS_TARGET_UUID "\x79\x61\x35\xf0\xf0\xc5\x11\xd8\x09\x66\x08\x00\x20\x0c\x9a\x66"
|
/external/chromium/crypto/ |
secure_hash_unittest.cc | 22 0xc7, 0x11, 0x2c, 0xd0 };
|