HomeSort by relevance Sort by last modified time
    Searched refs:gen_lib_options (Results 1 - 14 of 14) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 6 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/
test_ccompiler.py 6 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/
unixccompiler.py 24 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
emxccompiler.py 25 from distutils.ccompiler import gen_preprocess_options, gen_lib_options namespace
msvccompiler.py 19 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
cygwinccompiler.py 53 from distutils.ccompiler import gen_preprocess_options, gen_lib_options namespace
msvc9compiler.py 24 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
ccompiler.py 704 # 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
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 24 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
emxccompiler.py 25 from distutils.ccompiler import gen_preprocess_options, gen_lib_options namespace
msvccompiler.py 19 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
cygwinccompiler.py 53 from distutils.ccompiler import gen_preprocess_options, gen_lib_options namespace
msvc9compiler.py 24 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
ccompiler.py 704 # 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
    [all...]

Completed in 137 milliseconds