Home
last modified time | relevance | path

Searched refs:runtime_library_dir_option (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py16 def runtime_library_dir_option(self, dir): member in FakeCompiler
Dtest_unixccompiler.py17 return self.runtime_library_dir_option('/foo')
/external/python/cpython3/Lib/distutils/tests/
Dtest_unixccompiler.py16 return self.runtime_library_dir_option('/foo')
/external/python/cpython2/Lib/distutils/
Dccompiler.py714 def runtime_library_dir_option(self, dir): member in CCompiler
1072 opt = compiler.runtime_library_dir_option(dir)
Dunixccompiler.py216 def runtime_library_dir_option(self, dir): member in UnixCCompiler
Dmsvccompiler.py551 def runtime_library_dir_option (self, dir): member in MSVCCompiler
Dmsvc9compiler.py755 def runtime_library_dir_option(self, dir): member in MSVCCompiler
/external/python/cpython3/Lib/distutils/
Dccompiler.py748 def runtime_library_dir_option(self, dir): member in CCompiler
1092 opt = compiler.runtime_library_dir_option(dir)
Dunixccompiler.py220 def runtime_library_dir_option(self, dir): member in UnixCCompiler
D_msvccompiler.py554 def runtime_library_dir_option(self, dir): member in MSVCCompiler
Dmsvccompiler.py539 def runtime_library_dir_option(self, dir): member in MSVCCompiler
Dmsvc9compiler.py743 def runtime_library_dir_option(self, dir): member in MSVCCompiler
/external/python/cpython2/Doc/distutils/
Dapiref.rst523 .. method:: CCompiler.runtime_library_dir_option(dir)
/external/python/cpython3/Doc/distutils/
Dapiref.rst533 .. method:: CCompiler.runtime_library_dir_option(dir)