HomeSort by relevance Sort by last modified time
    Searched refs:KeySym (Results 1 - 25 of 40) sorted by null

1 2

  /external/skia/src/views/unix/
keysym2ucs.h 9 * This module converts keysym values into the corresponding ISO 10646-1
15 long keysym2ucs(KeySym keysym);
XkeysToSkKeys.h 9 #include "X11/keysym.h"
16 SkKey XKeyToSkKey(KeySym keysym) {
17 switch (keysym) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 56 #include <X11/keysym.h>
231 * Keysym macros, used on Keysyms to test for classes of symbols
233 #define IsKeypadKey(keysym) \
234 (((KeySym)(keysym) >= XK_KP_Space) && ((KeySym)(keysym) <= XK_KP_Equal))
236 #define IsPrivateKeypadKey(keysym) \
237 (((KeySym)(keysym) >= 0x11000000) && ((KeySym)(keysym) <= 0x1100FFFF)
    [all...]
XKBlib.h 358 extern KeySym XkbKeycodeToKeysym(
371 KeySym /* ks */
379 KeySym * /* keysym_return */
384 KeySym /* sym_rtrn */,
396 KeySym * /* keysym_return */
401 register KeySym * /* sym_return */,
941 extern KeySym *XkbResizeKeySyms(
1001 int /* map_width */, /* width of core KeySym array */
1002 KeySym * /* core_syms */, /* always mapWidth symbols */
1005 KeySym * /* xkb_syms_rtrn */ /* must have enough space *
    [all...]
Xlib.h 1377 KeySym keysym; member in struct:_XIMHotKeyTrigger
    [all...]
X.h 106 typedef XID KeySym;
141 #define NoSymbol 0L /* special KeySym */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xutil.h 54 #include <X11/keysym.h>
229 * Keysym macros, used on Keysyms to test for classes of symbols
231 #define IsKeypadKey(keysym) \
232 (((KeySym)(keysym) >= XK_KP_Space) && ((KeySym)(keysym) <= XK_KP_Equal))
234 #define IsPrivateKeypadKey(keysym) \
235 (((KeySym)(keysym) >= 0x11000000) && ((KeySym)(keysym) <= 0x1100FFFF)
    [all...]
XKBlib.h 356 extern KeySym XkbKeycodeToKeysym(
369 KeySym /* ks */
377 KeySym * /* keysym_return */
382 KeySym /* sym_rtrn */,
394 KeySym * /* keysym_return */
399 register KeySym * /* sym_return */,
939 extern KeySym *XkbResizeKeySyms(
999 int /* map_width */, /* width of core KeySym array */
1000 KeySym * /* core_syms */, /* always mapWidth symbols */
1003 KeySym * /* xkb_syms_rtrn */ /* must have enough space *
    [all...]
Xlib.h 1374 KeySym keysym; member in struct:_XIMHotKeyTrigger
    [all...]
X.h 106 typedef XID KeySym;
141 #define NoSymbol 0L /* special KeySym */
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/
LinuxKeyboard.h 78 bool _injectKeyDown( KeySym key, int text );
79 bool _injectKeyUp( KeySym key );
82 typedef std::map<KeySym, KeyCode> XtoOIS_KeyMap;
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 81 const MCSymbol *KeySym) const override;
83 const MCSymbol *KeySym) const override;
158 const MCSymbol *KeySym) const override;
160 const MCSymbol *KeySym) const override;
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 143 const MCSymbol *KeySym) const {
148 const MCSymbol *KeySym) const {
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 365 const MCSymbol *KeySym) {
369 StringRef COMDAT = KeySym ? KeySym->getName() : "";
371 if (KeySym)
404 unsigned Priority, const MCSymbol *KeySym) const {
406 KeySym);
410 unsigned Priority, const MCSymbol *KeySym) const {
412 KeySym);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 519 extern KeySym *XkbResizeKeySyms(
991 KeySym /* sym */,
992 KeySym * /* lower */,
993 KeySym * /* upper */
1041 KeySym * /* core_syms */,
1044 KeySym * /* xkb_syms_rtrn */
1058 KeySym * /* core_keysyms */,
XInput.h 560 KeySym *syms_supported;
638 KeySym *syms_to_display;
1071 extern KeySym *XGetDeviceKeyMapping(
1088 KeySym* /* keysyms */,
    [all...]
xfixesproto.h 64 #define KeySym CARD32
549 #undef KeySym
XKBstr.h 328 KeySym *syms;
349 KeySym sym;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBsrv.h 519 extern KeySym *XkbResizeKeySyms(
991 KeySym /* sym */,
992 KeySym * /* lower */,
993 KeySym * /* upper */
1041 KeySym * /* core_syms */,
1044 KeySym * /* xkb_syms_rtrn */
1058 KeySym * /* core_keysyms */,
XInput.h 560 KeySym *syms_supported;
638 KeySym *syms_to_display;
1071 extern KeySym *XGetDeviceKeyMapping(
1088 KeySym* /* keysyms */,
    [all...]
XKBstr.h 328 KeySym *syms;
349 KeySym sym;
xfixesproto.h 64 #define KeySym CARD32
606 #undef KeySym
  /external/llvm/lib/MC/
MCContext.cpp 428 const MCSymbol *KeySym) {
430 if (!KeySym)
438 KeySym->getName(),
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
LinuxKeyboard.cpp 28 #include <X11/keysym.h>
280 KeySym key;
312 //std::cout << "\n KeySym=" << key << std::endl;
365 bool LinuxKeyboard::_injectKeyDown( KeySym key, int text )
385 bool LinuxKeyboard::_injectKeyUp( KeySym key )
  /external/llvm/include/llvm/MC/
MCContext.h 382 /// section containing KeySym. For example, to create a debug info section
384 /// as Sec and the function symbol as KeySym.
386 const MCSymbol *KeySym);

Completed in 518 milliseconds

1 2