Searched refs:find_library_file (Results 1 - 16 of 16) sorted by relevance

/external/python/cpython2/Misc/
H A DBeOS-setup.py43 def find_library_file(compiler, libname, std_dirs, paths): function
269 if self.compiler.find_library_file(lib_dirs, 'readline'):
271 if self.compiler.find_library_file(lib_dirs +
282 if self.compiler.find_library_file(lib_dirs, 'crypt'):
295 ssl_libs = find_library_file(self.compiler, 'ssl',lib_dirs,
319 if (self.compiler.find_library_file(lib_dirs, 'ndbm')):
326 if (self.compiler.find_library_file(lib_dirs, 'gdbm')):
342 if self.compiler.find_library_file(lib_dirs, 'db'):
371 if (self.compiler.find_library_file(lib_dirs, 'nsl')):
380 if (self.compiler.find_library_file(lib_dir
[all...]
/external/python/cpython3/
H A Dsetup.py123 def find_library_file(compiler, libname, std_dirs, paths): function
124 result = compiler.find_library_file(std_dirs + paths, libname)
143 # for specific libraries. Distutils find_library_file() now
145 # of find_library_file need to keep in mind that the base filename
714 do_readline = self.compiler.find_library_file(lib_dirs, 'readline')
749 elif self.compiler.find_library_file(lib_dirs, 'ncursesw'):
751 elif self.compiler.find_library_file(lib_dirs, 'ncurses'):
753 elif self.compiler.find_library_file(lib_dirs, 'curses'):
785 elif self.compiler.find_library_file(lib_dirs +
798 if self.compiler.find_library_file(lib_dir
[all...]
/external/python/cpython2/
H A Dsetup.py105 def find_library_file(compiler, libname, std_dirs, paths): function
106 result = compiler.find_library_file(std_dirs + paths, libname)
125 # for specific libraries. Distutils find_library_file() now
127 # of find_library_file need to keep in mind that the base filename
726 do_readline = self.compiler.find_library_file(lib_dirs, 'readline')
748 elif self.compiler.find_library_file(lib_dirs, 'ncursesw'):
750 elif self.compiler.find_library_file(lib_dirs, 'ncurses'):
752 elif self.compiler.find_library_file(lib_dirs, 'curses'):
784 elif self.compiler.find_library_file(lib_dirs +
797 if self.compiler.find_library_file(lib_dir
[all...]
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_ccompiler.py19 def find_library_file(self, dirs, lib, debug=0): member in class:FakeCompiler
/external/python/cpython2/Lib/distutils/
H A Dbcppcompiler.py270 libfile = self.find_library_file(library_dirs, lib, debug)
308 def find_library_file (self, dirs, lib, debug=0): member in class:BCPPCompiler
H A Demxccompiler.py208 # override the find_library_file method from UnixCCompiler
210 def find_library_file(self, dirs, lib, debug=0): member in class:EMXCCompiler
H A Dunixccompiler.py249 def find_library_file(self, dirs, lib, debug=0): member in class:UnixCCompiler
265 # for specific libraries. Callers of find_library_file need to
H A Dccompiler.py770 def find_library_file (self, dirs, lib, debug=0): member in class:CCompiler
1087 lib_file = compiler.find_library_file([lib_dir], lib_name)
H A Dmsvc9compiler.py763 def find_library_file(self, dirs, lib, debug=0): member in class:MSVCCompiler
H A Dmsvccompiler.py559 def find_library_file (self, dirs, lib, debug=0): member in class:MSVCCompiler
575 # find_library_file ()
/external/python/cpython3/Lib/distutils/
H A Dbcppcompiler.py270 libfile = self.find_library_file(library_dirs, lib, debug)
308 def find_library_file (self, dirs, lib, debug=0): member in class:BCPPCompiler
H A Dunixccompiler.py259 def find_library_file(self, dirs, lib, debug=0): member in class:UnixCCompiler
275 # for specific libraries. Callers of find_library_file need to
H A Dccompiler.py803 def find_library_file (self, dirs, lib, debug=0): member in class:CCompiler
1107 lib_file = compiler.find_library_file([lib_dir], lib_name)
H A D_msvccompiler.py519 def find_library_file(self, dirs, lib, debug=0): member in class:MSVCCompiler
H A Dmsvc9compiler.py753 def find_library_file(self, dirs, lib, debug=0): member in class:MSVCCompiler
H A Dmsvccompiler.py547 def find_library_file(self, dirs, lib, debug=0): member in class:MSVCCompiler

Completed in 1573 milliseconds