HomeSort by relevance Sort by last modified time
    Searched full:caps (Results 126 - 150 of 228) sorted by null

1 2 3 4 56 7 8 910

  /frameworks/base/core/java/android/view/inputmethod/
EditorInfo.java 197 * caps mode.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 301 // Check if it's the same word, only caps are different
  /packages/inputmethods/OpenWnn/res/values/
strings.xml 235 <string name="indicator_caps">CAPS</string>
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 452 // cannot check exact size set, since the implementation caps it at an arbitrary limit
484 // cannot check exact size, since the implementation caps it at an arbitrary limit
    [all...]
  /external/webkit/WebCore/inspector/front-end/
SourceCSSTokenizer.re2js 104 "button-bevel", "buttonface", "buttonhighlight", "buttonshadow", "buttontext", "cambodian", "capitalize", "caps-lock-indicator",
135 "small", "small-caps", "small-caption", "smaller", "solid", "somali", "source-atop", "source-in", "source-out", "source-over",
  /external/webkit/WebCore/platform/mac/
KeyEventMac.mm 413 // VK_CAPITAL (14) caps locks key
498 // VK_CAPITAL (14) CAPS LOCK key
  /external/webkit/WebCore/rendering/
RenderTextControlSingleLine.cpp 353 // Only draw the caps lock indicator if these things are true:
357 // 4) The caps lock is on
  /external/wpa_supplicant/
driver.h 44 * @caps: capability information field in host byte order
63 u16 caps; member in struct:wpa_scan_result
  /frameworks/base/docs/html/guide/topics/search/
searchable-config.jd 70 <p class="caps">attributes:</p>
289 <p class="caps">attributes:</p>
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.c 774 if (!ie && !ie2 && res->caps & IEEE80211_CAP_PRIVACY) {
780 if (res->caps & IEEE80211_CAP_IBSS) {
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 1132 int caps = TextKeyListener.getMetaState(editingBuffer, local
    [all...]
TextUtils.java     [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 3043 CodecCapabilities *caps = &results->editItemAt(results->size() - 1); local
3060 CodecCapabilities *caps = &results->editItemAt(results->size() - 1); local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 292 /** Auto caps mode */
1120 int caps = connection.getCursorCapsMode(editor.inputType); local
    [all...]
  /external/grub/docs/
help2man 226 # Man pages traditionally have the page title in caps.
  /external/grub/stage2/
tparm.c 459 * A few caps (such as plab_norm) have string-valued parms.
  /external/qemu/distrib/sdl-1.2.12/src/events/
SDL_keyboard.c 284 keynames[SDLK_CAPSLOCK] = "caps lock";
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosevents.c 460 if ((state & 16) == 0) /* Caps lock is on */
  /external/quake/quake/src/QW/client/
snd_win.c 253 Con_SafePrintf ("Couldn't get DS caps\n");
  /external/quake/quake/src/WinQuake/
snd_win.cpp 255 Con_SafePrintf ("Couldn't get DS caps\n");
  /external/webkit/WebCore/platform/
KeyboardCodes.h 78 // VK_CAPITAL (14) CAPS LOCK key
  /external/webkit/WebCore/platform/android/
KeyboardCodes.h 65 // VK_CAPITAL (14) CAPS LOCK key
  /external/webkit/WebCore/platform/chromium/
KeyCodeConversionGtk.cpp 119 return VKEY_CAPITAL; // (14) CAPS LOCK key
KeyboardCodesPosix.h 64 // VKEY_CAPITAL (14) CAPS LOCK key
KeyboardCodesWin.h 70 // VKEY_CAPITAL (14) CAPS LOCK key

Completed in 342 milliseconds

1 2 3 4 56 7 8 910