Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/distutils/command/
Dconfig.py120 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/
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.py22 include_dirs = sys.argv[4:] variable
26 include_dirs = [os.path.join(os.path.normpath(include_dir), '') variable
/external/skqp/gn/
Dfind_headers.py22 include_dirs = sys.argv[4:] variable
26 include_dirs = [os.path.join(os.path.normpath(include_dir), '') variable
/external/google-fruit/tests/
Dfruit_test_common.py98 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/
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
/external/python/cpython3/Lib/distutils/
Dbcppcompiler.py82 output_dir=None, macros=None, include_dirs=None, debug=0, argument
365 include_dirs=None, argument
Dextension.py87 include_dirs=None, argument
Dccompiler.py362 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
Dunixccompiler.py86 include_dirs=None, extra_preargs=None, extra_postargs=None): argument
D_msvccompiler.py342 output_dir=None, macros=None, include_dirs=None, debug=0, argument
Dmsvccompiler.py344 output_dir=None, macros=None, include_dirs=None, debug=0, argument
Dmsvc9compiler.py457 output_dir=None, macros=None, include_dirs=None, debug=0, argument
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/
DWinMsvc.cmake105 set(include_dirs) variable
/external/gflags/
DCMakeLists.txt466 set (include_dirs "$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include>") variable