HomeSort by relevance Sort by last modified time
    Searched refs:VER_MAJOR (Results 1 - 5 of 5) sorted by null

  /external/curl/tests/python_dependencies/impacket/
version.py 8 VER_MAJOR = "0"
11 BANNER = "Impacket v%s.%s - Copyright 2002-2016 Core Security Technologies\n" % (VER_MAJOR,VER_MINOR)
  /external/python/cpython3/PC/layout/support/
constants.py 11 VER_MAJOR, VER_MINOR, VER_MICRO, VER_FIELD4 = struct.pack(">i", sys.hexversion)
17 VER_DOT = "{}.{}".format(VER_MAJOR, VER_MINOR)
19 PYTHON_DLL_NAME = "python{}{}.dll".format(VER_MAJOR, VER_MINOR)
20 PYTHON_STABLE_DLL_NAME = "python{}.dll".format(VER_MAJOR)
21 PYTHON_ZIP_NAME = "python{}{}.zip".format(VER_MAJOR, VER_MINOR)
22 PYTHON_PTH_NAME = "python{}{}._pth".format(VER_MAJOR, VER_MINOR)
25 VER_MAJOR, VER_MINOR, VER_MICRO, VER_NAME, VER_SERIAL
appxmanifest.py 30 Version="{}.{}.{}.0".format(VER_MAJOR, VER_MINOR, VER_FIELD3),
160 "Version": "{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_MICRO),
433 ["python", "python{}".format(VER_MAJOR), "python{}".format(VER_DOT)],
444 ["pythonw", "pythonw{}".format(VER_MAJOR), "pythonw{}".format(VER_DOT)],
456 ["pip", "pip{}".format(VER_MAJOR), "pip{}".format(VER_DOT)],
468 ["idle", "idle{}".format(VER_MAJOR), "idle{}".format(VER_DOT)],
props.py 38 VER_MAJOR, VER_MINOR, PROPS_DATA["PYTHON_PLATFORM"]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 59 #define INFORMATION G3DVL VDPAU Driver Shared Library version VER_MAJOR.VER_MINOR

Completed in 452 milliseconds