Searched refs:gen_lib_options (Results 1 - 14 of 14) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_ccompiler.py6 from distutils.ccompiler import (gen_lib_options, CCompiler, namespace
33 opts = gen_lib_options(compiler, libdirs, runlibdirs, libs)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_ccompiler.py6 from distutils.ccompiler import (gen_lib_options, CCompiler, namespace
33 opts = gen_lib_options(compiler, libdirs, runlibdirs, libs)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dunixccompiler.py24 CCompiler, gen_preprocess_options, gen_lib_options namespace
159 lib_opts = gen_lib_options(self, library_dirs, runtime_library_dirs,
205 # These are all used by the 'gen_lib_options() function, in
H A Dcygwinccompiler.py53 from distutils.ccompiler import gen_preprocess_options, gen_lib_options namespace
H A Demxccompiler.py25 from distutils.ccompiler import gen_preprocess_options, gen_lib_options namespace
H A Dmsvc9compiler.py24 from distutils.ccompiler import CCompiler, gen_lib_options namespace
604 lib_opts = gen_lib_options(self,
749 # These are all used by the 'gen_lib_options() function, in
H A Dmsvccompiler.py19 from distutils.ccompiler import CCompiler, gen_lib_options namespace
488 lib_opts = gen_lib_options (self,
545 # These are all used by the 'gen_lib_options() function, in
H A Dccompiler.py704 # These are all used by the 'gen_lib_options() function; there is
1058 def gen_lib_options(compiler, library_dirs, runtime_library_dirs, libraries): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dunixccompiler.py24 CCompiler, gen_preprocess_options, gen_lib_options namespace
159 lib_opts = gen_lib_options(self, library_dirs, runtime_library_dirs,
205 # These are all used by the 'gen_lib_options() function, in
H A Dcygwinccompiler.py53 from distutils.ccompiler import gen_preprocess_options, gen_lib_options namespace
H A Demxccompiler.py25 from distutils.ccompiler import gen_preprocess_options, gen_lib_options namespace
H A Dmsvc9compiler.py24 from distutils.ccompiler import CCompiler, gen_lib_options namespace
604 lib_opts = gen_lib_options(self,
749 # These are all used by the 'gen_lib_options() function, in
H A Dmsvccompiler.py19 from distutils.ccompiler import CCompiler, gen_lib_options namespace
488 lib_opts = gen_lib_options (self,
545 # These are all used by the 'gen_lib_options() function, in
H A Dccompiler.py704 # These are all used by the 'gen_lib_options() function; there is
1058 def gen_lib_options(compiler, library_dirs, runtime_library_dirs, libraries): function

Completed in 198 milliseconds