/external/coreboot/util/scripts/ |
D | ucode_h_to_bin.sh | 15 include_file() { function 28 include_file "$f" 31 include_file "$UCODE"
|
/external/angle/build/android/ |
D | generate_jacoco_report.py | 53 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/ |
D | generate_jacoco_report.py | 53 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/ |
D | generate_jacoco_report.py | 53 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/ |
D | emitter.cc | 266 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/ |
D | proto.cmake | 71 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/ |
D | enums2names.py | 240 if pkk_cfg.include_file == None: 250 include_file=pkk_cfg.include_file,
|
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/ |
D | generate_protos.py | 270 if args.include_file: 271 include_paths.extend(line.strip() for line in args.include_file)
|
/external/igt-gpu-tools/tools/ |
D | intel_reg_spec.c | 169 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/ |
D | PRESUBMIT.py | 80 for include_file in _INCLUDE_SOURCE_FILES_ONLY: 81 if re.match(include_file, f):
|
/external/angle/scripts/ |
D | export_targets.py | 317 include_file = include.rsplit(b'/', 1)[-1] 318 if include_file not in acceptable_sources:
|
/external/pigweed/pw_build/ |
D | linker_script.gni | 95 foreach(include_file, invoker.includes) { 96 args += [ "-include" + rebase_path(include_file, root_build_dir) ]
|
/external/rust/android-crates-io/crates/bindgen/ |
D | callbacks.rs | 106 fn include_file(&self, _filename: &str) {} in include_file() method
|
D | lib.rs | 1292 fn include_file(&self, filename: &str) { in include_file() method
|
/external/ComputeLibrary/ |
D | SConscript | 183 include_file = found.group(1).split('/')[-1] 184 data = files_dict[include_file].file_contents
|
/external/python/mako/mako/ |
D | runtime.py | 525 def include_file(self, uri, **kwargs): member in Namespace
|
/external/coreboot/util/lint/ |
D | checkpatch.pl | 981 open(my $include_file, '<', "$file") 983 my $text = <$include_file>; 984 close($include_file);
|
/external/ltp/scripts/ |
D | checkpatch.pl | 1052 open(my $include_file, '<', "$file") 1054 my $text = <$include_file>; 1055 close($include_file);
|
/external/rust/android-crates-io/crates/bindgen/ir/ |
D | item.rs | 1469 cb.include_file(&included_file); in parse()
|
/external/python/mako/doc/build/ |
D | changelog.rst | 2319 self.include_file(<filename>, \**kwargs)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0a1.rst | 1945 Add an ``include_file`` parameter to ``zipapp.create_archive()``
|