Home
last modified time | relevance | path

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

1234567

/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/tests/
H A Dtest_build_clib.py49 assert cmd.compiler.create_static_lib.call_count == 1
57 assert cmd.compiler.create_static_lib.call_count == 1
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/tests/
H A Dtest_build_clib.py50 assert cmd.compiler.create_static_lib.call_count == 1
58 assert cmd.compiler.create_static_lib.call_count == 1
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/
H A Djythoncompiler.py21 preprocess = compile = create_static_lib = link = refuse_compilation
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/command/
H A Dbuild_clib.py96 self.compiler.create_static_lib(
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/command/
H A Dbuild_clib.py93 self.compiler.create_static_lib(
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/setuptools/command/
H A Dbuild_clib.py93 self.compiler.create_static_lib(
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/command/
H A Dbuild_clib.py96 self.compiler.create_static_lib(
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/command/
H A Dbuild_clib.py96 self.compiler.create_static_lib(
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/command/
H A Dbuild_clib.py93 self.compiler.create_static_lib(
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools/command/
H A Dbuild_clib.py93 self.compiler.create_static_lib(
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/unittests/
H A Dinternaltests.py584 def create_static_lib(name): function
606 create_static_lib(p1 / 'libfoo.a')
608 create_static_lib(p1 / 'libbar.a')
609 create_static_lib(p2 / 'libbar.a')
611 create_static_lib(p1 / 'libpthread.a')
612 create_static_lib(p1 / 'libm.a')
613 create_static_lib(p1 / 'libc.a')
614 create_static_lib(p1 / 'libdl.a')
615 create_static_lib(p1 / 'librt.a')
/dports/devel/meson/meson-0.60.3/unittests/
H A Dinternaltests.py584 def create_static_lib(name): function
606 create_static_lib(p1 / 'libfoo.a')
608 create_static_lib(p1 / 'libbar.a')
609 create_static_lib(p2 / 'libbar.a')
611 create_static_lib(p1 / 'libpthread.a')
612 create_static_lib(p1 / 'libm.a')
613 create_static_lib(p1 / 'libc.a')
614 create_static_lib(p1 / 'libdl.a')
615 create_static_lib(p1 / 'librt.a')
/dports/lang/python39/Python-3.9.9/Lib/distutils/tests/
H A Dtest_build_clib.py75 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/tests/
H A Dtest_build_clib.py77 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/tests/
H A Dtest_build_clib.py76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/tests/
H A Dtest_build_clib.py76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/dports/lang/python37/Python-3.7.12/Lib/distutils/tests/
H A Dtest_build_clib.py76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/tests/
H A Dtest_build_clib.py76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/dports/lang/python27/Python-2.7.18/Lib/distutils/tests/
H A Dtest_build_clib.py76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/tests/
H A Dtest_build_clib.py76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/
H A Dtest_build_clib.py76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
H A Dtest_build_clib.py76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/tests/
H A Dtest_build_clib.py76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/dports/lang/python38/Python-3.8.12/Lib/distutils/tests/
H A Dtest_build_clib.py76 create_static_lib = compile variable in BuildCLibTestCase.test_build_libraries.FakeCompiler
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/command/
H A Dbuild_clib.py207 self.compiler.create_static_lib(objects, lib_name,

1234567