/external/python/cpython2/Lib/distutils/ |
D | ccompiler.py | 351 strip_dir=0, 813 def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): argument 824 if strip_dir: 830 def shared_object_filename(self, basename, strip_dir=0, output_dir=''): argument 832 if strip_dir: 836 def executable_filename(self, basename, strip_dir=0, output_dir=''): argument 838 if strip_dir: 843 strip_dir=0, output_dir=''): argument 853 if strip_dir:
|
D | emxccompiler.py | 184 strip_dir=0, argument 195 if strip_dir:
|
D | cygwinccompiler.py | 269 strip_dir=0, argument 280 if strip_dir:
|
D | bcppcompiler.py | 336 strip_dir=0, argument 347 if strip_dir:
|
D | msvccompiler.py | 318 strip_dir=0, argument 333 if strip_dir:
|
D | msvc9compiler.py | 439 strip_dir=0, argument 454 if strip_dir:
|
/external/python/cpython3/Lib/distutils/ |
D | ccompiler.py | 337 objects = self.object_filenames(sources, strip_dir=0, 846 def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): argument 857 if strip_dir: 863 def shared_object_filename(self, basename, strip_dir=0, output_dir=''): argument 865 if strip_dir: 869 def executable_filename(self, basename, strip_dir=0, output_dir=''): argument 871 if strip_dir: 876 strip_dir=0, output_dir=''): argument 886 if strip_dir:
|
D | cygwinccompiler.py | 252 def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): argument 263 if strip_dir:
|
D | bcppcompiler.py | 336 strip_dir=0, argument 346 if strip_dir:
|
D | _msvccompiler.py | 268 strip_dir=0, argument 279 if strip_dir:
|
D | msvccompiler.py | 314 strip_dir=0, argument 329 if strip_dir:
|
D | msvc9compiler.py | 429 strip_dir=0, argument 444 if strip_dir:
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 709 .. method:: CCompiler.executable_filename(basename[, strip_dir=0, output_dir='']) 716 .. method:: CCompiler.library_filename(libname[, lib_type='static', strip_dir=0, output_dir='']) 724 .. method:: CCompiler.object_filenames(source_filenames[, strip_dir=0, output_dir='']) 730 .. method:: CCompiler.shared_object_filename(basename[, strip_dir=0, output_dir=''])
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 704 .. method:: CCompiler.executable_filename(basename[, strip_dir=0, output_dir='']) 711 .. method:: CCompiler.library_filename(libname[, lib_type='static', strip_dir=0, output_dir='']) 719 .. method:: CCompiler.object_filenames(source_filenames[, strip_dir=0, output_dir='']) 725 .. method:: CCompiler.shared_object_filename(basename[, strip_dir=0, output_dir=''])
|