/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
getbuildinfo.c | 50 const char *hgid = _Py_hgidentifier();
local 51 if (!(*hgid))
52 hgid = "default";
54 "%s%s%s, %.20s, %.9s", hgid, sep, revision,
78 const char *hgtag, *hgid;
local 81 hgid = hgtag;
83 hgid = HGBRANCH;
84 return hgid;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
getbuildinfo.c | 50 const char *hgid = _Py_hgidentifier();
local 51 if (!(*hgid))
52 hgid = "default";
54 "%s%s%s, %.20s, %.9s", hgid, sep, revision,
78 const char *hgtag, *hgid;
local 81 hgid = hgtag;
83 hgid = HGBRANCH;
84 return hgid;
|
/external/python/cpython2/Modules/ |
getbuildinfo.c | 50 const char *hgid = _Py_hgidentifier(); local 51 if (!(*hgid)) 52 hgid = "default"; 54 "%s%s%s, %.20s, %.9s", hgid, sep, revision, 78 const char *hgtag, *hgid; local 81 hgid = hgtag; 83 hgid = HGBRANCH; 84 return hgid;
|
/prebuilts/python/darwin-x86/2.7.5/lib/ |
libpython2.7.a | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
libpython2.7.a | [all...] |