Searched defs:lang (Results 1 – 1 of 1) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
| D | config.py | 112 def _gen_temp_sourcefile(self, body, headers, lang): argument 125 def _preprocess(self, body, headers, include_dirs, lang): argument 132 def _compile(self, body, headers, include_dirs, lang): argument 142 lang): argument 178 def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): argument 197 lang="c"): argument 225 def try_compile(self, body, headers=None, include_dirs=None, lang="c"): argument 242 library_dirs=None, lang="c"): argument 261 library_dirs=None, lang="c"): argument 335 lang="c"): argument
|