Home
last modified time | relevance | path

Searched defs:keycode (Results 1 – 25 of 39) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidkeyboard.c326 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/
DSDL_winrtkeyboard.cpp219 WINRT_TranslateUnofficialKeycode(int keycode) in WINRT_TranslateUnofficialKeycode()
255 WINRT_TranslateKeycode(int keycode, unsigned int nativeScancode) in WINRT_TranslateKeycode()
/third_party/cef/tests/ceftests/views/
Dtextfield_unittest.cc176 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/
Dinput.c378 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
Dkey_matrix.c55 int num_keys, int keycode[], int max_keycodes) in key_matrix_decode()
/third_party/typescript/tests/cases/user/keycode/
Dpackage.json10 "keycode": "latest" string
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11keyboard.c163 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()
DSDL_x11events.c347 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/
Dkey-proc.c38 xkb_keycode_t keycode; in bench_key_proc() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/android/
DSDL_sysjoystick.c78 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/
Dudev-builtin-keyboard.c68 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/
DSDL_naclevents.c309 SDL_NACL_translate_keycode(int keycode) in SDL_NACL_translate_keycode()
/third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/
Dsdl.h97 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/
DSDL_ime.c118 SDL_IME_ProcessKeyEvent(Uint32 keysym, Uint32 keycode) in SDL_IME_ProcessKeyEvent()
DSDL_evdev.c322 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/
Dtools-common.c55 xkb_keycode_t keycode, in tools_print_keycode_state()
Dhow-to-type.c163 for (xkb_keycode_t keycode = min_keycode; keycode <= max_keycode; keycode++) { in main() local
Dinteractive-x11.c243 xkb_keycode_t keycode = event->detail; in process_event() local
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java420 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/
DViewerActivity.java40 private native void onKeyPressed(long handle, int keycode); in onKeyPressed()
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java40 private native void onKeyPressed(long handle, int keycode); in onKeyPressed()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_keyboard.c256 SDL_Keycode keycode; in keyboard_getKeyNameNegative() local
/third_party/uboot/u-boot-2020.01/arch/sandbox/cpu/
Dsdl.c240 int sandbox_sdl_key_pressed(int keycode) in sandbox_sdl_key_pressed()
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c177 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/
DSDL_keyboard.c666 SDL_Keycode keycode; in SDL_SendKeyboardKey() local

12