Searched refs:include_args (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/deps/policy_protos/ |
D | policy_protos.py | 37 include_args = ['--proto_path=' + os.path.join(sysroot, d) for d in dirs] 39 cmd = ['protoc', '--python_out=' + top_dir] + include_args + proto_paths
|
/external/flashrom/ |
D | cli_classic.c | 65 struct layout_include_args *include_args; member 761 if (register_include_arg(&options->include_args, optarg)) in parse_options() 893 cleanup_include_args(&options->include_args); in free_options() 1013 if ((options.include_args || options.extract_it) && !options.layoutfile && !options.ifd) { in main() 1018 if (!options.ifd && !options.fmap && process_include_args(options.layout, options.include_args)) { in main() 1227 if (!options.include_args) { in main() 1233 if (check_include_args_filename(options.include_args)) { in main() 1266 process_include_args(options.layout, options.include_args))) { in main() 1271 process_include_args(options.layout, options.include_args))) { in main() 1278 process_include_args(options.layout, options.include_args))) { in main()
|
D | layout.c | 291 int check_include_args_filename(const struct layout_include_args *include_args) in check_include_args_filename() argument 294 for (arg = include_args; arg; arg = arg->next) { in check_include_args_filename()
|
/external/pytorch/tools/linter/adapters/ |
D | clangtidy_linter.py | 143 include_args = [] variable 150 include_args += ["--extra-arg", f"-I{dir}"] 160 [binary, f"-p={build_dir}", *include_args, filename],
|
/external/pigweed/pw_arduino_build/py/pw_arduino_build/ |
D | builder.py | 1139 include_args = [] 1142 include_args.append("-I{}".format(os.path.relpath(lib_dir))) 1143 return include_args
|