HomeSort by relevance Sort by last modified time
    Searched defs:VER_NT_WORKSTATION (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 586 VER_PLATFORM_WIN32_WINDOWS, VER_NT_WORKSTATION
605 VER_NT_WORKSTATION = 1
652 product_type = VER_NT_WORKSTATION
663 # Use default of VER_NT_WORKSTATION
667 if product_type == VER_NT_WORKSTATION:
672 if product_type == VER_NT_WORKSTATION:
677 if product_type == VER_NT_WORKSTATION:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 586 VER_PLATFORM_WIN32_WINDOWS, VER_NT_WORKSTATION
605 VER_NT_WORKSTATION = 1
652 product_type = VER_NT_WORKSTATION
663 # Use default of VER_NT_WORKSTATION
667 if product_type == VER_NT_WORKSTATION:
672 if product_type == VER_NT_WORKSTATION:
677 if product_type == VER_NT_WORKSTATION:
    [all...]

Completed in 140 milliseconds