HomeSort by relevance Sort by last modified time
    Searched full:kbd (Results 1 - 25 of 425) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/
hash-ref.html 14 <li>Set hash ref to "#div5" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the div5 box <em>without</em> reloading the page.</li>
15 <li>Set hash ref to "#" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the page <em>without</em> reloading.</li>
16 <li>Set hash ref to "#div3" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the div3 box <em>without</em> reloading.</li>
17 <li>Hit <kbd>Enter</kbd> in the address bar without chainging the "#div3" hash.<br> This <em>should</em> reload the page.</li>
18 <li>Set hash ref to "#" on the URL and hit <kbd>Enter</kbd>.<br> This should take you to the top of the page <em>without</em> reloading.</li
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/misc/
general1 12 edit: main.o kbd.o commands.o display.o \\
14 \t\@echo cc -o edit main.o kbd.o commands.o display.o \\
18 kbd.o : kbd.c defs.h command.h
19 \t\@echo cc -c kbd.c
32 "$workdir${pathsep}kbd.c","$workdir${pathsep}command.h",
42 $answer = "cc -c main.c\ncc -c kbd.c\ncc -c commands.c\ncc -c display.c
43 cc -c insert.c\ncc -o edit main.o kbd.o commands.o display.o insert.o\n";
general2 14 objects = main.o kbd.o commands.o display.o insert.o
19 kbd.o : kbd.c defs.h command.h
20 \t\@echo cc -c kbd.c
33 "$workdir${pathsep}kbd.c","$workdir${pathsep}command.h",
43 $answer = "cc -c main.c\ncc -c kbd.c\ncc -c commands.c\ncc -c display.c
44 cc -c insert.c\ncc -o edit main.o kbd.o commands.o display.o insert.o\n";
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-tags/
gtkhtml 22 kbd
dillo 41 kbd
mozilla 63 kbd
webkit 70 kbd
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpath 22 print MAKEFILE "objects = main.o kbd.o commands.o display.o insert.o\n";
27 print MAKEFILE "kbd.o : kbd.c defs.h command.h\n";
28 print MAKEFILE "\t\@echo cc -c kbd.c\n";
42 "$workdir${pathsep}kbd.c","$workdir${pathsep}command.h",
52 $answer = "cc -c $workdir${pathsep}main.c\ncc -c kbd.c\ncc -c commands.c\n"
54 ."cc -c insert.c\ncc -o edit main.o kbd.o commands.o display.o "
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-k 20 edit: main.o kbd.o commands.o display.o
21 \t\@echo cc -o edit main.o kbd.o commands.o display.o
26 kbd.o : kbd.c defs.h command.h
27 \t\@echo cc -c kbd.c
60 $make_name: *** No rule to make target `kbd.c', needed by `kbd.o'.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DefaultSoftKeyboardEN.java 135 Keyboard kbd = mKeyboard[mCurrentLanguage][mDisplayMode][mCurrentKeyboardType][mShiftOn][mCurrentKeyMode][0]; local
136 if (kbd == null) {
143 changeKeyboard(kbd);
196 Keyboard kbd = getShiftChangeKeyboard(shift); local
198 changeKeyboard(kbd);
294 Keyboard kbd = getShiftChangeKeyboard(shift); local
296 changeKeyboard(kbd);
300 Keyboard kbd = getShiftChangeKeyboard(mShiftOn); local
301 changeKeyboard(kbd);
  /external/qemu/hw/
pckbd.c 121 void *kbd; member in struct:KBDState
143 /* kbd data takes priority over aux data. */
186 printf("kbd: read status=0x%02x\n", val);
196 ps2_queue(s->kbd, b);
204 printf("kbd: write cmd=0x%02x\n", val);
285 val = ps2_read_data(s->kbd);
288 printf("kbd: read data=0x%02x\n", val);
298 printf("kbd: write data=0x%02x\n", val);
303 ps2_write_keyboard(s->kbd, val);
307 ps2_keyboard_set_translation(s->kbd, (s->mode & KBD_MODE_KCC) != 0)
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLElement135.js 80 Retrieve the class attribute of the KBD element and examine its value.
99 nodeList = doc.getElementsByTagName("kbd");
104 assertEquals("classNameLink","KBD-class",vclassname);
HTMLElement19.js 80 Retrieve the id attribute of the KBD element and examine its value.
99 nodeList = doc.getElementsByTagName("kbd");
104 assertEquals("idLink","Test-KBD",vid);
HTMLElement48.js 80 Retrieve the title attribute of the KBD element and examine its value.
99 nodeList = doc.getElementsByTagName("kbd");
104 assertEquals("titleLink","KBD Element",vtitle);
HTMLElement01.html 64 <KBD ID="Test-KBD" TITLE="KBD Element" LANG="en" DIR="ltr" CLASS="KBD-class">*2</KBD>
HTMLElement02.html 64 <KBD ID="Test-KBD" TITLE="KBD Element" LANG="en" DIR="ltr" CLASS="KBD-class">*2</KBD>
HTMLElement03.html 64 <KBD ID="Test-KBD" TITLE="KBD Element" LANG="en" DIR="ltr" CLASS="KBD-class">*2</KBD>
HTMLElement04.html 64 <KBD ID="Test-KBD" TITLE="KBD Element" LANG="en" DIR="ltr" CLASS="KBD-class">*2</KBD>
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLElement135.js 80 Retrieve the class attribute of the KBD element and examine its value.
99 nodeList = doc.getElementsByTagName("kbd");
104 assertEquals("classNameLink","KBD-class",vclassname);
HTMLElement19.js 80 Retrieve the id attribute of the KBD element and examine its value.
99 nodeList = doc.getElementsByTagName("kbd");
104 assertEquals("idLink","Test-KBD",vid);
HTMLElement48.js 80 Retrieve the title attribute of the KBD element and examine its value.
99 nodeList = doc.getElementsByTagName("kbd");
104 assertEquals("titleLink","KBD Element",vtitle);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 383 Keyboard[] kbd = mKeyboard[mCurrentLanguage][mDisplayMode][mCurrentKeyboardType][shift][mCurrentKeyMode]; local
385 if (!mNoInput && kbd[1] != null) {
386 return kbd[1];
388 return kbd[0];
402 Keyboard[] kbd = mKeyboard[mCurrentLanguage][mDisplayMode][mCurrentKeyboardType][mShiftOn][mode]; local
404 if (!mNoInput && kbd[1] != null) {
405 return kbd[1];
407 return kbd[0];
421 Keyboard[] kbd = mKeyboard[mCurrentLanguage][mDisplayMode][type][mShiftOn][mCurrentKeyMode]; local
423 if (!mNoInput && kbd[1] != null)
440 Keyboard[] kbd = mKeyboard[mCurrentLanguage][mDisplayMode][mCurrentKeyboardType][mShiftOn][mCurrentKeyMode]; local
466 Keyboard kbd; local
538 Keyboard kbd = getModeChangeKeyboard(mode); local
560 Keyboard kbd = getTypeChangeKeyboard(type); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgevents.c 49 sym.sym = evt->e.kbd.key;
50 sym.mod = evt->e.kbd.mods;
59 sym.unicode = evt->e.kbd.key;
60 sym.mod = evt->e.kbd.mods;
  /development/ide/emacs/
android-host.el 52 (define-key global-map (read-kbd-macro val) android-host-command-map)
56 (define-key map (kbd "a") 'android-adb-root)
57 (define-key map (kbd "r") 'android-adb-remount)
58 (define-key map (kbd "s") 'android-adb-sync)
59 (define-key map (kbd "b") 'android-adb-shell-reboot-bootloader)
60 (define-key map (kbd "f") 'android-fastboot-flashall))
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.c 74 @item @code{ALPHA} @tab @kbd{A-Za-z}
75 @item @code{ALNUM} @tab @kbd{A-Za-z0-9}
76 @item @code{BLANK} @tab @kbd{space tab}
78 @item @code{DIGIT} @tab @kbd{0-9}
80 @item @code{LOWER} @tab @kbd{a-z}
81 @item @code{PRINT} @tab @code{GRAPH ||} @kbd{space}
82 @item @code{PUNCT} @tab @kbd{`~!@@#$%^&*()_-=+[@{]@}\|;:'",<.>/?}
83 @item @code{SPACE} @tab @kbd{space tab \n \r \f \v}
84 @item @code{UPPER} @tab @kbd{A-Z}
85 @item @code{XDIGIT} @tab @kbd{0-9A-Fa-f
    [all...]

Completed in 334 milliseconds

1 2 3 4 5 6 7 8 91011>>