Home
last modified time | relevance | path

Searched defs:MAPPING (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/lib2to3/fixes/
Dfix_imports2.py6 MAPPING = { variable
Dfix_renames.py13 MAPPING = {"sys": {"maxint" : "maxsize"}, variable
Dfix_urllib.py12 MAPPING = {"urllib": [ variable
Dfix_imports.py8 MAPPING = {'StringIO': 'io', variable
/third_party/ntfs-3g/include/ntfs-3g/
Dsecurity.h42 struct MAPPING { struct
43 struct MAPPING *next; argument
44 int xid; /* linux id : uid or gid */
45 SID *sid; /* Windows id : usid or gsid */
46 int grcnt; /* group count (for users only) */
47 gid_t *groups; /* groups which the user is member of */