| /external/python/cpython3/Lib/distutils/command/ |
| D | config.py | 120 def _preprocess(self, body, headers, include_dirs, lang): argument 127 def _compile(self, body, headers, include_dirs, lang): argument 136 def _link(self, body, headers, include_dirs, libraries, library_dirs, argument 173 def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): argument 191 def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, argument 220 def try_compile(self, body, headers=None, include_dirs=None, lang="c"): argument 236 def try_link(self, body, headers=None, include_dirs=None, libraries=None, argument 255 def try_run(self, body, headers=None, include_dirs=None, libraries=None, argument 280 def check_func(self, func, headers=None, include_dirs=None, argument 311 include_dirs=None, other_libraries=[]): argument [all …]
|
| /external/python/cpython2/Lib/distutils/command/ |
| D | config.py | 125 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/ |
| D | find_headers.py | 22 include_dirs = sys.argv[4:] variable 26 include_dirs = [os.path.join(os.path.normpath(include_dir), '') variable
|
| /external/skqp/gn/ |
| D | find_headers.py | 22 include_dirs = sys.argv[4:] variable 26 include_dirs = [os.path.join(os.path.normpath(include_dir), '') variable
|
| /external/google-fruit/tests/ |
| D | fruit_test_common.py | 98 def compile_discarding_output(self, source, include_dirs, args=[]): argument 105 def compile_and_link(self, source, include_dirs, output_file_name, args=[]): argument 115 def _compile(self, include_dirs, args): argument 136 def compile_discarding_output(self, source, include_dirs, args=[]): argument 144 def compile_and_link(self, source, include_dirs, output_file_name, args=[]): argument 154 def _compile(self, include_dirs, args): argument
|
| /external/python/cpython2/Lib/distutils/ |
| D | bcppcompiler.py | 82 output_dir=None, macros=None, include_dirs=None, debug=0, argument 366 include_dirs=None, argument
|
| D | extension.py | 91 include_dirs=None, argument
|
| D | ccompiler.py | 376 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
|
| D | unixccompiler.py | 89 output_file=None, macros=None, include_dirs=None, argument
|
| D | msvccompiler.py | 350 output_dir=None, macros=None, include_dirs=None, debug=0, argument
|
| D | msvc9compiler.py | 469 output_dir=None, macros=None, include_dirs=None, debug=0, argument
|
| /external/python/cpython3/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 | 87 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 1034 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 | 342 output_dir=None, macros=None, include_dirs=None, debug=0, argument
|
| D | msvccompiler.py | 344 output_dir=None, macros=None, include_dirs=None, debug=0, argument
|
| D | msvc9compiler.py | 457 output_dir=None, macros=None, include_dirs=None, debug=0, argument
|
| /external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/ |
| D | WinMsvc.cmake | 105 set(include_dirs) variable
|
| /external/gflags/ |
| D | CMakeLists.txt | 466 set (include_dirs "$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include>") variable
|