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

<<11121314151617181920>>

  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 50 * {@link MetaKeyKeyListener} implements chorded and toggled key modifiers.
51 * When key modifiers are toggled into a latched or locked state, the state
53 * meta state integer managed by the client. These latched or locked modifiers
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 135 int modifiers = m.getModifiers(); local
136 if (! (Modifier.isStatic(modifiers) && Modifier.isPublic(modifiers))) {
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 4626 int type, modifiers; local
4728 int modifiers, keycode; local
    [all...]
ui_controls_win.cc 186 INPUT input[8] = { 0 }; // 8, assuming all the modifiers are activated.
  /external/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js 490 var shortcutK = shortcut.makeDescriptor("k", WebInspector.KeyboardShortcut.Modifiers.Meta);
496 var shortcutL = shortcut.makeDescriptor("l", WebInspector.KeyboardShortcut.Modifiers.Ctrl);
505 shortcut.shortcutToString(shortcut.Keys.Tab, shortcut.Modifiers.Shift)
515 shortcut.shortcutToString("N", shortcut.Modifiers.Alt),
516 shortcut.shortcutToString("P", shortcut.Modifiers.Alt)
    [all...]
StylesSidebarPane.js 537 shortcut.shortcutToString(shortcut.Keys.Tab, shortcut.Modifiers.Shift)
546 shortcut.shortcutToString(shortcut.Keys.Up, shortcut.Modifiers.Shift),
547 shortcut.shortcutToString(shortcut.Keys.Down, shortcut.Modifiers.Shift)
556 shortcut.shortcutToString(shortcut.Keys.PageUp, shortcut.Modifiers.Shift),
557 shortcut.shortcutToString(shortcut.Keys.PageDown, shortcut.Modifiers.Shift)
561 shortcut.shortcutToString(shortcut.Keys.PageUp, shortcut.Modifiers.Alt),
562 shortcut.shortcutToString(shortcut.Keys.PageDown, shortcut.Modifiers.Alt)
    [all...]
  /external/clang/test/
cxx-sections.data 552 19.5.2.4 [syserr.errcode.modifiers]
559 19.5.3.4 [syserr.errcondition.modifiers]
695 20.8.9.2.5 [unique.ptr.single.modifiers]
699 20.8.9.3.3 [unique.ptr.runtime.modifiers]
772 21.4.6 [string.modifiers]
909 23.3.2.3 [deque.modifiers]
915 23.3.3.4 [forwardlist.modifiers]
921 23.3.4.3 [list.modifiers]
941 23.3.6.4 [vector.modifiers]
948 23.4.1.3 [map.modifiers]
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]
  /external/llvm/docs/
CommandLine.html 45 <li><a href="#modifiers">Option Modifiers</a>
54 <li><a href="#misc">Miscellaneous option modifiers</a></li>
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 698 assert(ModifierLen == 0 && "No modifiers for strings yet");
704 assert(ModifierLen == 0 && "No modifiers for strings yet");
754 assert(ModifierLen == 0 && "No modifiers for strings yet");
  /external/javassist/src/main/javassist/compiler/
Parser.java 70 * : member.modifiers
94 * : member.modifiers
160 /* member.modifiers
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
c-common.h 41 C++, and Objective-C. All the type modifiers have to be in one
43 are 27 type modifiers; if we add many more we will have to redesign
48 /* Modifiers: */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
c-common.h 41 C++, and Objective-C. All the type modifiers have to be in one
43 are 27 type modifiers; if we add many more we will have to redesign
48 /* Modifiers: */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
c-common.h 41 C++, and Objective-C. All the type modifiers have to be in one
43 are 27 type modifiers; if we add many more we will have to redesign
48 /* Modifiers: */
    [all...]
  /external/javassist/src/main/javassist/
CtClass.java 467 * Returns the modifiers for this class, encoded in an integer.
471 * the returned modifiers include <code>Modifier.STATIC</code>.
547 * Sets the modifiers.
553 * @param mod modifiers encoded by
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h 101 Uint32 current_mods; /* current keyboard modifiers, to track modifier state */
  /external/quake/quake/src/QW/progs/
combat.qc 173 // Rocket Jump modifiers
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 299 "Characters ignoring modifiers: %@\n"
  /external/webkit/Source/WebKit/mac/WebView/
WebPolicyDelegate.h 167 in its action. This is to avoid possible confusion about the modifiers.
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPolicyDelegate.idl 186 in its action. This is to avoid possible confusion about the modifiers.
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePage.h 174 typedef void (*WKBundlePageMouseDidMoveOverElementCallback)(WKBundlePageRef page, WKBundleHitTestResultRef hitTestResult, WKEventModifiers modifiers, WKTypeRef* userData, const void *clientInfo);
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 463 OpenGLRenderer* renderer, jint modifiers) {
464 if (modifiers & MODIFIER_SHADOW) renderer->resetShadow();
465 if (modifiers & MODIFIER_SHADER) renderer->resetShader();
466 if (modifiers & MODIFIER_COLOR_FILTER) renderer->resetColorFilter();
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
ClassTest.java 109 //System.out.println("Modifiers: " + Modifier.toString(helloClass.getModifiers()));
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
WebViewEventSender.java 54 + character.getBytes()[0] + ") Modifiers: "
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 69 // defaults, which can be changed by security modifiers

Completed in 1293 milliseconds

<<11121314151617181920>>