/external/gcc-demangle/ |
cp-demangle.c | [all...] |
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 43 ASTList mods = parseMemberMods(); local 64 return parseMethod1(tbl, isConstructor, mods, d); 66 return parseField(tbl, mods, d); 74 private FieldDecl parseField(SymbolTable tbl, ASTList mods, 85 return new FieldDecl(mods, new ASTList(d, new ASTList(expr))); 104 ASTList mods, Declarator d) 138 return new MethodDecl(mods, new ASTList(d, [all...] |
CodeGen.java | 255 ASTList mods = method.getModifiers(); local 257 while (mods != null) { 258 Keyword k = (Keyword)mods.head(); 259 mods = mods.tail(); [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
cp-demangle.c | [all...] |
/external/chromium_org/ui/base/x/ |
x11_util.cc | 415 xievent->mods.base == next_xievent->mods.base && 416 xievent->mods.latched == next_xievent->mods.latched && 417 xievent->mods.locked == next_xievent->mods.locked && 418 xievent->mods.effective == next_xievent->mods.effective) { [all...] |
/external/chromium_org/chrome/browser/chromeos/events/ |
event_rewriter.cc | 392 reinterpret_cast<unsigned int*>(&xievent->mods.effective)); 420 reinterpret_cast<unsigned int*>(&xievent->mods.effective)); 733 reinterpret_cast<unsigned int*>(&xievent->mods.effective)); 738 (xievent->mods.effective & Mod1Mask) && xievent->detail == Button1) { 741 xievent->mods.effective &= ~Mod1Mask; 745 // mods, and set the right button. 748 xievent->mods.effective &= ~Button1Mask;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 513 mods = self.badmodules[name].keys() 514 mods.sort() 515 print "?", name, "imported from", ', '.join(mods) 522 mods = self.badmodules[name].keys() 523 mods.sort() 524 print "?", name, "imported from", ', '.join(mods)
|
trace.py | 342 mods = sums.keys() 343 mods.sort() 345 for m in mods:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 513 mods = self.badmodules[name].keys() 514 mods.sort() 515 print "?", name, "imported from", ', '.join(mods) 522 mods = self.badmodules[name].keys() 523 mods.sort() 524 print "?", name, "imported from", ', '.join(mods)
|
trace.py | 342 mods = sums.keys() 343 mods.sort() 345 for m in mods:
|
/external/chromium_org/ui/events/x/ |
events_x.cc | 390 GetEventFlagsFromXState(xievent->mods.effective) | 400 GetEventFlagsFromXState(xievent->mods.effective); 414 GetEventFlagsFromXState(xievent->mods.effective);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/ |
XI2proto.h | 360 xXIModifierInfo mods; member in struct:__anon45063 884 xXIModifierInfo mods; member in struct:__anon45096 939 xXIModifierInfo mods; member in struct:__anon45098 [all...] |
XKBproto.h | 112 CARD8 mods; member in struct:_xkbGetStateReply 396 CARD8 mods; member in struct:_xkbSymInterpretWireDesc 502 CARD8 mods; member in struct:_xkbIndicatorMapWireDesc 545 CARD8 mods; member in struct:_xkbGetNamedIndicatorReply 1085 CARD8 mods; member in struct:_xkbStateNotify 1212 CARD8 mods; member in struct:_xkbActionMessage
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XI2proto.h | 360 xXIModifierInfo mods; member in struct:__anon46799 884 xXIModifierInfo mods; member in struct:__anon46832 939 xXIModifierInfo mods; member in struct:__anon46834 [all...] |
XKBproto.h | 112 CARD8 mods; member in struct:_xkbGetStateReply 396 CARD8 mods; member in struct:_xkbSymInterpretWireDesc 502 CARD8 mods; member in struct:_xkbIndicatorMapWireDesc 545 CARD8 mods; member in struct:_xkbGetNamedIndicatorReply 1085 CARD8 mods; member in struct:_xkbStateNotify 1212 CARD8 mods; member in struct:_xkbActionMessage
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winldap.h | 410 WINLDAPAPI ULONG LDAPAPI ldap_modifyW(LDAP *ld,PWCHAR dn,LDAPModW *mods[]); 411 WINLDAPAPI ULONG LDAPAPI ldap_modifyA(LDAP *ld,PCHAR dn,LDAPModA *mods[]); 412 WINLDAPAPI ULONG LDAPAPI ldap_modify_sW(LDAP *ld,PWCHAR dn,LDAPModW *mods[]); 413 WINLDAPAPI ULONG LDAPAPI ldap_modify_sA(LDAP *ld,PCHAR dn,LDAPModA *mods[]); 414 WINLDAPAPI ULONG LDAPAPI ldap_modify_extW(LDAP *ld,const PWCHAR dn,LDAPModW *mods[],PLDAPControlW *ServerControls,PLDAPControlW *ClientControls,ULONG *MessageNumber); 415 WINLDAPAPI ULONG LDAPAPI ldap_modify_extA(LDAP *ld,const PCHAR dn,LDAPModA *mods[],PLDAPControlA *ServerControls,PLDAPControlA *ClientControls,ULONG *MessageNumber); 416 WINLDAPAPI ULONG LDAPAPI ldap_modify_ext_sW(LDAP *ld,const PWCHAR dn,LDAPModW *mods[],PLDAPControlW *ServerControls,PLDAPControlW *ClientControls); 417 WINLDAPAPI ULONG LDAPAPI ldap_modify_ext_sA(LDAP *ld,const PCHAR dn,LDAPModA *mods[],PLDAPControlA *ServerControls,PLDAPControlA *ClientControls); 425 WINLDAPAPI ULONG LDAPAPI ldap_modify(LDAP *ld,PCHAR dn,LDAPModA *mods[]); 426 WINLDAPAPI ULONG LDAPAPI ldap_modify_s(LDAP *ld,PCHAR dn,LDAPModA *mods[]); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ast.py | 358 mods = [pickle] 361 mods.append(cPickle) 365 for mod in mods:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ast.py | 358 mods = [pickle] 361 mods.append(cPickle) 365 for mod in mods:
|
/external/chromium_org/ash/sticky_keys/ |
sticky_keys_controller.cc | 521 reinterpret_cast<unsigned int*>(&xievent->mods.effective)); 542 &xievent->mods.effective));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/ |
XKBlib.h | 89 unsigned int vmods; /* mask of changed virtual mods */ 105 unsigned int mods; /* modifier state */ member in struct:_XkbStateNotifyEvent 110 unsigned char grab_mods; /* mods used for grabs */ 111 unsigned char compat_grab_mods;/* grab mods for non-XKB clients */ 112 unsigned char lookup_mods; /* mods sent to clients */ 113 unsigned char compat_lookup_mods; /* mods sent to non-XKB clients */ 217 unsigned int mods; /* effective mods */ member in struct:_XkbActionMessage 385 unsigned int /* mods */,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
XKBlib.h | 89 unsigned int vmods; /* mask of changed virtual mods */ 105 unsigned int mods; /* modifier state */ member in struct:_XkbStateNotifyEvent 110 unsigned char grab_mods; /* mods used for grabs */ 111 unsigned char compat_grab_mods;/* grab mods for non-XKB clients */ 112 unsigned char lookup_mods; /* mods sent to clients */ 113 unsigned char compat_lookup_mods; /* mods sent to non-XKB clients */ 217 unsigned int mods; /* effective mods */ member in struct:_XkbActionMessage 385 unsigned int /* mods */,
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_bookmark_unittest.cc | 891 FakeServerChange mods(&trans); [all...] |
/external/chromium_org/ui/events/test/ |
events_test_utils_x11.cc | 179 xievent->mods.effective = XEventState(flags);
|
/external/checkpolicy/test/ |
dismod.c | 751 policydb_t module, *mods = &module; local 766 if (read_policy(module_name, mods)) { 781 ret = link_modules(NULL, base, &mods, 1, 0);
|
/external/lldb/test/ |
lldbutil.py | 654 mods = get_module_names(thread) 678 num=i, addr=load_addr, mod=mods[i], symbol=symbols[i], offset=symbol_offset) 681 num=i, addr=load_addr, mod=mods[i],
|