Searched defs:create_static_lib (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
H A Dtest_build_clib.py76 create_static_lib = compile variable in class:BuildCLibTestCase.test_build_libraries.FakeCompiler
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dbcppcompiler.py146 def create_static_lib (self, member in class:BCPPCompiler
168 # create_static_lib ()
H A Dunixccompiler.py182 def create_static_lib(self, objects, output_libname, member in class:UnixCCompiler
H A Dmsvc9compiler.py553 def create_static_lib(self, member in class:MSVCCompiler
H A Dmsvccompiler.py438 def create_static_lib (self, member in class:MSVCCompiler
462 # create_static_lib ()
H A Dccompiler.py636 def create_static_lib(self, objects, output_libname, output_dir=None, member in class:CCompiler
699 'debug' is as for 'compile()' and 'create_static_lib()', with the
701 opposed to 'create_static_lib()', which includes a 'debug' flag

Completed in 95 milliseconds