HomeSort by relevance Sort by last modified time
    Searched refs:mods (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macevents.c 170 } mods[] = { local
196 for ( i=0; mods[i].mask; ++i ) {
197 mask = mods[i].mask;
199 keysym.sym = mods[i].key;
201 (mods[i].key == SDLK_CAPSLOCK) ) {
  /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 468 xievent->mods.base == next_xievent->mods.base &&
469 xievent->mods.latched == next_xievent->mods.latched &&
470 xievent->mods.locked == next_xievent->mods.locked &&
471 xievent->mods.effective == next_xievent->mods.effective) {
    [all...]
  /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:
  /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:__anon45993
884 xXIModifierInfo mods; member in struct:__anon46026
939 xXIModifierInfo mods; member in struct:__anon46028
    [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:__anon47729
884 xXIModifierInfo mods; member in struct:__anon47762
939 xXIModifierInfo mods; member in struct:__anon47764
    [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/ui/events/test/
events_test_utils_x11.cc 185 xievent->mods.effective = XEventState(flags);
197 xievent->mods.effective = XEventState(flags);
  /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     [all...]
  /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],
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
parse-js.js 459 var mods = read_while(function(ch){
462 return token("regexp", [ regexp, mods ]);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
LinkedHashSet.h 251 void checkModifications(int64_t mods) const { m_impl.checkModifications(mods); }

Completed in 2403 milliseconds

12 3 4