Home
last modified time | relevance | path

Searched refs:VER_MAJOR (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/PC/layout/support/
Dconstants.py30 VER_MAJOR, VER_MINOR, VER_MICRO, VER_FIELD4 = _unpack_hexversion() variable
33 VER_DOT = "{}.{}".format(VER_MAJOR, VER_MINOR)
35 PYTHON_DLL_NAME = "python{}{}.dll".format(VER_MAJOR, VER_MINOR)
36 PYTHON_STABLE_DLL_NAME = "python{}.dll".format(VER_MAJOR)
37 PYTHON_ZIP_NAME = "python{}{}.zip".format(VER_MAJOR, VER_MINOR)
38 PYTHON_PTH_NAME = "python{}{}._pth".format(VER_MAJOR, VER_MINOR)
41 VER_MAJOR, VER_MINOR, VER_MICRO, VER_SUFFIX
Dappxmanifest.py25 Version="{}.{}.{}.0".format(VER_MAJOR, VER_MINOR, VER_FIELD3),
166 "Version": "{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_MICRO),
430 ["python", "python{}".format(VER_MAJOR), "python{}".format(VER_DOT)],
441 ["pythonw", "pythonw{}".format(VER_MAJOR), "pythonw{}".format(VER_DOT)],
453 ["pip", "pip{}".format(VER_MAJOR), "pip{}".format(VER_DOT)],
465 ["idle", "idle{}".format(VER_MAJOR), "idle{}".format(VER_DOT)],
Dprops.py26 VER_MAJOR, VER_MINOR, PROPS_DATA["PYTHON_PLATFORM"]
/external/arm-trusted-firmware/tools/stm32image/
Dstm32image.c21 #define VER_MAJOR 2 macro
57 ptr->header_version[VER_MAJOR] = HEADER_VERSION_V1; in stm32image_default_header()
91 stm32hdr->header_version[VER_MAJOR], in stm32image_print_header()
/external/mesa3d/src/gallium/frontends/vdpau/
Dvdpau_private.h59 #define INFORMATION G3DVL VDPAU Driver Shared Library version VER_MAJOR.VER_MINOR