HomeSort by relevance Sort by last modified time
    Searched full:modifiers (Results 376 - 400 of 787) sorted by null

<<11121314151617181920>>

  /ndk/sources/host-tools/sed-4.2.1/po/
sed.pot 187 msgid "cannot specify modifiers on empty regexp"
zh_CN.po 187 msgid "cannot specify modifiers on empty regexp"
zh_TW.po 186 msgid "cannot specify modifiers on empty regexp"
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
list 267 // 23.2.2.3 modifiers:
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 222 /* Key masks. Used as modifiers to GrabButton and GrabKey, results of QueryPointer,
Xlibint.h 154 unsigned int mode_switch; /* keyboard group modifiers */
155 unsigned int num_lock; /* keyboard numlock modifiers */
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
list 267 // 23.2.2.3 modifiers:
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
list 267 // 23.2.2.3 modifiers:
  /system/core/sh/
output.c 264 * - The l, ll and q modifiers are accepted.
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /cts/tests/tests/view/src/android/view/cts/
KeyEventTest.java 560 for (int modifiers : invalidModifiers) {
562 KeyEvent.metaStateHasModifiers(0, modifiers);
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_mac.mm 883 const NSUInteger modifiers = [[NSApp currentEvent] modifierFlags];
884 if ((modifiers & NSShiftKeyMask) != 0) {
    [all...]
autocomplete_edit_view_gtk.cc 1328 GdkModifierType modifiers; local
    [all...]
  /external/clang/include/clang/Basic/
Builtins.def 44 // Types may be prefixed with the following modifiers:
52 // Types may be postfixed with the following modifiers:
    [all...]
  /external/icu4c/io/
uprntf_p.c     [all...]
uscanf_p.c 69 /* u_scanf modifiers */
198 /* Get any modifiers */
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 971 ANPKeyModifier modifiers; member in struct:ANPEvent::__anon13471::__anon13472
982 ANPKeyModifier modifiers; member in struct:ANPEvent::__anon13471::__anon13474
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 927 if (ev->modifiers() == Qt::ShiftModifier)
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
custom-components.jd 138 property accessors and modifiers, and possibly more sophisticated
394 You might also create your own properties with accessors and modifiers,
  /frameworks/base/docs/html/guide/topics/views/
custom-views.jd 132 property accessors and modifiers, and possibly more sophisticated
385 You might also create your own properties with accessors and modifiers,
  /ndk/sources/host-tools/sed-4.2.1/
NEWS 102 * fix bug that prevented 's' command modifiers from working
370 * Added `m' and `M' modifiers to `s' command for multi-line
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 277 // and there are no modifiers being used, we don't want to change the selection.
317 // and there are no modifiers being used, we don't want to change the selection.
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.mm 54 int modifiers = 0;
55 if (flags & NSControlKeyMask) modifiers |= WebInputEvent::ControlKey;
56 if (flags & NSShiftKeyMask) modifiers |= WebInputEvent::ShiftKey;
57 if (flags & NSAlternateKeyMask) modifiers |= WebInputEvent::AltKey;
58 if (flags & NSCommandKeyMask) modifiers |= WebInputEvent::MetaKey;
59 return modifiers;
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.cpp 526 * Return the modifiers (a/k/a access flags) for a reference type.
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 1057 milliseconds

<<11121314151617181920>>