Home
last modified time | relevance | path

Searched refs:include_file (Results 1 – 20 of 20) sorted by relevance

/third_party/ninja/src/
Dgen_doxygen_mainpage.sh61 include_file() function
88 include_file "$i"
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Denums2names.py217 if pkk_cfg.include_file == None:
227 include_file=pkk_cfg.include_file,
/third_party/gn/src/gn/
Dheader_checker.cc257 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()
Dheader_checker.h135 const SourceFile& include_file,
/third_party/skia/third_party/externals/angle2/scripts/
Dexport_targets.py296 include_file = include.rsplit(b'/', 1)[-1]
297 if include_file not in acceptable_sources:
/third_party/rust/crates/bindgen/bindgen/
Dcallbacks.rs94 fn include_file(&self, _filename: &str) {} in include_file() method
Dlib.rs2995 fn include_file(&self, filename: &str) { in include_file() method
/third_party/cJSON/tests/unity/auto/
Dgenerate_test_runner.rb150 include_file = File.basename(include_path)
151 mock_headers << include_path if include_file =~ /^#{@options[:mock_prefix]}/i
/third_party/unity/auto/
Dgenerate_test_runner.rb199 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/
Danalyzer.py302 for include_file in data[build_file]["included_files"][1:]:
305 gyp.common.UnrelativePath(include_file, build_file)
Dandroid.py1166 for include_file in sorted(include_list):
1167 root_makefile.write("include $(LOCAL_PATH)/" + include_file + "\n")
Dmake.py2662 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/
Danalyzer.py302 for include_file in data[build_file]["included_files"][1:]:
305 gyp.common.UnrelativePath(include_file, build_file)
Dandroid.py1166 for include_file in sorted(include_list):
1167 root_makefile.write("include $(LOCAL_PATH)/" + include_file + "\n")
Dmake.py2696 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/
Dcontext.rs640 pub fn include_file(&mut self, filename: String) { in include_file() method
642 cb.include_file(&filename); in include_file()
Ditem.rs1459 ctx.include_file(filename); in parse()
/third_party/ltp/scripts/
Dcheckpatch.pl1052 open(my $include_file, '<', "$file")
1054 my $text = <$include_file>;
1055 close($include_file);
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc1788 std::string include_file = in GenerateImplementation() local
1791 includes += include_file; in GenerateImplementation()
/third_party/python/Misc/NEWS.d/
D3.7.0a1.rst1945 Add an ``include_file`` parameter to ``zipapp.create_archive()``