Home
last modified time | relevance | path

Searched refs:win32api (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Tools/freeze/
Dcheckextensions_win32.py27 import win32api
29 win32api = None # User has already been warned variable
83 if win32api is None: return None
85 dsp = win32api.GetProfileVal(moduleName, "dsp", "", mapFileName)
90 dsp = win32api.ExpandEnvironmentStrings(dsp)
105 cl_options = win32api.GetProfileVal(moduleName, "cl", "", mapFileName)
107 module.AddCompilerOption(win32api.ExpandEnvironmentStrings(cl_options))
109 exclude = win32api.GetProfileVal(moduleName, "exclude", "", mapFileName)
112 if win32api.GetProfileVal(moduleName, "Unicode", 0, mapFileName):
115 libs = win32api.GetProfileVal(moduleName, "libs", "", mapFileName).split()
[all …]
Dextensions_win32.ini74 [win32api] section
75 dsp=%PYTHONEX%\win32\win32api.dsp argument
/external/python/cpython3/Tools/freeze/
Dcheckextensions_win32.py27 import win32api
29 win32api = None # User has already been warned variable
83 if win32api is None: return None
85 dsp = win32api.GetProfileVal(moduleName, "dsp", "", mapFileName)
90 dsp = win32api.ExpandEnvironmentStrings(dsp)
105 cl_options = win32api.GetProfileVal(moduleName, "cl", "", mapFileName)
107 module.AddCompilerOption(win32api.ExpandEnvironmentStrings(cl_options))
109 exclude = win32api.GetProfileVal(moduleName, "exclude", "", mapFileName)
112 if win32api.GetProfileVal(moduleName, "Unicode", 0, mapFileName):
115 libs = win32api.GetProfileVal(moduleName, "libs", "", mapFileName).split()
[all …]
Dextensions_win32.ini74 [win32api] section
75 dsp=%PYTHONEX%\win32\win32api.dsp argument
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Drun.py12 import win32api
14 win32api = None variable
22 if win32api:
23 win32api.TerminateProcess(win32api.GetCurrentProcess(), 3)
75 if win32api is not None:
82 win32api.SetConsoleCtrlHandler(console_ctrl_handler, True)
/external/llvm/utils/lit/lit/
Drun.py11 import win32api
13 win32api = None variable
245 if win32api is not None:
249 win32api.SetConsoleCtrlHandler(console_ctrl_handler, True)
/external/python/cpython2/Lib/distutils/
Dmsvccompiler.py36 import win32api
41 RegOpenKeyEx = win32api.RegOpenKeyEx
42 RegEnumKey = win32api.RegEnumKey
43 RegEnumValue = win32api.RegEnumValue
44 RegError = win32api.error
/external/python/cpython3/Lib/distutils/
Dmsvccompiler.py33 import win32api
38 RegOpenKeyEx = win32api.RegOpenKeyEx
39 RegEnumKey = win32api.RegEnumKey
40 RegEnumValue = win32api.RegEnumValue
41 RegError = win32api.error
/external/python/setuptools/pkg_resources/_vendor/
Dappdirs.py447 import win32api
448 dir = win32api.GetShortPathName(dir)
/external/python/cpython2/PC/
Ddllbase_nt.txt39 - win32api 1e200000 - 1e220000
/external/python/cpython2/Lib/idlelib/
DHISTORY.txt92 - 'Python Documentation' now works on Windows, if the win32api module is
/external/python/cpython3/Lib/idlelib/
DHISTORY.txt92 - 'Python Documentation' now works on Windows, if the win32api module is
/external/python/cpython2/Misc/
DHISTORY9863 issue above) fix abspath() so that if win32api exists, it doesn't fail
14152 other Windows specific code: the win32api extensions, COM/ActiveX
/external/python/cpython3/Misc/
DHISTORY27242 issue above) fix abspath() so that if win32api exists, it doesn't fail
31531 other Windows specific code: the win32api extensions, COM/ActiveX