| /third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
| D | SDL_androidkeyboard.c | 326 TranslateKeycode(int keycode) in TranslateKeycode() 340 Android_OnKeyDown(int keycode) in Android_OnKeyDown() 346 Android_OnKeyUp(int keycode) in Android_OnKeyUp()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
| D | SDL_winrtkeyboard.cpp | 219 WINRT_TranslateUnofficialKeycode(int keycode) in WINRT_TranslateUnofficialKeycode() 255 WINRT_TranslateKeycode(int keycode, unsigned int nativeScancode) in WINRT_TranslateKeycode()
|
| /third_party/cef/tests/ceftests/views/ |
| D | textfield_unittest.cc | 176 void TranslateKey(int c, int* keycode, uint32* modifiers) { in TranslateKey() 208 int keycode; in OnKeyEvent() local 268 int keycode; in RunTextfieldKeyEvent() local
|
| /third_party/uboot/u-boot-2020.01/drivers/input/ |
| D | input.c | 378 int keycode[], int num_keycodes, int *same) in input_check_keycodes() 410 int keycode, char output_ch[], int max_chars) in input_keycode_to_ansi364() 453 int keycode[], int num_keycodes, char output_ch[], in input_keycodes_to_ascii() 510 static int _input_send_keycodes(struct input_config *config, int keycode[], in _input_send_keycodes() 549 int input_send_keycodes(struct input_config *config, int keycode[], in input_send_keycodes() 558 int keycode[INPUT_MAX_MODIFIERS + 1]; in input_add_keycode() local
|
| D | key_matrix.c | 55 int num_keys, int keycode[], int max_keycodes) in key_matrix_decode()
|
| /third_party/typescript/tests/cases/user/keycode/ |
| D | package.json | 10 "keycode": "latest" string
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
| D | SDL_x11keyboard.c | 163 X11_KeyCodeToSDLScancode(_THIS, KeyCode keycode) in X11_KeyCodeToSDLScancode() 196 X11_KeyCodeToUcs4(_THIS, KeyCode keycode, unsigned char group) in X11_KeyCodeToUcs4() 208 X11_KeyCodeToSym(_THIS, KeyCode keycode, unsigned char group) in X11_KeyCodeToSym()
|
| D | SDL_x11events.c | 347 int keycode; in X11_ReconcileKeyboardState() local 756 KeyCode keycode = xevent.xkey.keycode; in X11_DispatchEvent() local 807 KeyCode keycode = xevent.xkey.keycode; in X11_DispatchEvent() local
|
| /third_party/libxkbcommon/bench/ |
| D | key-proc.c | 38 xkb_keycode_t keycode; in bench_key_proc() local
|
| /third_party/flutter/skia/third_party/externals/sdl/src/joystick/android/ |
| D | SDL_sysjoystick.c | 78 keycode_to_SDL(int keycode) in keycode_to_SDL() 182 Android_OnPadDown(int device_id, int keycode) in Android_OnPadDown() 198 Android_OnPadUp(int device_id, int keycode) in Android_OnPadUp()
|
| /third_party/eudev/src/udev/ |
| D | udev-builtin-keyboard.c | 68 static void map_keycode(int fd, const char *devnode, int scancode, const char *keycode) in map_keycode() 207 const char *keycode; in builtin_keyboard() local
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/ |
| D | SDL_naclevents.c | 309 SDL_NACL_translate_keycode(int keycode) in SDL_NACL_translate_keycode()
|
| /third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/ |
| D | sdl.h | 97 static inline int sandbox_sdl_key_pressed(int keycode) in sandbox_sdl_key_pressed()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
| D | SDL_ime.c | 118 SDL_IME_ProcessKeyEvent(Uint32 keysym, Uint32 keycode) in SDL_IME_ProcessKeyEvent()
|
| D | SDL_evdev.c | 322 static void SDL_EVDEV_do_text_input(unsigned short keycode) { in SDL_EVDEV_do_text_input() 567 SDL_EVDEV_translate_keycode(int keycode) in SDL_EVDEV_translate_keycode()
|
| /third_party/libxkbcommon/tools/ |
| D | tools-common.c | 55 xkb_keycode_t keycode, in tools_print_keycode_state()
|
| D | how-to-type.c | 163 for (xkb_keycode_t keycode = min_keycode; keycode <= max_keycode; keycode++) { in main() local
|
| D | interactive-x11.c | 243 xkb_keycode_t keycode = event->detail; in process_event() local
|
| /third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/ |
| D | SDLActivity.java | 420 public static native int onNativePadDown(int device_id, int keycode); in onNativePadDown() 421 public static native int onNativePadUp(int device_id, int keycode); in onNativePadUp() 426 public static native void onNativeKeyDown(int keycode); in onNativeKeyDown() 427 public static native void onNativeKeyUp(int keycode); in onNativeKeyUp()
|
| /third_party/flutter/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
| D | ViewerActivity.java | 40 private native void onKeyPressed(long handle, int keycode); in onKeyPressed()
|
| /third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/ |
| D | ViewerActivity.java | 40 private native void onKeyPressed(long handle, int keycode); in onKeyPressed()
|
| /third_party/flutter/skia/third_party/externals/sdl/test/ |
| D | testautomation_keyboard.c | 256 SDL_Keycode keycode; in keyboard_getKeyNameNegative() local
|
| /third_party/uboot/u-boot-2020.01/arch/sandbox/cpu/ |
| D | sdl.c | 240 int sandbox_sdl_key_pressed(int keycode) in sandbox_sdl_key_pressed()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/core/android/ |
| D | SDL_android.c | 177 jint device_id, jint keycode) in Java_org_libsdl_app_SDLActivity_onNativePadDown() 185 jint device_id, jint keycode) in Java_org_libsdl_app_SDLActivity_onNativePadUp() 284 JNIEnv* env, jclass jcls, jint keycode) in Java_org_libsdl_app_SDLActivity_onNativeKeyDown() 291 JNIEnv* env, jclass jcls, jint keycode) in Java_org_libsdl_app_SDLActivity_onNativeKeyUp()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/events/ |
| D | SDL_keyboard.c | 666 SDL_Keycode keycode; in SDL_SendKeyboardKey() local
|