HomeSort by relevance Sort by last modified time
    Searched refs:X11 (Results 201 - 225 of 303) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11yuv.c 28 #include <X11/Xlib.h>
32 #include <X11/extensions/XShm.h>
253 * "Here are some diffs for X11 and yuv. Note that the last part 2nd
SDL_x11events.c 24 /* Handle the event stream, converting X11 events into SDL events */
27 #include <X11/Xlib.h>
28 #include <X11/Xutil.h>
29 #include <X11/keysym.h>
31 #include <X11/Sunkeysym.h>
52 /* Define this if you want to debug X11 events */
55 /* The translation tables from an X11 keysym to a SDL keysym */
534 printf("X11 motion: %d,%d\n", xevent.xmotion.x, xevent.xmotion.y);
564 printf("KeyPress (X11 keycode = 0x%X)\n", xevent.xkey.keycode);
674 scancode and symbol that corresponds to the X11
    [all...]
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 40 #include <X11/Xlib.h>
41 #include <X11/Xutil.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glx.h 38 #include <X11/Xlib.h>
39 #include <X11/Xutil.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XKBlib.h 27 /* $XFree86: xc/lib/X11/XKBlib.h,v 3.5 2003/04/17 02:06:31 dawes Exp $ */
32 #include <X11/Xlib.h>
33 #include <X11/extensions/XKBstr.h>
Xutil.h 49 /* $XFree86: xc/lib/X11/Xutil.h,v 3.6 2003/04/13 19:22:20 dawes Exp $ */
54 /* You must include <X11/Xlib.h> before including this file */
55 #include <X11/Xlib.h>
56 #include <X11/keysym.h>
X.h 84 # include <X11/Xmd.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 38 #include <X11/Xlib.h>
39 #include <X11/Xutil.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 27 /* $XFree86: xc/lib/X11/XKBlib.h,v 3.5 2003/04/17 02:06:31 dawes Exp $ */
32 #include <X11/Xlib.h>
33 #include <X11/extensions/XKBstr.h>
Xutil.h 49 /* $XFree86: xc/lib/X11/Xutil.h,v 3.6 2003/04/13 19:22:20 dawes Exp $ */
54 /* You must include <X11/Xlib.h> before including this file */
55 #include <X11/Xlib.h>
56 #include <X11/keysym.h>
X.h 84 # include <X11/Xmd.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 38 #include <X11/Xlib.h>
39 #include <X11/Xutil.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XKBlib.h 27 /* $XFree86: xc/lib/X11/XKBlib.h,v 3.5 2003/04/17 02:06:31 dawes Exp $ */
32 #include <X11/Xlib.h>
33 #include <X11/extensions/XKBstr.h>
Xutil.h 49 /* $XFree86: xc/lib/X11/Xutil.h,v 3.6 2003/04/13 19:22:20 dawes Exp $ */
54 /* You must include <X11/Xlib.h> before including this file */
55 #include <X11/Xlib.h>
56 #include <X11/keysym.h>
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard_unittest.cc 12 #include <X11/Xlib.h>
  /external/chromium/chrome/browser/chromeos/
wm_ipc.cc 9 #include <X11/Xlib.h>
  /external/chromium/chrome/browser/ui/gtk/
accelerators_gtk.cc 9 #include <X11/XF86keysym.h>
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 469 // we use X11, which we know cannot be used in the prolog/epilog. This is
471 NewMIs.push_back(BuildMI(MF, DL, get(PPC::MFLR8), PPC::X11));
473 .addReg(PPC::X11,
592 PPC::X11), FrameIdx));
593 NewMIs.push_back(BuildMI(MF, DL, get(PPC::MTLR8)).addReg(PPC::X11));
  /external/openssh/contrib/suse/
openssh.spec 8 # The version of x11-ssh-askpass to use
20 Source1: x11-ssh-askpass-%{xversion}.tar.gz
56 two untrusted hosts over an insecure network. X11 connections and
70 two untrusted hosts over an insecure network. X11 connections and
148 cd x11-ssh-askpass-%{xversion}
168 cd x11-ssh-askpass-%{xversion}
238 %doc x11-ssh-askpass-%{xversion}/README
239 %doc x11-ssh-askpass-%{xversion}/ChangeLog
240 %doc x11-ssh-askpass-%{xversion}/SshAskpass*.ad
242 %attr(0755,root,root) %{_libdir}/ssh/x11-ssh-askpas
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 37 "X8", "X9","X10","X11","X12","X13","X14","X15" );
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 34 #include <X11/keysym.h>
35 #include <X11/cursorfont.h>
37 #include <X11/extensions/xf86dga.h>
38 #include <X11/extensions/xf86vmode.h>
vid_sunxil.cpp 37 #include <X11/Xlib.h>
38 #include <X11/Xutil.h>
39 #include <X11/Xatom.h>
40 #include <X11/keysym.h>
  /external/webkit/Source/WebKit/efl/ewk/
ewk_settings.cpp 64 #if PLATFORM(X11)
65 ua_platform = "X11";
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 237 #elif PLUGIN_ARCHITECTURE(X11)
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 278 OsclFloat X11;

Completed in 1836 milliseconds

1 2 3 4 5 6 7 891011>>