/third_party/python/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 …]
|
/third_party/flutter/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
|
/third_party/skia/gn/ |
D | find_headers.py | 27 include_dirs = sys.argv[4:] variable 31 include_dirs = [os.path.join(os.path.normpath(include_dir), '') variable
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | meson.build | 2 include_dirs = include_directories( variable
|
/third_party/grpc/tools/distrib/python/grpcio_tools/ |
D | _parallel_compile_patch.py | 35 include_dirs=None, argument
|
/third_party/boost/libs/metaparse/tools/benchmark/ |
D | benchmark.py | 49 filename, compiler, include_dirs, (progress_from, progress_to), argument 132 def benchmark(src_dir, compiler, include_dirs, iter_count): argument
|
/third_party/grpc/src/python/grpcio/ |
D | _parallel_compile_patch.py | 38 include_dirs=None, argument
|
/third_party/python/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
|
D | unixccompiler.py | 86 include_dirs=None, extra_preargs=None, extra_postargs=None): argument
|
D | _msvccompiler.py | 319 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 | 456 output_dir=None, macros=None, include_dirs=None, debug=0, argument
|
/third_party/jerryscript/targets/mbedos5/tools/ |
D | generate_pins.py | 118 def enumerate_pins(c_source_file, include_dirs, definitions): argument
|
/third_party/gn/src/gn/ |
D | header_checker.cc | 249 const std::vector<SourceDir>& include_dirs, in SourceFileForInclude() 308 std::vector<SourceDir> include_dirs; in CheckFile() local
|
D | visual_studio_writer.cc | 563 std::unique_ptr<XmlElementWriter> include_dirs = in WriteProjectFileContents() local
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | eclipse.py | 258 def WriteIncludePaths(out, eclipse_langs, include_dirs): argument
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | eclipse.py | 266 def WriteIncludePaths(out, eclipse_langs, include_dirs): argument
|
/third_party/gn/build/ |
D | gen.py | 250 libflags=[], include_dirs=[], solibs=[]): argument
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | msvs_emulation.py | 369 def AdjustIncludeDirs(self, include_dirs, config): argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | msvs_emulation.py | 340 def AdjustIncludeDirs(self, include_dirs, config): argument
|