Home
last modified time | relevance | path

Searched defs:include_dirs (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dconfig.py125 def _preprocess(self, body, headers, include_dirs, lang): argument
132 def _compile(self, body, headers, include_dirs, lang): argument
141 def _link(self, body, headers, include_dirs, libraries, library_dirs, argument
178 def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): argument
196 def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, argument
225 def try_compile(self, body, headers=None, include_dirs=None, lang="c"): argument
241 def try_link(self, body, headers=None, include_dirs=None, libraries=None, argument
260 def try_run(self, body, headers=None, include_dirs=None, libraries=None, argument
285 def check_func(self, func, headers=None, include_dirs=None, argument
320 include_dirs=None, other_libraries=[]): argument
[all …]
/external/skia/gn/
Dfind_headers.py18 include_dirs = sys.argv[2:] variable
/external/python/cpython2/Lib/distutils/
Dbcppcompiler.py82 output_dir=None, macros=None, include_dirs=None, debug=0, argument
366 include_dirs=None, argument
Dextension.py91 include_dirs=None, argument
Dccompiler.py376 def _fix_compile_args(self, output_dir, macros, include_dirs): argument
498 include_dirs=None, extra_preargs=None, extra_postargs=None): argument
511 include_dirs=None, debug=0, extra_preargs=None, argument
726 def has_function(self, funcname, includes=None, include_dirs=None, argument
1008 def gen_preprocess_options(macros, include_dirs): argument
Dunixccompiler.py89 output_file=None, macros=None, include_dirs=None, argument
Dmsvccompiler.py350 output_dir=None, macros=None, include_dirs=None, debug=0, argument
Dmsvc9compiler.py469 output_dir=None, macros=None, include_dirs=None, debug=0, argument