/frameworks/compile/mclinker/include/mcld/LD/ |
ELFSegment.h | 86 /// ----- modifiers ----- ///
|
LDSymbol.h | 117 // ----- modifiers ----- //
|
NamePool.h | 49 // ----- modifiers ----- //
|
/frameworks/compile/mclinker/include/mcld/MC/ |
SearchDirs.h | 67 // ----- modifiers ----- //
|
SymbolCategory.h | 39 // ----- modifiers ----- //
|
/libcore/luni/src/main/java/java/lang/reflect/ |
Constructor.java | 128 // append modifiers if any 304 * Returns the modifiers for this constructor. The {@link Modifier} class 307 * @return the modifiers for this constructor 430 * <li>modifiers (if any)
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_keyboard.h | 62 SDLMod mod; /**< current key modifiers */
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_keyboard.h | 62 SDLMod mod; /**< current key modifiers */
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_keyboard.h | 62 SDLMod mod; /**< current key modifiers */
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
command.js | 57 // All keyboard modifiers needs to match. 110 * well as optional key modifiers joinded with a '-'.
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
Field_info.java | 32 * The value of the access_flags item is a mask of modifiers used to describe 144 return "field_info: [modifiers: 0x" + Integer.toHexString(m_access_flags) + ", name_index = " + m_name_index + ", descriptor_index = " + m_descriptor_index + ']';
|
Method_info.java | 33 * The value of the access_flags item is a mask of modifiers used to describe 163 s.append ("method_info: [modifiers: 0x" + Integer.toHexString(m_access_flags) + ", name_index = " + m_name_index + ", descriptor_index = " + m_descriptor_index + "]\n");
|
/external/kernel-headers/original/linux/ |
netlink.h | 54 /* Modifiers to GET request */ 60 /* Modifiers to NEW request */
|
/external/qemu/hw/ |
usb-hid.c | 54 uint16_t modifiers; member in struct:USBKeyboardState 451 hid_code = usb_hid_usage_keys[key | ((s->modifiers >> 1) & (1 << 7))]; 452 s->modifiers &= ~(1 << 8); 459 if (s->modifiers & (1 << 9)) { 460 s->modifiers ^= 3 << 8; 465 s->modifiers &= ~(1 << (hid_code & 0x0f)); 469 s->modifiers |= 1 << (hid_code & 0x0f); 589 buf[0] = s->modifiers & 0xff;
|
/external/smack/src/org/xbill/DNS/ |
Generator.java | 125 // It's a substitution with modifiers. 180 ("invalid modifiers");
|
/external/webkit/Tools/QtTestBrowser/ |
webview.cpp | 251 setProperty("keyboardModifiers", QVariant::fromValue(int(event->modifiers()))); 259 setProperty("keyboardModifiers", QVariant::fromValue(int(event->modifiers())));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
types.h | 85 conventional uses of `long' or `long long' type modifiers match the 88 these types, where using the appropriate l or ll format modifiers can
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
types.h | 85 conventional uses of `long' or `long long' type modifiers match the 88 these types, where using the appropriate l or ll format modifiers can
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
types.h | 85 conventional uses of `long' or `long long' type modifiers match the 88 these types, where using the appropriate l or ll format modifiers can
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexToSigConverter.java | 297 // modifiers 298 Set<Modifier> modifiers = getModifier(getClassModifiers(dexClass)); local 299 sigClass.setModifiers(modifiers); 501 Set<Modifier> modifiers = getModifier(dexField.getModifiers()); local 502 modifiers.add(Modifier.STATIC); 503 enumConstant.setModifiers(modifiers); [all...] |
/external/webkit/Source/WebKit2/Shared/API/c/ |
WKSharedAPICast.h | 256 inline WKEventModifiers toAPI(WebEvent::Modifiers modifiers) 259 if (modifiers & WebEvent::ShiftKey) 261 if (modifiers & WebEvent::ControlKey) 263 if (modifiers & WebEvent::AltKey) 265 if (modifiers & WebEvent::MetaKey)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
XKBlib.h | 107 unsigned int latched_mods; /* latched modifiers */ 108 unsigned int locked_mods; /* locked modifiers */ 166 unsigned int changed_vmods; /* virtual modifiers with new names */ 377 unsigned int /* modifiers */, 394 unsigned int /* modifiers */, 402 unsigned int /* modifiers */,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
XKBlib.h | 107 unsigned int latched_mods; /* latched modifiers */ 108 unsigned int locked_mods; /* locked modifiers */ 166 unsigned int changed_vmods; /* virtual modifiers with new names */ 377 unsigned int /* modifiers */, 394 unsigned int /* modifiers */, 402 unsigned int /* modifiers */,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
XKBlib.h | 107 unsigned int latched_mods; /* latched modifiers */ 108 unsigned int locked_mods; /* locked modifiers */ 166 unsigned int changed_vmods; /* virtual modifiers with new names */ 377 unsigned int /* modifiers */, 394 unsigned int /* modifiers */, 402 unsigned int /* modifiers */,
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11events.c | [all...] |