| /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/python/cpython3/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 …]
|
| /external/python/setuptools/setuptools/_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 …]
|
| /external/skia/gn/ |
| D | find_headers.py | 24 include_dirs = sys.argv[4:] variable 28 include_dirs = [os.path.join(os.path.normpath(include_dir), '') variable
|
| /external/armnn/python/pyarmnn/ |
| D | setup.py | 194 …def __init__(self, name, sources, armnn_libs, include_dirs=None, define_macros=None, undef_macros=… argument 211 def include_dirs(self): member in LazyArmnnFinderExtension 215 def include_dirs(self, include_dirs): member in LazyArmnnFinderExtension
|
| /external/google-fruit/tests/ |
| D | fruit_test_common.py | 125 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/perfetto/tools/ |
| D | gen_amalgamated | 339 def _add_source_included_header(self, include_dirs, allowed_files, argument 383 def _add_header_included_header(self, include_dirs, header_name): argument 430 def _process_source_includes(self, include_dirs, allowed_files, file): argument 446 def _process_header_includes(self, include_dirs, file): argument
|
| /external/cronet/third_party/re2/src/python/ |
| D | setup.py | 80 def include_dirs(): function
|
| /external/libffi/ |
| D | CMakeLists.txt | 48 set(include_dirs variable
|
| /external/angle/build/android/gyp/ |
| D | gcc_preprocess.py | 28 def ProcessJavaFile(template, defines, include_dirs): argument
|
| /external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/ |
| D | _parallel_compile_patch.py | 36 include_dirs=None, argument
|
| /external/python/setuptools/setuptools/_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 1042 def gen_preprocess_options(macros, include_dirs): 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 | 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
|
| /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
|
| /external/grpc-grpc/src/python/grpcio/ |
| D | _parallel_compile_patch.py | 47 include_dirs=None, argument
|
| /external/grpc-grpc/src/python/grpcio_observability/ |
| D | _parallel_compile_patch.py | 47 include_dirs=None, argument
|
| /external/grpc-grpc/tools/distrib/python/grpcio_tools/ |
| D | _parallel_compile_patch.py | 47 include_dirs=None, argument
|
| /external/mbedtls/scripts/mbedtls_dev/ |
| D | c_build_helper.py | 81 def compile_c_file(c_filename, exe_filename, include_dirs): argument
|
| /external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
| D | c_build_helper.py | 81 def compile_c_file(c_filename, exe_filename, include_dirs): argument
|