| /third_party/python/Lib/distutils/command/ |
| D | config.py | 119 def _preprocess(self, body, headers, include_dirs, lang): argument 126 def _compile(self, body, headers, include_dirs, lang): argument 135 def _link(self, body, headers, include_dirs, libraries, library_dirs, argument 172 def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): argument 190 def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, argument 218 def try_compile(self, body, headers=None, include_dirs=None, lang="c"): argument 234 def try_link(self, body, headers=None, include_dirs=None, libraries=None, argument 253 def try_run(self, body, headers=None, include_dirs=None, libraries=None, argument 278 def check_func(self, func, headers=None, include_dirs=None, argument 309 include_dirs=None, other_libraries=[]): argument [all …]
|
| /third_party/python/Lib/distutils/ |
| D | bcppcompiler.py | 82 output_dir=None, macros=None, include_dirs=None, debug=0, argument 365 include_dirs=None, argument
|
| D | extension.py | 88 include_dirs=None, argument
|
| D | ccompiler.py | 362 def _fix_compile_args(self, output_dir, macros, include_dirs): argument 499 include_dirs=None, extra_preargs=None, extra_postargs=None): argument 512 include_dirs=None, debug=0, extra_preargs=None, argument 760 def has_function(self, funcname, includes=None, include_dirs=None, argument 1035 def gen_preprocess_options(macros, include_dirs): argument
|
| D | unixccompiler.py | 86 include_dirs=None, extra_preargs=None, extra_postargs=None): argument
|
| D | _msvccompiler.py | 319 output_dir=None, macros=None, include_dirs=None, debug=0, argument
|
| D | msvccompiler.py | 343 output_dir=None, macros=None, include_dirs=None, debug=0, argument
|
| D | msvc9compiler.py | 456 output_dir=None, macros=None, include_dirs=None, debug=0, argument
|
| /third_party/jerryscript/targets/mbedos5/tools/ |
| D | generate_pins.py | 118 def enumerate_pins(c_source_file, include_dirs, definitions): argument
|
| /third_party/mbedtls/scripts/mbedtls_dev/ |
| D | c_build_helper.py | 92 def compile_c_file(c_filename, exe_filename, include_dirs): argument
|
| /third_party/gn/src/gn/ |
| D | header_checker.cc | 271 const std::vector<SourceDir>& include_dirs, in SourceFileForInclude() 330 std::vector<SourceDir> include_dirs; in CheckFile() local
|
| D | target.h | 144 const std::vector<SourceDir>& include_dirs() const { return include_dirs_; } in include_dirs() function 145 std::vector<SourceDir>& include_dirs() { return include_dirs_; } in include_dirs() function
|
| D | visual_studio_writer.cc | 566 std::unique_ptr<XmlElementWriter> include_dirs = in WriteProjectFileContents() local
|
| /third_party/vixl/tools/ |
| D | util.py | 226 include_dirs = ['/src/*', '/test/*', '/examples/*', '/benchmarks/*'], argument
|
| /third_party/gn/build/ |
| D | gen.py | 263 libflags=[], include_dirs=[], solibs=[]): argument
|