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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 570 static PyTypeObject WindowsVersionType = {0, 0, 0, 0, 0, 0};
604 version = PyStructSequence_New(&WindowsVersionType);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 570 static PyTypeObject WindowsVersionType = {0, 0, 0, 0, 0, 0};
604 version = PyStructSequence_New(&WindowsVersionType);
    [all...]
  /external/python/cpython2/Python/
sysmodule.c 570 static PyTypeObject WindowsVersionType = {0, 0, 0, 0, 0, 0};
604 version = PyStructSequence_New(&WindowsVersionType);
    [all...]
  /external/python/cpython3/Python/
sysmodule.c 904 static PyTypeObject WindowsVersionType = {0, 0, 0, 0, 0, 0};
951 version = PyStructSequence_New(&WindowsVersionType);
    [all...]

Completed in 200 milliseconds