OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_c_extensions
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py
40
_c_extensions
= ['.c']
variable in class:BCPPCompiler
45
src_extensions =
_c_extensions
+ _cpp_extensions
119
if ext in self.
_c_extensions
:
msvccompiler.py
218
_c_extensions
= ['.c']
variable in class:MSVCCompiler
225
src_extensions = (
_c_extensions
+ _cpp_extensions +
376
if ext in self.
_c_extensions
:
msvc9compiler.py
323
_c_extensions
= ['.c']
variable in class:MSVCCompiler
330
src_extensions = (
_c_extensions
+ _cpp_extensions +
496
if ext in self.
_c_extensions
:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py
40
_c_extensions
= ['.c']
variable in class:BCPPCompiler
45
src_extensions =
_c_extensions
+ _cpp_extensions
119
if ext in self.
_c_extensions
:
msvccompiler.py
218
_c_extensions
= ['.c']
variable in class:MSVCCompiler
225
src_extensions = (
_c_extensions
+ _cpp_extensions +
376
if ext in self.
_c_extensions
:
msvc9compiler.py
323
_c_extensions
= ['.c']
variable in class:MSVCCompiler
330
src_extensions = (
_c_extensions
+ _cpp_extensions +
496
if ext in self.
_c_extensions
:
Completed in 318 milliseconds