/external/libvncserver/x11vnc/ |
D | keyboard.c | 61 int add_keysym(KeySym keysym); 130 static KeySym keysyms[256]; in clear_modifiers() 135 KeySym *keymap; in clear_modifiers() 136 KeySym keysym; in clear_modifiers() 197 static KeySym simple_mods[] = { 210 KeySym sym = (KeySym) keysym; in track_mod_state() 330 KeySym ks = XKeycodeToKeysym(dpy, key, 0); in clear_locks() 470 static KeySym added_keysyms[0x100]; 473 static KeySym alltime_added_keysyms[1024]; 477 int add_keysym(KeySym keysym) { in add_keysym() [all …]
|
D | util.h | 95 ((((KeySym)(keysym) >= XK_Shift_L) && ((KeySym)(keysym) <= XK_Hyper_R) && \ 96 ((KeySym)(keysym) != XK_Caps_Lock) && ((KeySym)(keysym) != XK_Shift_Lock)))
|
D | nox11.h | 163 typedef XID KeySym; typedef 2145 KeySym keysym; 2338 KeySym /* keysym */ 2564 extern KeySym XKeycodeToKeysym( 2575 extern KeySym XLookupKeysym( 2581 extern KeySym *XGetKeyboardMapping( 2593 extern KeySym XStringToKeysym( 3084 KeySym* /* keysyms */, 4010 KeySym /* keysym */ 4371 KeySym /* keysym */, [all …]
|
D | xrecord.h | 48 extern KeySym xrecord_keysym;
|
D | keyboard.h | 48 extern int add_keysym(KeySym keysym);
|
D | xrecord.c | 54 KeySym xrecord_keysym = NoSymbol; 343 KeySym sym = (KeySym) keysym; in xrecord_skip_keysym() 421 KeySym sym = (KeySym) keysym; in xrecord_vi_scroll_keysym() 435 KeySym sym = (KeySym) keysym; in xrecord_emacs_scroll_keysym() 444 KeySym sym = (KeySym) keysym; in xrecord_scroll_keysym()
|
D | pointer.c | 71 KeySym keysym; 124 KeySym ksym; in buttonparse() 133 ksym = (KeySym) ui; /* hex value */ in buttonparse()
|
D | options.h | 269 extern KeySym *scroll_key_list;
|
D | options.c | 345 KeySym *scroll_key_list = NULL;
|
D | nox11_funcs.h | 35 KeySym XStringToKeysym(char *s) { 54 char *XKeysymToString(KeySym k) { 69 KeySym XKeycodeToKeysym(Display *display, KeyCode keycode, int index) { 73 KeyCode XKeysymToKeycode(Display *display, KeySym keysym) { 88 KeySym XStringToKeysym(char *s) { in XStringToKeysym() 1449 char *XKeysymToString(KeySym k) { in XKeysymToString() 2809 KeySym XKeycodeToKeysym(Display *display, KeyCode keycode, int index) { in XKeycodeToKeysym() 2814 KeyCode XKeysymToKeycode(Display *display, KeySym keysym) { in XKeysymToKeycode()
|
D | x11vnc.c | 5701 KeySym sym; 5705 sym = (KeySym) c; 5724 sym = (KeySym) c;
|
D | remote.c | 4424 KeySym ks; in process_remote_cmd() 4437 ks = (KeySym) in; in process_remote_cmd() 4439 ks = (KeySym) in; in process_remote_cmd()
|
/external/llvm/include/llvm/CodeGen/ |
D | TargetLoweringObjectFileImpl.h | 82 const MCSymbol *KeySym) const override; 84 const MCSymbol *KeySym) const override; 170 const MCSymbol *KeySym) const override; 172 const MCSymbol *KeySym) const override;
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 376 const MCSymbol *KeySym) { in getStaticStructorSection() argument 380 StringRef COMDAT = KeySym ? KeySym->getName() : ""; in getStaticStructorSection() 382 if (KeySym) in getStaticStructorSection() 415 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 417 KeySym); in getStaticCtorSection() 421 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() 423 KeySym); in getStaticDtorSection() 1044 unsigned Priority, const MCSymbol *KeySym) const { in getStaticCtorSection() 1046 cast<MCSectionCOFF>(StaticCtorSection), KeySym); in getStaticCtorSection() 1050 unsigned Priority, const MCSymbol *KeySym) const { in getStaticDtorSection() [all …]
|
/external/skia/src/views/unix/ |
D | keysym2ucs.h | 15 long keysym2ucs(KeySym keysym);
|
D | XkeysToSkKeys.h | 16 SkKey XKeyToSkKey(KeySym keysym) { in XKeyToSkKey()
|
D | keysym2ucs.c | 818 long keysym2ucs(KeySym keysym) in keysym2ucs()
|
D | SkOSWindow_Unix.cpp | 238 KeySym keysym = XkbKeycodeToKeysym(dsp, evt.xkey.keycode, in nextXEvent()
|
/external/llvm/include/llvm/Target/ |
D | TargetLoweringObjectFile.h | 154 const MCSymbol *KeySym) const { in getStaticCtorSection() argument 159 const MCSymbol *KeySym) const { in getStaticDtorSection() argument
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 393 const MCSymbol *KeySym) { in getAssociativeCOFFSection() argument 395 if (!KeySym) in getAssociativeCOFFSection() 403 KeySym->getName(), in getAssociativeCOFFSection()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 375 const MCSymbol *KeySym);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1532 const MCSymbol *KeySym = nullptr; in EmitXXStructorList() local 1539 KeySym = getSymbol(GV); in EmitXXStructorList() 1542 (isCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in EmitXXStructorList() 1543 : Obj.getStaticDtorSection(S.Priority, KeySym)); in EmitXXStructorList()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 177 KeySym k; in main()
|
D | rpng2-x.c | 326 KeySym k; in main() 1396 KeySym k; in rpng2_x_display_row()
|
/external/libvncserver/ |
D | NEWS | 116 transformed Bool, KeySym, Pixel to rfbBool, rfbKeySym, rfbPixel
|