Home
last modified time | relevance | path

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

/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/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/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/windows/
DComInterface.py15 import win32api
25 info = win32api.GetFileVersionInfo(file_, '\\')
30 win32api.HIWORD(ms),
31 win32api.LOWORD(ms),
32 win32api.HIWORD(ls),
33 win32api.LOWORD(ls)
41 msg = win32api.FormatMessage(e.hresult)
/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/llvm-project/debuginfo-tests/dexter/dex/utils/
DEnvironment.py19 import win32api # pylint:disable=unused-variable
/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/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/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