Searched refs:include_file (Results 1 – 20 of 20) sorted by relevance
/third_party/ninja/src/ |
D | gen_doxygen_mainpage.sh | 61 include_file() function 88 include_file "$i"
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | enums2names.py | 217 if pkk_cfg.include_file == None: 227 include_file=pkk_cfg.include_file,
|
/third_party/gn/src/gn/ |
D | header_checker.cc | 257 SourceFile include_file = in SourceFileForInclude() local 259 return file_map_.find(include_file) != file_map_.end(); in SourceFileForInclude() 350 const SourceFile& include_file, in CheckInclude() argument 359 FileMap::const_iterator found = file_map_.find(include_file); in CheckInclude()
|
D | header_checker.h | 135 const SourceFile& include_file,
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | export_targets.py | 296 include_file = include.rsplit(b'/', 1)[-1] 297 if include_file not in acceptable_sources:
|
/third_party/rust/crates/bindgen/bindgen/ |
D | callbacks.rs | 94 fn include_file(&self, _filename: &str) {} in include_file() method
|
D | lib.rs | 2995 fn include_file(&self, filename: &str) { in include_file() method
|
/third_party/cJSON/tests/unity/auto/ |
D | generate_test_runner.rb | 150 include_file = File.basename(include_path) 151 mock_headers << include_path if include_file =~ /^#{@options[:mock_prefix]}/i
|
/third_party/unity/auto/ |
D | generate_test_runner.rb | 199 include_file = File.basename(include_path) 200 …mock_headers << include_path if include_file =~ /^#{@options[:mock_prefix]}.*#{@options[:mock_suff…
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
D | analyzer.py | 302 for include_file in data[build_file]["included_files"][1:]: 305 gyp.common.UnrelativePath(include_file, build_file)
|
D | android.py | 1166 for include_file in sorted(include_list): 1167 root_makefile.write("include $(LOCAL_PATH)/" + include_file + "\n")
|
D | make.py | 2662 for include_file in sorted(include_list): 2670 " $(join ^," + include_file + ")))),)\n" 2672 root_makefile.write(" include " + include_file + "\n")
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | analyzer.py | 302 for include_file in data[build_file]["included_files"][1:]: 305 gyp.common.UnrelativePath(include_file, build_file)
|
D | android.py | 1166 for include_file in sorted(include_list): 1167 root_makefile.write("include $(LOCAL_PATH)/" + include_file + "\n")
|
D | make.py | 2696 for include_file in sorted(include_list): 2704 " $(join ^," + include_file + ")))),)\n" 2706 root_makefile.write(" include " + include_file + "\n")
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | context.rs | 640 pub fn include_file(&mut self, filename: String) { in include_file() method 642 cb.include_file(&filename); in include_file()
|
D | item.rs | 1459 ctx.include_file(filename); in parse()
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 1052 open(my $include_file, '<', "$file") 1054 my $text = <$include_file>; 1055 close($include_file);
|
/third_party/node/deps/v8/src/torque/ |
D | implementation-visitor.cc | 1788 std::string include_file = in GenerateImplementation() local 1791 includes += include_file; in GenerateImplementation()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0a1.rst | 1945 Add an ``include_file`` parameter to ``zipapp.create_archive()``
|