/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
genwincodec.py | 54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
|
/external/python/cpython2/Tools/unicode/ |
genwincodec.py | 54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
|
/external/python/cpython3/Tools/unicode/ |
genwincodec.py | 54 ''' % (encodingname, ' '.join(platform.win32_ver()), codepage
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_platform.py | 157 res = platform.win32_ver()
|
/external/python/cpython2/Lib/test/ |
test_platform.py | 186 res = platform.win32_ver()
|
test_ssl.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_platform.py | 157 res = platform.win32_ver()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_platform.py | 157 res = platform.win32_ver()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_platform.py | 157 res = platform.win32_ver()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_platform.py | 157 res = platform.win32_ver()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
platform.py | 54 # 0.6.0 - fixed win32_ver() to hopefully work on Win95,98,NT and Win2k;
72 # instead; extended the win32_ver() to also return processor
74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX
553 def win32_ver(release='',version='',csd='',ptype=''):
function [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
platform.py | 54 # 0.6.0 - fixed win32_ver() to hopefully work on Win95,98,NT and Win2k;
72 # instead; extended the win32_ver() to also return processor
74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX
553 def win32_ver(release='',version='',csd='',ptype=''):
function [all...] |
/external/python/cpython2/Lib/ |
platform.py | 56 # 0.6.0 - fixed win32_ver() to hopefully work on Win95,98,NT and Win2k; 74 # instead; extended the win32_ver() to also return processor 76 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX 626 def win32_ver(release='', version='', csd='', ptype=''): function [all...] |
/external/python/cpython3/Lib/ |
platform.py | 53 # 0.6.0 - fixed win32_ver() to hopefully work on Win95,98,NT and Win2k; 71 # instead; extended the win32_ver() to also return processor 73 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX 500 def win32_ver(release='', version='', csd='', ptype=''): function 928 # Try win32_ver() on win32 platforms 930 release, version, csd, ptype = win32_ver() 950 # Normalize system to what win32_ver() normally returns [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
platform.py | 54 # 0.6.0 - fixed win32_ver() to hopefully work on Win95,98,NT and Win2k; 72 # instead; extended the win32_ver() to also return processor 74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX 553 def win32_ver(release='',version='',csd='',ptype=''): function [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
platform.py | 54 # 0.6.0 - fixed win32_ver() to hopefully work on Win95,98,NT and Win2k; 72 # instead; extended the win32_ver() to also return processor 74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX 553 def win32_ver(release='',version='',csd='',ptype=''): function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
platform.py | 54 # 0.6.0 - fixed win32_ver() to hopefully work on Win95,98,NT and Win2k; 72 # instead; extended the win32_ver() to also return processor 74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX 553 def win32_ver(release='',version='',csd='',ptype=''): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
platform.py | 54 # 0.6.0 - fixed win32_ver() to hopefully work on Win95,98,NT and Win2k; 72 # instead; extended the win32_ver() to also return processor 74 # 0.4.0 - added win32_ver() and modified the platform() output for WinXX 553 def win32_ver(release='',version='',csd='',ptype=''): function [all...] |
/external/python/cpython3/Lib/test/ |
test_platform.py | 209 res = platform.win32_ver()
|
test_ssl.py | [all...] |