Home
last modified time | relevance | path

Searched refs:core_version (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1360 char core_version[12]; in CheckPythonExe() local
1361 wsprintf(core_version, "%d.%d", bound_image_major, bound_image_minor); in CheckPythonExe()
1362 if (strcmp(version, core_version)) in CheckPythonExe()
1434 char core_version[80]; in GetPythonVersions() local
1443 bufsize = sizeof(core_version); in GetPythonVersions()
1445 core_version, &bufsize, NULL, in GetPythonVersions()
1452 bufsize = sizeof(core_version); in GetPythonVersions()
1454 if (version && *version && strcmp(version, core_version)) in GetPythonVersions()
1458 core_version); in GetPythonVersions()
1461 core_version); in GetPythonVersions()
/external/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py284 core_version = float(name)
286 core_version = 0.0
288 if core_version > 0.0: