Home
last modified time | relevance | path

Searched refs:create_static_lib (Results 1 – 21 of 21) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_build_clib.py51 assert cmd.compiler.create_static_lib.call_count == 1
59 assert cmd.compiler.create_static_lib.call_count == 1
/external/python/setuptools/setuptools/command/
Dbuild_clib.py93 self.compiler.create_static_lib(
Dbuild_ext.py319 self.create_static_lib(
/external/python/cpython3/Lib/distutils/tests/
Dtest_build_clib.py75 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/external/python/cpython2/Lib/distutils/tests/
Dtest_build_clib.py76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
Dsetuptools_build_ext.py285 self.create_static_lib(
/external/python/cpython2/Lib/distutils/command/
Dbuild_clib.py207 self.compiler.create_static_lib(objects, lib_name,
/external/python/cpython3/Lib/distutils/command/
Dbuild_clib.py207 self.compiler.create_static_lib(objects, lib_name,
/external/python/cpython2/Lib/distutils/
Dunixccompiler.py126 def create_static_lib(self, objects, output_libname, member in UnixCCompiler
Dbcppcompiler.py146 def create_static_lib (self, member in BCPPCompiler
Dmsvccompiler.py438 def create_static_lib (self, member in MSVCCompiler
Dccompiler.py586 def create_static_lib(self, objects, output_libname, output_dir=None, member in CCompiler
Dmsvc9compiler.py553 def create_static_lib(self, member in MSVCCompiler
/external/python/cpython3/Lib/distutils/
Dunixccompiler.py122 def create_static_lib(self, objects, output_libname, member in UnixCCompiler
Dbcppcompiler.py146 def create_static_lib (self, member in BCPPCompiler
D_msvccompiler.py408 def create_static_lib(self, member in MSVCCompiler
Dmsvccompiler.py428 def create_static_lib(self, member in MSVCCompiler
Dccompiler.py585 def create_static_lib(self, objects, output_libname, output_dir=None, member in CCompiler
Dmsvc9compiler.py540 def create_static_lib(self, member in MSVCCompiler
/external/python/cpython2/Doc/distutils/
Dapiref.rst602 ….. 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/
Dapiref.rst627 ….. method:: CCompiler.create_static_lib(objects, output_libname[, output_dir=None, debug=0, target…
678 *debug* is as for :meth:`compile` and :meth:`create_static_lib`, with the
680 :meth:`create_static_lib`, which includes a *debug* flag mostly for form's