/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
H A D | makesetup | 148 mods= 184 [a-zA-Z_]*) mods="$mods $arg";; 192 MODS="$MODS $mods" 230 for mod in $mods
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
H A D | makesetup | 148 mods= 184 [a-zA-Z_]*) mods="$mods $arg";; 192 MODS="$MODS $mods" 230 for mod in $mods
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
H A D | XKBstr.h | 52 unsigned char mods; member in struct:_XkbStateRec 71 unsigned char mask; /* effective mods */ 79 XkbModsRec mods; member in struct:_XkbKTMapEntry 83 XkbModsRec mods; member in struct:_XkbKeyType 210 unsigned char mods; member in struct:_XkbRedirectKeyAction 247 XkbModAction mods; member in union:_XkbAction 352 unsigned char mods; member in struct:_XkbSymInterpretRec 369 XkbModsRec mods; member in struct:_XkbIndicatorMapRec 375 ((i)->which_mods&&(i)->mods.mask)||\
|
H A D | XInput2.h | 261 XIModifierState mods; member in struct:__anon1882 303 XIModifierState mods; member in struct:__anon1884 376 XIModifierState *mods,
|
H A D | XI2proto.h | 389 xXIModifierInfo mods; member in struct:__anon1774 970 xXIModifierInfo mods; member in struct:__anon1811 1025 xXIModifierInfo mods; member in struct:__anon1813
|
H A D | 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.15-4.8/sysroot/usr/include/X11/extensions/ |
H A D | XKBstr.h | 52 unsigned char mods; member in struct:_XkbStateRec 71 unsigned char mask; /* effective mods */ 79 XkbModsRec mods; member in struct:_XkbKTMapEntry 83 XkbModsRec mods; member in struct:_XkbKeyType 210 unsigned char mods; member in struct:_XkbRedirectKeyAction 247 XkbModAction mods; member in union:_XkbAction 352 unsigned char mods; member in struct:_XkbSymInterpretRec 369 XkbModsRec mods; member in struct:_XkbIndicatorMapRec 375 ((i)->which_mods&&(i)->mods.mask)||\
|
H A D | XInput2.h | 251 XIModifierState mods; member in struct:__anon3741 293 XIModifierState mods; member in struct:__anon3743 344 XIModifierState *mods,
|
H A D | XI2proto.h | 387 xXIModifierInfo mods; member in struct:__anon3637 952 xXIModifierInfo mods; member in struct:__anon3672 1007 xXIModifierInfo mods; member in struct:__anon3674
|
H A D | 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/python/darwin-x86/2.7.5/lib/python2.7/ |
H A D | 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)
|
H A D | trace.py | 342 mods = sums.keys() 343 mods.sort() 345 for m in mods:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
H A D | 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)
|
H A D | trace.py | 342 mods = sums.keys() 343 mods.sort() 345 for m in mods:
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ |
H A D | 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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
H A D | 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/ |
H A D | 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/ |
H A D | test_ast.py | 358 mods = [pickle] 361 mods.append(cPickle) 365 for mod in mods:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
H A D | 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.15-4.8/sysroot/usr/include/X11/ |
H A D | XKBlib.h | 87 unsigned int vmods; /* mask of changed virtual mods */ 103 unsigned int mods; /* modifier state */ member in struct:_XkbStateNotifyEvent 108 unsigned char grab_mods; /* mods used for grabs */ 109 unsigned char compat_grab_mods;/* grab mods for non-XKB clients */ 110 unsigned char lookup_mods; /* mods sent to clients */ 111 unsigned char compat_lookup_mods; /* mods sent to non-XKB clients */ 215 unsigned int mods; /* effective mods */ member in struct:_XkbActionMessage 383 unsigned int /* mods */,
|
/prebuilts/devtools/tools/lib/ |
H A D | jcommon-1.0.12.jar | META-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ... |
/prebuilts/tools/common/jfreechart/ |
H A D | jcommon-1.0.12.jar | META-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ com/keypoint/PngEncoder.class PngEncoder. ... |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
H A D | jcommon-1.0.12.jar | META-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ... |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/ |
H A D | asm-debug-all-4.0.jar | META-INF/ META-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor ... |
/prebuilts/tools/common/asm-tools/ |
H A D | asm-debug-all-4.0.jar | META-INF/ META-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor ... |