/external/python/cpython3/Lib/distutils/tests/ |
D | test_sysconfig.py | 144 self.assertEqual(comp.shared_lib_extension, 'sc_shutil_suffix') 171 self.assertEqual(comp.shared_lib_extension, 'sc_shutil_suffix')
|
/external/python/setuptools/setuptools/_distutils/tests/ |
D | test_sysconfig.py | 159 self.assertEqual(comp.shared_lib_extension, 'sc_shutil_suffix') 193 self.assertEqual(comp.shared_lib_extension, 'sc_shutil_suffix')
|
/external/python/cpython2/Lib/distutils/ |
D | emxccompiler.py | 36 shared_lib_extension = ".dll" variable in EMXCCompiler
|
D | ccompiler.py | 74 shared_lib_extension = None # string variable in CCompiler 834 return os.path.join(output_dir, basename + self.shared_lib_extension)
|
D | unixccompiler.py | 80 shared_lib_extension = ".so" variable in UnixCCompiler
|
D | cygwinccompiler.py | 87 shared_lib_extension = ".dll" variable in CygwinCCompiler
|
D | bcppcompiler.py | 48 shared_lib_extension = '.dll' variable in BCPPCompiler
|
D | sysconfig.py | 222 compiler.shared_lib_extension = so_ext
|
D | msvccompiler.py | 230 shared_lib_extension = '.dll' variable in MSVCCompiler
|
/external/python/setuptools/setuptools/_distutils/ |
D | cygwinccompiler.py | 104 shared_lib_extension = ".dll" variable in CygwinCCompiler
|
D | ccompiler.py | 66 shared_lib_extension = None # string variable in CCompiler 875 return os.path.join(output_dir, basename + self.shared_lib_extension)
|
D | unixccompiler.py | 135 shared_lib_extension = ".so" variable in UnixCCompiler
|
D | bcppcompiler.py | 48 shared_lib_extension = '.dll' variable in BCPPCompiler
|
D | sysconfig.py | 268 compiler.shared_lib_extension = shlib_suffix
|
D | _msvccompiler.py | 200 shared_lib_extension = '.dll' variable in MSVCCompiler
|
D | msvccompiler.py | 226 shared_lib_extension = '.dll' variable in MSVCCompiler
|
D | msvc9compiler.py | 322 shared_lib_extension = '.dll' variable in MSVCCompiler
|
/external/python/cpython3/Lib/distutils/ |
D | ccompiler.py | 66 shared_lib_extension = None # string variable in CCompiler 868 return os.path.join(output_dir, basename + self.shared_lib_extension)
|
D | cygwinccompiler.py | 93 shared_lib_extension = ".dll" variable in CygwinCCompiler
|
D | sysconfig.py | 266 compiler.shared_lib_extension = shlib_suffix
|
D | unixccompiler.py | 77 shared_lib_extension = ".so" variable in UnixCCompiler
|
D | bcppcompiler.py | 48 shared_lib_extension = '.dll' variable in BCPPCompiler
|
D | _msvccompiler.py | 196 shared_lib_extension = '.dll' variable in MSVCCompiler
|
D | msvccompiler.py | 226 shared_lib_extension = '.dll' variable in MSVCCompiler
|
D | msvc9compiler.py | 324 shared_lib_extension = '.dll' variable in MSVCCompiler
|