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

<<11121314151617181920>>

  /external/javassist/src/main/javassist/
CtBehavior.java 124 * Obtains the modifiers of the method/constructor.
126 * @return modifiers encoded with
135 * Sets the encoded modifiers of the method/constructor.
137 * <p>Changing the modifiers may cause a problem.
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxevents.c 131 GR_KEYMOD mod = keystroke -> modifiers ;
  /external/skia/src/gpu/gl/
GrGLShaderVar.h 258 // modifiers in the future then they should be placed in a list.
  /external/webkit/Source/WebCore/bridge/objc/
objc_utility.mm 304 // skip these type modifiers
  /external/webkit/Tools/DumpRenderTree/chromium/
TextInputController.cpp 241 keyDown.modifiers = 0;
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
AutomaticActivity.java 246 * Inserts the error value into all TestResult objects, associated with each of its modifiers
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 103 // ----- modifiers ----- //
  /libcore/luni/src/main/java/java/lang/reflect/
Field.java 162 // append modifiers if any
472 * Returns the modifiers for this field. The {@link Modifier} class should
475 * @return the modifiers for this field
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
set 100 // modifiers:
256 // modifiers:
514 // modifiers:
852 // modifiers:
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/
deque 275 // 23.2.1.3 modifiers:
multiset.h 181 // modifiers:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/
deque 275 // 23.2.1.3 modifiers:
multiset.h 181 // modifiers:
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
deque 275 // 23.2.1.3 modifiers:
multiset.h 181 // modifiers:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 179 * @param modifierMask the keyboard modifiers pressed during the drag
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplatePage.java     [all...]
  /external/proguard/docs/manual/
gui.html 241 classes, based on their access modifiers.
273 fields, based on their access modifiers.
296 methods, based on their access modifiers.
  /external/qemu/distrib/sdl-1.2.15/docs/html/
guideinputkeyboard.html 127 >, however it enumerates keyboard modifiers (Control, Alt, Shift). The full list of modifier symbols is <A
133 > values can be AND'd together to represent several modifiers.</P
173 > field describes the state of the keyboard modifiers at the time the key press or release occurred. So a value of <TT
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 157 uint32_t modifiers = static_cast<uint32_t>(InjectedBundleNavigationAction::modifiersForNavigationAction(navigationAction)); local
162 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::CreateNewPage(windowFeatures, modifiers, mouseButton), Messages::WebPageProxy::CreateNewPage::Reply(newPageID, parameters), m_page->pageID()))
469 m_page->injectedBundleUIClient().mouseDidMoveOverElement(m_page, hitTestResult, static_cast<WebEvent::Modifiers>(modifierFlags), userData);
  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 126 * Gets the meta state used for movement using the modifiers tracked by the text
129 * The movement meta state excludes the state of locked modifiers or the SHIFT key
137 // We ignore locked modifiers and SHIFT.
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/android/webkit/
AccessibilityInjectorFallback.java 46 * In general a key binding is a mapping from modifiers + key code to
603 * @param keyCodeAndModifiers The key for the binding (key and modifiers).
614 builder.append("modifiers: ");
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 130 int modifiers = m.getModifiers(); local
131 if (! (Modifier.isStatic(modifiers) && Modifier.isPublic(modifiers))) {
  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 164 // if paints are equal, then modifiers + paint attribs don't need to be compared
169 /* Draw Modifiers compatibility check
547 // save and restore (with draw modifiers) so that reordering doesn't affect final state

Completed in 620 milliseconds

<<11121314151617181920>>