Home
last modified time | relevance | path

Searched refs:include_file (Results 1 - 17 of 17) sorted by relevance

/third_party/ninja/src/
H A Dgen_doxygen_mainpage.sh61 include_file() function
88 include_file "$i"
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Denums2names.py111 dest="include_file",
217 if pkk_cfg.include_file == None:
224 #include "{include_file}"
227 include_file=pkk_cfg.include_file,
/third_party/gn/src/gn/
H A Dheader_checker.cc280 SourceFile include_file = dir.ResolveRelativeFile(relative_file_value, err); in SourceFileForInclude()
281 return file_map_.find(include_file) != file_map_.end(); in SourceFileForInclude()
370 const SourceFile& include_file, in CheckInclude()
379 FileMap::const_iterator found = file_map_.find(include_file); in CheckInclude()
367 CheckInclude( const Target* from_target, const InputFile& source_file, const SourceFile& include_file, const LocationRange& range, std::set<std::pair<const Target*, const Target*>>* no_dependency_cache, std::vector<Err>* errors) const CheckInclude() argument
H A Dheader_checker.h132 // dependency from |from_target| to target having |include_file|.
136 const SourceFile& include_file,
/third_party/skia/third_party/externals/angle2/scripts/
H A Dexport_targets.py296 include_file = include.rsplit(b'/', 1)[-1]
297 if include_file not in acceptable_sources:
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Danalyzer.py302 for include_file in data[build_file]["included_files"][1:]:
305 gyp.common.UnrelativePath(include_file, build_file)
H A Dandroid.py1166 for include_file in sorted(include_list):
1167 root_makefile.write("include $(LOCAL_PATH)/" + include_file + "\n")
H A 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/
H A Danalyzer.py302 for include_file in data[build_file]["included_files"][1:]:
305 gyp.common.UnrelativePath(include_file, build_file)
H A Dandroid.py1166 for include_file in sorted(include_list):
1167 root_makefile.write("include $(LOCAL_PATH)/" + include_file + "\n")
H A Dmake.py2690 for include_file in sorted(include_list):
2698 " $(join ^," + include_file + ")))),)\n"
2700 root_makefile.write(" include " + include_file + "\n")
/third_party/unity/auto/
H A Dgenerate_test_runner.rb221 include_file = File.basename(include_path)
222 mock_headers << include_path if include_file =~ /^#{@options[:mock_prefix]}.*#{@options[:mock_suffix]}\.h$/i
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs640 pub fn include_file(&mut self, filename: String) { in include_file() functions
642 cb.include_file(&filename); in include_file()
H A Ditem.rs1459 ctx.include_file(filename);
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs2995 fn include_file(&self, filename: &str) { in include_file() functions
/third_party/ltp/scripts/
H A Dcheckpatch.pl1052 open(my $include_file, '<', "$file")
1054 my $text = <$include_file>;
1055 close($include_file);
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc1788 std::string include_file = in GenerateImplementation() local
1791 includes += include_file; in GenerateImplementation()

Completed in 39 milliseconds