HomeSort by relevance Sort by last modified time
    Searched refs:ALT (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 25 * (shift and alt) and the pseudo-meta state of selecting text.
75 private static final Object ALT = new NoCopySpan.Concrete();
84 text.removeSpan(ALT);
99 getActive(text, ALT, META_ALT_ON, META_ALT_LOCKED) |
118 return getActive(text, ALT, 1, 2);
156 adjust(content, ALT);
165 return what == CAP || what == ALT || what == SYM ||
192 resetLock(content, ALT);
216 press(content, ALT);
272 release(content, ALT);
    [all...]
  /external/qemu/
curses_keys.h 37 #define ALT 0x0400
39 /* curses won't detect a Control + Alt + 1, so use Alt + 1 */
40 #define QEMU_KEY_CONSOLE0 (2 | ALT) /* (curses2keycode['1'] | ALT) */
curses.c 210 /* alt key */
220 keycode |= ALT;
251 if (keycode & ALT)
259 if (keycode & ALT)
  /bionic/libc/stdio/
vfprintf.c 144 #define ALT 0x0001 /* alternate form */
369 flags |= ALT;
528 if (ndig > 1 || flags & ALT)
533 if (prec || flags & ALT)
539 if (flags & ALT)
632 if (flags & ALT && _umax != 0)
664 if (flags & ALT && *cp != '0')
753 if (expt < ndig || (flags & ALT) != 0) {
765 if (flags & ALT)
774 if (ndig > 1 || flags & ALT) {
    [all...]
  /external/webkit/JavaScriptCore/pcre/
pcre_internal.h 322 macro(ALT) \
pcre_exec.cpp 575 BEGIN_OPCODE(ALT):
    [all...]
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 533 QAction* showInspectorAction = toolsMenu->addAction("Show Web Inspector", inspector, SLOT(setVisible(bool)), QKeySequence(Qt::CTRL | Qt::ALT | Qt::Key_I));
540 touchMockAction->setShortcut(QKeySequence(Qt::CTRL | Qt::ALT | Qt::Key_T));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 142 * The <em>current</em> alternate selection, if any, which changes when the Alt key is
783 * Alt key is used to cycle selection through objects at the same level than the one
784 * pointed at (i.e. click on an object then alt-click to cycle).
790 boolean isAlt = (e.stateMask & SWT.ALT) != 0;
819 // Case where alt is pressed: select or cycle the object pointed at.
821 // Note: if shift and alt are pressed, shift is ignored. The alternate selection
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 344 milliseconds