Searched refs:win32api (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Tools/freeze/
H A Dcheckextensions_win32.py27 import win32api namespace
29 win32api = None # User has already been warned variable
70 # print "Looking for", mod, "in", win32api.GetFullPathName(ini),"...",
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
[all...]
/external/python/cpython3/Tools/freeze/
H A Dcheckextensions_win32.py27 import win32api namespace
29 win32api = None # User has already been warned variable
70 # print "Looking for", mod, "in", win32api.GetFullPathName(ini),"...",
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
[all...]
/external/llvm/utils/lit/lit/
H A Drun.py11 import win32api namespace
13 win32api = None variable
245 if win32api is not None:
249 win32api.SetConsoleCtrlHandler(console_ctrl_handler, True)
/external/python/cpython2/Lib/distutils/
H A Dmsvccompiler.py36 import win32api namespace
41 RegOpenKeyEx = win32api.RegOpenKeyEx
42 RegEnumKey = win32api.RegEnumKey
43 RegEnumValue = win32api.RegEnumValue
44 RegError = win32api.error
50 "win32api or win32con are installed.")
/external/python/cpython3/Lib/distutils/
H A Dmsvccompiler.py33 import win32api namespace
38 RegOpenKeyEx = win32api.RegOpenKeyEx
39 RegEnumKey = win32api.RegEnumKey
40 RegEnumValue = win32api.RegEnumValue
41 RegError = win32api.error
46 "win32api or win32con are installed.")

Completed in 259 milliseconds