Home
last modified time | relevance | path

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

/external/coreboot/util/scripts/
Ducode_h_to_bin.sh15 include_file() { function
28 include_file "$f"
31 include_file "$UCODE"
/external/angle/build/android/
Dgenerate_jacoco_report.py53 include_file = False
55 include_file = True
59 if include_file and include_substr and include_substr not in f:
60 include_file = False
61 if include_file:
/external/cronet/stable/build/android/
Dgenerate_jacoco_report.py53 include_file = False
55 include_file = True
59 if include_file and include_substr and include_substr not in f:
60 include_file = False
61 if include_file:
/external/cronet/tot/build/android/
Dgenerate_jacoco_report.py53 include_file = False
55 include_file = True
59 if include_file and include_substr and include_substr not in f:
60 include_file = False
61 if include_file:
/external/sandboxed-api/sandboxed_api/tools/clang_generator/
Demitter.cc266 std::string include_file(absl::StripSuffix( in EmitHeader() local
268 if (!include_file.empty()) { in EmitHeader()
269 absl::StrAppend(&include_file, "/"); in EmitHeader()
271 absl::StrAppend(&include_file, options.embed_name); in EmitHeader()
272 absl::StrAppendFormat(&out, kEmbedInclude, include_file); in EmitHeader()
/external/pigweed/pw_protobuf_compiler/
Dproto.cmake71 set(include_file "${out_dir}/include_paths.txt") variable
72 file(GENERATE OUTPUT "${include_file}"
126 "${include_file}"
138 "${include_file}"
150 "${include_file}"
162 "${include_file}"
174 "${include_file}"
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Denums2names.py240 if pkk_cfg.include_file == None:
250 include_file=pkk_cfg.include_file,
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dgenerate_protos.py270 if args.include_file:
271 include_paths.extend(line.strip() for line in args.include_file)
/external/igt-gpu-tools/tools/
Dintel_reg_spec.c169 static char *include_file(const char *line, const char *source) in include_file() function
275 include = include_file(line, filename); in parse_file()
/external/webp/
DPRESUBMIT.py80 for include_file in _INCLUDE_SOURCE_FILES_ONLY:
81 if re.match(include_file, f):
/external/angle/scripts/
Dexport_targets.py317 include_file = include.rsplit(b'/', 1)[-1]
318 if include_file not in acceptable_sources:
/external/pigweed/pw_build/
Dlinker_script.gni95 foreach(include_file, invoker.includes) {
96 args += [ "-include" + rebase_path(include_file, root_build_dir) ]
/external/rust/android-crates-io/crates/bindgen/
Dcallbacks.rs106 fn include_file(&self, _filename: &str) {} in include_file() method
Dlib.rs1292 fn include_file(&self, filename: &str) { in include_file() method
/external/ComputeLibrary/
DSConscript183 include_file = found.group(1).split('/')[-1]
184 data = files_dict[include_file].file_contents
/external/python/mako/mako/
Druntime.py525 def include_file(self, uri, **kwargs): member in Namespace
/external/coreboot/util/lint/
Dcheckpatch.pl981 open(my $include_file, '<', "$file")
983 my $text = <$include_file>;
984 close($include_file);
/external/ltp/scripts/
Dcheckpatch.pl1052 open(my $include_file, '<', "$file")
1054 my $text = <$include_file>;
1055 close($include_file);
/external/rust/android-crates-io/crates/bindgen/ir/
Ditem.rs1469 cb.include_file(&included_file); in parse()
/external/python/mako/doc/build/
Dchangelog.rst2319 self.include_file(<filename>, \**kwargs)
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst1945 Add an ``include_file`` parameter to ``zipapp.create_archive()``