Searched refs:keyboard (Results 1 - 25 of 25) sorted by relevance

/external/qemu/android/skin/
H A Dkeyboard.h27 /* If kcm_file_path is NULL, create a keyboard using the default built-in qwerty2 charmap */
30 extern void skin_keyboard_set_keyset( SkinKeyboard* keyboard, SkinKeyset* kset );
32 extern const char* skin_keyboard_charmap_name( SkinKeyboard* keyboard );
34 extern void skin_keyboard_free( SkinKeyboard* keyboard );
36 extern void skin_keyboard_enable( SkinKeyboard* keyboard,
39 extern void skin_keyboard_on_command( SkinKeyboard* keyboard,
43 extern void skin_keyboard_set_rotation( SkinKeyboard* keyboard,
46 extern AndroidKeyCode skin_keyboard_rotate_keycode( SkinKeyboard* keyboard,
49 extern void skin_keyboard_on_key_press( SkinKeyboard* keyboard,
53 extern void skin_keyboard_process_event( SkinKeyboard* keyboard, SDL_Even
[all...]
H A Dkeyboard.c12 #include "android/skin/keyboard.h"
32 ** implement the Unicode keyboard mode (SDL key up event always have
64 skin_keyboard_set_keyset( SkinKeyboard* keyboard, SkinKeyset* kset ) argument
68 if (keyboard->kset && keyboard->kset != android_keyset) {
69 skin_keyset_free(keyboard->kset);
71 keyboard->kset = kset;
76 skin_keyboard_set_rotation( SkinKeyboard* keyboard, argument
79 keyboard->rotation = (rotation & 3);
83 skin_keyboard_on_command( SkinKeyboard* keyboard, SkinKeyCommandFun argument
90 skin_keyboard_on_key_press( SkinKeyboard* keyboard, SkinKeyEventFunc press_func, void* press_opaque ) argument
113 skin_keyboard_cmd( SkinKeyboard* keyboard, SkinKeyCommand command, int param ) argument
124 skin_keyboard_find_last( SkinKeyboard* keyboard, int sym ) argument
138 skin_keyboard_add_last( SkinKeyboard* keyboard, int sym, int mod, int unicode ) argument
155 skin_keyboard_remove_last( SkinKeyboard* keyboard, int sym ) argument
180 skin_keyboard_rotate_sym( SkinKeyboard* keyboard, int sym ) argument
217 skin_keyboard_key_to_code( SkinKeyboard* keyboard, unsigned sym, int mod, int down ) argument
414 skin_keyboard_enable( SkinKeyboard* keyboard, int enabled ) argument
[all...]
/external/qemu/android/
H A Dqemulator.h18 #include "android/skin/keyboard.h"
26 SkinKeyboard* keyboard; member in struct:__anon10266
H A Dqemulator.c141 emulator->keyboard = skin_keyboard_create(opts->charmap, opts->raw_keys);
160 skin_keyboard_enable( emulator->keyboard, 1 );
161 skin_keyboard_on_command( emulator->keyboard, handle_key_command, emulator );
177 if (emulator->keyboard) {
178 skin_keyboard_free(emulator->keyboard);
179 emulator->keyboard = NULL;
327 /* used to respond to a given keyboard command shortcut
472 if (emulator->keyboard)
473 skin_keyboard_set_rotation( emulator->keyboard, rotation );
500 SkinKeyboard* keyboard local
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebScrollbarImpl.cpp221 WebKeyboardEvent keyboard = *static_cast<const WebKeyboardEvent*>(&event); local
225 if (keyboard.windowsKeyCode == VKEY_SPACE)
226 keyCode = ((keyboard.modifiers & WebInputEvent::ShiftKey) ? VKEY_PRIOR : VKEY_NEXT);
228 if (keyboard.modifiers == WebInputEvent::ControlKey) {
233 switch (keyboard.windowsKeyCode) {
242 if (keyboard.isSystemKey || (keyboard.modifiers & WebInputEvent::ShiftKey))
245 keyCode = keyboard.windowsKeyCode;
/external/chromium/chrome/browser/resources/
H A Dkeyboard_overlay.js82 * Returns the keyboard overlay ID.
89 * Returns keyboard glyph data.
179 var classes = ['keyboard-overlay-key'];
276 * Updates the whole keyboard.
349 var keyboard = document.body;
368 key.className = 'keyboard-overlay-key';
376 keyText.className = 'keyboard-overlay-key-text';
382 shortcutText.className = 'keyboard-overlay-shortcut-text';
385 keyboard.appendChild(key);
395 keyboard
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dtest.py51 self.keyboard = False
122 tests.add('failures/expected/keyboard.html', keyboard=True)
233 WONTFIX SKIP : failures/expected/keyboard.html = CRASH
434 if test.keyboard:
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcevents.c32 #include <dc/maple/keyboard.h>
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgavideo.c229 int keyboard; local
248 /* Enable mouse and keyboard support */
250 keyboard = keyboard_init_return_fd();
251 if ( keyboard < 0 ) {
252 SDL_SetError("Unable to initialize keyboard");
255 if ( SVGA_initkeymaps(keyboard) < 0 ) {
H A DSDL_svgaevents.c31 #include <linux/keyboard.h>
59 FIXME: Add keyboard LED handling code
141 SDL_SetError("Unable to get keyboard map");
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_ikbdinterrupt.S56 | Save MFP registers used for keyboard
151 | Clear keyboard buffer
/external/v8/src/
H A Dd8-debug.cc193 // Start the keyboard thread.
194 KeyboardThread keyboard(this);
195 keyboard.Start();
198 // Process events received from debugged VM and from the keyboard.
354 // read keyboard input.
361 // Pass the keyboard command to the main thread.
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DInputSystemJme.java47 import de.lessvoid.nifty.input.keyboard.KeyboardInputEvent;
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.c132 int keyboard; local
161 /* Enable mouse and keyboard support */
164 SDL_SetError("Unable to initialize AAlib keyboard");
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggievents.c32 #include <ggi/keyboard.h>
71 * mouse and keyboard events. Having to handle all
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c35 #include <linux/keyboard.h>
/external/qemu-pc-bios/bochs/
H A Dbochs.h435 bx_bool keyboard; member in struct:__anon11272
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbevents.c41 #include <linux/keyboard.h>
71 FIXME: Add keyboard LED handling code
78 /* Don't do anything if we are passed a closed keyboard */
159 /* Set medium-raw keyboard mode */
184 SDL_SetError("Unable to get current keyboard mode");
204 SDL_SetError("Unable to set keyboard in raw mode");
209 SDL_SetError("Unable to set keyboard in graphics mode");
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsevents.c40 #include <linux/keyboard.h>
64 FIXME: Add keyboard LED handling code
71 /* Don't do anything if we are passed a closed keyboard */
152 /* Set medium-raw keyboard mode */
177 SDL_SetError("Unable to get current keyboard mode");
197 SDL_SetError("Unable to set keyboard in raw mode");
202 SDL_SetError("Unable to set keyboard in graphics mode");
/external/openssh/contrib/redhat/
H A Dopenssh.spec679 doing keyboard-interactive authentication.
683 - Take a crack at doing keyboard-interactive authentication with PAM, and
704 - Enable keyboard-interactive authentication.
/external/grub/stage2/
H A Dbuiltins.c3642 unsigned char keycode; /* keyboard scancode */
3870 "Change the keyboard map. The key FROM_KEY is mapped to the key TO_KEY."
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c1744 // this file is based on LinuxBIOS implementation of keyboard.c
1790 /* send cmd = 0xAB, keyboard interface test */
1803 /* read keyboard interface test result, */
1813 /* ------------------- keyboard side ------------------------*/
1814 /* reset kerboard and self test (keyboard side) */
1827 /* keyboard should return ACK */
1841 /* Disable keyboard */
1854 /* keyboard should return ACK */
1875 /* Enable keyboard */
1888 /* keyboard shoul
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dropbear/libtomcrypt/
H A Dcrypt.tex2862 (keyboard, mouse, interrupts, etc), and produce an unbounded string of random bytes.

Completed in 2077 milliseconds