Home
last modified time | relevance | path

Searched defs:output_dir (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dbcppcompiler.py82 output_dir=None, macros=None, include_dirs=None, debug=0, argument
149 output_dir=None, argument
175 output_dir=None, argument
337 output_dir=''): argument
Dccompiler.py426 def _fix_compile_args(self, output_dir, macros, include_dirs): argument
458 def _fix_object_args(self, objects, output_dir): argument
560 def compile(self, sources, output_dir=None, macros=None, argument
636 def create_static_lib(self, objects, output_libname, output_dir=None, argument
667 def link(self, target_desc, objects, output_filename, output_dir=None, argument
719 def link_shared_lib(self, objects, output_libname, output_dir=None, argument
732 def link_shared_object(self, objects, output_filename, output_dir=None, argument
743 def link_executable(self, objects, output_progname, output_dir=None, argument
863 def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): argument
880 def shared_object_filename(self, basename, strip_dir=0, output_dir=''): argument
[all …]
Dmsvccompiler.py319 output_dir=''): argument
350 output_dir=None, macros=None, include_dirs=None, debug=0, argument
441 output_dir=None, argument
468 output_dir=None, argument
Demxccompiler.py95 output_dir=None, argument
185 output_dir=''): argument
Dcygwinccompiler.py172 output_dir=None, argument
270 output_dir=''): argument
Dmsvc9compiler.py440 output_dir=''): argument
469 output_dir=None, macros=None, include_dirs=None, debug=0, argument
556 output_dir=None, argument
582 output_dir=None, argument
Dunixccompiler.py183 output_dir=None, debug=0, target_lang=None): argument
209 output_filename, output_dir=None, libraries=None, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dsetuptools_build_ext.py208 def write_stub(self, output_dir, ext, compile=False): argument
252 def link_shared_object(self, objects, output_libname, output_dir=None, argument
266 def link_shared_object(self, objects, output_libname, output_dir=None, argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dinstall_lib.py147 def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): argument