Searched refs:include_file (Results 1 - 17 of 17) sorted by relevance
/third_party/ninja/src/ |
H A D | gen_doxygen_mainpage.sh | 61 include_file() function 88 include_file "$i"
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | enums2names.py | 111 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 D | header_checker.cc | 280 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 D | header_checker.h | 132 // dependency from |from_target| to target having |include_file|. 136 const SourceFile& include_file,
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | export_targets.py | 296 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 D | analyzer.py | 302 for include_file in data[build_file]["included_files"][1:]: 305 gyp.common.UnrelativePath(include_file, build_file)
|
H A D | android.py | 1166 for include_file in sorted(include_list): 1167 root_makefile.write("include $(LOCAL_PATH)/" + include_file + "\n")
|
H A 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/ |
H A D | analyzer.py | 302 for include_file in data[build_file]["included_files"][1:]: 305 gyp.common.UnrelativePath(include_file, build_file)
|
H A D | android.py | 1166 for include_file in sorted(include_list): 1167 root_makefile.write("include $(LOCAL_PATH)/" + include_file + "\n")
|
H A D | make.py | 2690 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 D | generate_test_runner.rb | 221 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 D | context.rs | 640 pub fn include_file(&mut self, filename: String) { in include_file() functions 642 cb.include_file(&filename); in include_file()
|
H A D | item.rs | 1459 ctx.include_file(filename);
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 2995 fn include_file(&self, filename: &str) { in include_file() functions
|
/third_party/ltp/scripts/ |
H A 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/ |
H A D | implementation-visitor.cc | 1788 std::string include_file = in GenerateImplementation() local 1791 includes += include_file; in GenerateImplementation()
|
Completed in 39 milliseconds