OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vsbase
(Results
1 - 14
of
14
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py
130
self.
vsbase
= VS_BASE % version
137
self.set_macro("VCInstallDir", self.
vsbase
+ r"\Setup\VC", "productdir")
138
self.set_macro("VSInstallDir", self.
vsbase
+ r"\Setup\VS", "productdir")
154
self.set_macro("FrameworkVersion", self.
vsbase
, "clr version")
225
vsbase
= VS_BASE % version
227
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
234
vsbase
= VSEXPRESS_BASE % version
236
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
msvccompiler.py
121
vsbase
= r"Software\Microsoft\VisualStudio\%0.1f" % version
122
self.set_macro("VCInstallDir",
vsbase
+ r"\Setup\VC", "productdir")
123
self.set_macro("VSInstallDir",
vsbase
+ r"\Setup\VS", "productdir")
/external/python/cpython2/Lib/distutils/
msvc9compiler.py
130
self.
vsbase
= VS_BASE % version
137
self.set_macro("VCInstallDir", self.
vsbase
+ r"\Setup\VC", "productdir")
138
self.set_macro("VSInstallDir", self.
vsbase
+ r"\Setup\VS", "productdir")
154
self.set_macro("FrameworkVersion", self.
vsbase
, "clr version")
225
vsbase
= VS_BASE % version
227
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
234
vsbase
= VSEXPRESS_BASE % version
236
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
msvccompiler.py
121
vsbase
= r"Software\Microsoft\VisualStudio\%0.1f" % version
122
self.set_macro("VCInstallDir",
vsbase
+ r"\Setup\VC", "productdir")
123
self.set_macro("VSInstallDir",
vsbase
+ r"\Setup\VS", "productdir")
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvc9compiler.py
130
self.
vsbase
= VS_BASE % version
137
self.set_macro("VCInstallDir", self.
vsbase
+ r"\Setup\VC", "productdir")
138
self.set_macro("VSInstallDir", self.
vsbase
+ r"\Setup\VS", "productdir")
154
self.set_macro("FrameworkVersion", self.
vsbase
, "clr version")
225
vsbase
= VS_BASE % version
227
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
234
vsbase
= VSEXPRESS_BASE % version
236
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
msvccompiler.py
121
vsbase
= r"Software\Microsoft\VisualStudio\%0.1f" % version
122
self.set_macro("VCInstallDir",
vsbase
+ r"\Setup\VC", "productdir")
123
self.set_macro("VSInstallDir",
vsbase
+ r"\Setup\VS", "productdir")
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvc9compiler.py
130
self.
vsbase
= VS_BASE % version
137
self.set_macro("VCInstallDir", self.
vsbase
+ r"\Setup\VC", "productdir")
138
self.set_macro("VSInstallDir", self.
vsbase
+ r"\Setup\VS", "productdir")
154
self.set_macro("FrameworkVersion", self.
vsbase
, "clr version")
225
vsbase
= VS_BASE % version
227
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
234
vsbase
= VSEXPRESS_BASE % version
236
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
msvccompiler.py
121
vsbase
= r"Software\Microsoft\VisualStudio\%0.1f" % version
122
self.set_macro("VCInstallDir",
vsbase
+ r"\Setup\VC", "productdir")
123
self.set_macro("VSInstallDir",
vsbase
+ r"\Setup\VS", "productdir")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py
130
self.
vsbase
= VS_BASE % version
137
self.set_macro("VCInstallDir", self.
vsbase
+ r"\Setup\VC", "productdir")
138
self.set_macro("VSInstallDir", self.
vsbase
+ r"\Setup\VS", "productdir")
154
self.set_macro("FrameworkVersion", self.
vsbase
, "clr version")
225
vsbase
= VS_BASE % version
227
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
234
vsbase
= VSEXPRESS_BASE % version
236
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
msvccompiler.py
121
vsbase
= r"Software\Microsoft\VisualStudio\%0.1f" % version
122
self.set_macro("VCInstallDir",
vsbase
+ r"\Setup\VC", "productdir")
123
self.set_macro("VSInstallDir",
vsbase
+ r"\Setup\VS", "productdir")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py
130
self.
vsbase
= VS_BASE % version
137
self.set_macro("VCInstallDir", self.
vsbase
+ r"\Setup\VC", "productdir")
138
self.set_macro("VSInstallDir", self.
vsbase
+ r"\Setup\VS", "productdir")
154
self.set_macro("FrameworkVersion", self.
vsbase
, "clr version")
225
vsbase
= VS_BASE % version
227
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
234
vsbase
= VSEXPRESS_BASE % version
236
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
msvccompiler.py
121
vsbase
= r"Software\Microsoft\VisualStudio\%0.1f" % version
122
self.set_macro("VCInstallDir",
vsbase
+ r"\Setup\VC", "productdir")
123
self.set_macro("VSInstallDir",
vsbase
+ r"\Setup\VS", "productdir")
/external/python/cpython3/Lib/distutils/
msvc9compiler.py
127
self.
vsbase
= VS_BASE % version
134
self.set_macro("VCInstallDir", self.
vsbase
+ r"\Setup\VC", "productdir")
135
self.set_macro("VSInstallDir", self.
vsbase
+ r"\Setup\VS", "productdir")
151
self.set_macro("FrameworkVersion", self.
vsbase
, "clr version")
225
vsbase
= VS_BASE % version
227
productdir = Reg.get_value(r"%s\Setup\VC" %
vsbase
,
msvccompiler.py
115
vsbase
= r"Software\Microsoft\VisualStudio\%0.1f" % version
116
self.set_macro("VCInstallDir",
vsbase
+ r"\Setup\VC", "productdir")
117
self.set_macro("VSInstallDir",
vsbase
+ r"\Setup\VS", "productdir")
Completed in 505 milliseconds