/external/python/setuptools/setuptools/tests/ |
D | test_build_clib.py | 51 assert cmd.compiler.create_static_lib.call_count == 1 59 assert cmd.compiler.create_static_lib.call_count == 1
|
/external/python/setuptools/setuptools/command/ |
D | build_clib.py | 93 self.compiler.create_static_lib(
|
D | build_ext.py | 319 self.create_static_lib(
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_build_clib.py | 76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
|
D | setuptools_build_ext.py | 285 self.create_static_lib(
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_build_clib.py | 76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
|
/external/python/cpython3/Lib/distutils/command/ |
D | build_clib.py | 207 self.compiler.create_static_lib(objects, lib_name,
|
/external/python/cpython2/Lib/distutils/command/ |
D | build_clib.py | 207 self.compiler.create_static_lib(objects, lib_name,
|
/external/python/cpython2/Lib/distutils/ |
D | unixccompiler.py | 126 def create_static_lib(self, objects, output_libname, member in UnixCCompiler
|
D | bcppcompiler.py | 146 def create_static_lib (self, member in BCPPCompiler
|
D | msvccompiler.py | 438 def create_static_lib (self, member in MSVCCompiler
|
D | ccompiler.py | 586 def create_static_lib(self, objects, output_libname, output_dir=None, member in CCompiler
|
D | msvc9compiler.py | 553 def create_static_lib(self, member in MSVCCompiler
|
/external/python/cpython3/Lib/distutils/ |
D | unixccompiler.py | 122 def create_static_lib(self, objects, output_libname, member in UnixCCompiler
|
D | bcppcompiler.py | 146 def create_static_lib (self, member in BCPPCompiler
|
D | _msvccompiler.py | 431 def create_static_lib(self, member in MSVCCompiler
|
D | msvccompiler.py | 428 def create_static_lib(self, member in MSVCCompiler
|
D | ccompiler.py | 585 def create_static_lib(self, objects, output_libname, output_dir=None, member in CCompiler
|
D | msvc9compiler.py | 541 def create_static_lib(self, member in MSVCCompiler
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 602 ….. method:: CCompiler.create_static_lib(objects, output_libname[, output_dir=None, debug=0, target… 653 *debug* is as for :meth:`compile` and :meth:`create_static_lib`, with the 655 :meth:`create_static_lib`, which includes a *debug* flag mostly for form's
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 612 ….. method:: CCompiler.create_static_lib(objects, output_libname[, output_dir=None, debug=0, target… 663 *debug* is as for :meth:`compile` and :meth:`create_static_lib`, with the 665 :meth:`create_static_lib`, which includes a *debug* flag mostly for form's
|