HomeSort by relevance Sort by last modified time
    Searched full:modifiers (Results 201 - 225 of 971) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/iproute2/include/linux/
netlink.h 54 /* Modifiers to GET request */
60 /* Modifiers to NEW request */
  /external/javassist/src/main/javassist/bytecode/
ClassFilePrinter.java 42 /* 0x0020 (SYNCHRONIZED) means ACC_SUPER if the modifiers
49 + " modifiers: " + Integer.toHexString(cf.getAccessFlags()));
  /external/kernel-headers/original/linux/
gfp.h 13 /* Zone modifiers in GFP_ZONEMASK (see linux/mmzone.h - low three bits) */
25 * Action modifiers - doesn't change the zoning
  /external/llvm/lib/Target/R600/
R600InstrInfo.h 150 /// all the instruction modifiers initialized to their default values.
154 /// \returns a MachineInstr with all the instruction modifiers initialized
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlkeysym.html 161 >Current key modifiers</TD
240 > stores the current state of the keyboard modifiers as explained in <A
  /external/quake/quake/src/QW/scitech/include/
debug.h 47 #define __cdecl /* GCC doesn't know about __cdecl modifiers */
159 * _VARAPI - Modifiers for variables; Watcom C++ mangles C++ globals
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 47 #define __cdecl /* GCC doesn't know about __cdecl modifiers */
159 * _VARAPI - Modifiers for variables; Watcom C++ mangles C++ globals
  /external/webkit/Source/WebCore/bridge/jni/
JavaMethodJobject.cpp 84 int modifiers = callJNIMethod<jint>(aMethod, "getModifiers", "()I"); local
85 m_isStatic = static_cast<bool>(callJNIStaticMethod<jboolean>(modifierClass, "isStatic", "(I)Z", modifiers));
  /external/webkit/Source/WebCore/inspector/front-end/
CallStackSidebarPane.js 160 WebInspector.KeyboardShortcut.Modifiers.Ctrl);
164 WebInspector.KeyboardShortcut.Modifiers.Ctrl);
  /external/webkit/Source/WebCore/platform/
PlatformKeyboardEvent.h 135 // Text that would have been generated by the keyboard if no modifiers were pressed
156 unsigned modifiers() const { function in class:WebCore::PlatformKeyboardEvent
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 131 llvm::Twine("\nNo modifiers for strings yet\n"));
142 llvm::Twine("\nNo modifiers for strings yet\n"));
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 38 "cannot specify modifiers on empty regexp";
42 #define END_ERRORS (BAD_MODIF + sizeof(N_("cannot specify modifiers on empty regexp")))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netlink.h 56 /* Modifiers to GET request */
62 /* Modifiers to NEW request */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netlink.h 56 /* Modifiers to GET request */
62 /* Modifiers to NEW request */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
netlink.h 56 /* Modifiers to GET request */
62 /* Modifiers to NEW request */
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa.mm 466 NSUInteger modifiers = [event.os_event modifierFlags];
467 const bool cmdKey = (modifiers & NSCommandKeyMask) != 0;
468 const bool shiftKey = (modifiers & NSShiftKeyMask) != 0;
469 const bool cntrlKey = (modifiers & NSControlKeyMask) != 0;
470 const bool optKey = (modifiers & NSAlternateKeyMask) != 0;
  /external/webkit/Source/WebKit/win/
AccessibleBase.cpp 365 unsigned modifiers = EventHandler::accessKeyModifiers(); local
369 if (modifiers & PlatformKeyboardEvent::CtrlKey)
371 if (modifiers & PlatformKeyboardEvent::AltKey)
373 if (modifiers & PlatformKeyboardEvent::ShiftKey)
375 if (modifiers & PlatformKeyboardEvent::MetaKey)
  /frameworks/base/core/java/android/view/
KeyEvent.java 45 * Meta states describe the pressed state of key modifiers
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_views.cc 78 int modifiers = 0; local
81 modifiers |= WebKit::WebInputEvent::ShiftKey;
83 modifiers |= WebKit::WebInputEvent::ControlKey;
85 modifiers |= WebKit::WebInputEvent::AltKey;
87 modifiers |= WebKit::WebInputEvent::CapsLockOn;
89 return modifiers;
138 wmevent->modifiers = WebInputEventFlagsFromViewsEvent(event);
926 wmevent.modifiers |= WebKit::WebInputEvent::MiddleButtonDown;
930 wmevent.modifiers |= WebKit::WebInputEvent::RightButtonDown;
934 wmevent.modifiers |= WebKit::WebInputEvent::LeftButtonDown
    [all...]
  /docs/source.android.com/src/devices/tech/input/
key-character-map-files.jd 20 of Android key codes with modifiers to Unicode characters.</p>
148 <p><code>base</code>: Specifies the behavior (character that should be typed) when no modifiers
154 specified modifiers are active.</p>
158 when the both RIGHT SHIFT and RIGHT ALT modifiers are pressed together.</p>
161 <p>The following modifiers are recognized in modifier properties:</p>
255 the combination of that key press and the currently pressed modifiers.</p>
269 a key, no matter what modifiers are pressed. It essentially specifies the default
  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.cpp 222 void EventSender::keyDown(const QString& string, const QStringList& modifiers, unsigned int location)
226 for (int i = 0; i < modifiers.size(); ++i) {
227 const QString& m = modifiers.at(i);
614 QGraphicsSceneMouseEvent* EventSender::createGraphicsSceneMouseEvent(QEvent::Type type, const QPoint& pos, const QPoint& screenPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers)
622 event->setModifiers(modifiers);
627 QGraphicsSceneWheelEvent* EventSender::createGraphicsSceneWheelEvent(QEvent::Type type, const QPoint& pos, const QPoint& screenPos, int delta, Qt::KeyboardModifiers modifiers, Qt::Orientation orientation)
634 event->setModifiers(modifiers);
  /external/proguard/src/proguard/
ConfigurationParser.java 429 // Read the keep modifiers.
438 // Not a comma. Stop parsing the keep modifiers.
508 // Clear the class access modifiers.
512 // Parse the class annotations and access modifiers until the class keyword.
532 // Parse the class access modifiers.
576 throw new ParseException("Conflicting class access modifiers for '" + strippedWord +
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_browsertest.cc 179 int modifiers) {
182 (modifiers & ui::EF_CONTROL_DOWN) != 0,
183 (modifiers & ui::EF_SHIFT_DOWN) != 0,
184 (modifiers & ui::EF_ALT_DOWN) != 0,
185 (modifiers & ui::EF_COMMAND_DOWN) != 0));
188 void SendKey(ui::KeyboardCode key, int modifiers) {
189 SendKeyForBrowser(browser(), key, modifiers); local
199 int modifiers,
204 (modifiers & ui::EF_CONTROL_DOWN) != 0,
205 (modifiers & ui::EF_SHIFT_DOWN) != 0
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.cpp 226 keyCode = ((keyboard.modifiers & WebInputEvent::ShiftKey) ? VKEY_PRIOR : VKEY_NEXT);
228 if (keyboard.modifiers == WebInputEvent::ControlKey) {
242 if (keyboard.isSystemKey || (keyboard.modifiers & WebInputEvent::ShiftKey))
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 206 int modifiers = m.getModifiers(); local
207 if (! (Modifier.isStatic(modifiers) && Modifier.isPublic(modifiers))) {

Completed in 2572 milliseconds

1 2 3 4 5 6 7 891011>>