Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/distutils/command/
Dconfig.py119 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 …]
/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/skqp/gn/
Dfind_headers.py22 include_dirs = sys.argv[4:] variable
26 include_dirs = [os.path.join(os.path.normpath(include_dir), '') variable
/external/skia/gn/
Dfind_headers.py24 include_dirs = sys.argv[4:] variable
28 include_dirs = [os.path.join(os.path.normpath(include_dir), '') variable
/external/google-fruit/tests/
Dfruit_test_common.py125 def compile_discarding_output(self, source, include_dirs, args=[]): argument
132 def compile_and_link(self, source, include_dirs, output_file_name, args=[]): argument
142 def _compile(self, include_dirs, args): argument
163 def compile_discarding_output(self, source, include_dirs, args=[]): argument
171 def compile_and_link(self, source, include_dirs, output_file_name, args=[]): argument
181 def _compile(self, include_dirs, args): argument
/external/usrsctp/usrsctplib/
Dmeson.build2 include_dirs = include_directories( variable
/external/perfetto/tools/
Dgen_amalgamated332 def _add_source_included_header(self, include_dirs, allowed_files, argument
376 def _add_header_included_header(self, include_dirs, header_name): argument
423 def _process_source_includes(self, include_dirs, allowed_files, file): argument
439 def _process_header_includes(self, include_dirs, file): argument
/external/crosvm/power_monitor/
Dbuild.rs32 let include_dirs = [power_manager_dir]; in main() localVariable
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/
D_parallel_compile_patch.py36 include_dirs=None, 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
/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
1035 def gen_preprocess_options(macros, include_dirs): argument
Dunixccompiler.py86 include_dirs=None, extra_preargs=None, extra_postargs=None): argument
D_msvccompiler.py319 output_dir=None, macros=None, include_dirs=None, debug=0, argument
Dmsvccompiler.py344 output_dir=None, macros=None, include_dirs=None, debug=0, argument
/external/python/cffi/
Dsetup.py12 include_dirs = ['/usr/include/ffi', variable
/external/llvm-project/llvm/cmake/platforms/
DWinMsvc.cmake107 set(include_dirs) variable
/external/python/pybind11/pybind11/
Dsetup_helpers.py382 include_dirs=None, argument
/external/vixl/tools/
Dutil.py232 include_dirs = ['/src/*', '/test/*', '/examples/*', '/benchmarks/*'], argument
/external/gflags/
DCMakeLists.txt466 set (include_dirs "$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include>") variable

12