Home
last modified time | relevance | path

Searched refs:check_only (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/tools/
Dgen_all50 check_only = ['--check-only'] if args.check_only else []
53 call('fix_include_guards', *check_only)
54 call('gen_bazel', *check_only)
55 call('gen_android_bp', *check_only)
56 call('gen_merged_protos', *check_only)
58 call('gen_binary_descriptors', '--protoc', protoc_path(out), *check_only)
Dinstall-build-deps408 def CheckoutGitRepo(path, git_url, revision, check_only): argument
411 if check_only:
512 args.check_only)
522 if args.check_only:
573 if args.check_only:
578 if args.check_only:
580 with open(args.check_only, 'w') as f:
Dgen_binary_descriptors116 if args.check_only:
Dgen_bazel594 return gn_utils.check_or_commit_generated_files(out_files, args.check_only)
Dgen_android_bp1075 return gn_utils.check_or_commit_generated_files(out_files, args.check_only)
/external/python/parse_type/tasks/
Drelease.py113 packages = ensure_packages_exist(ctx, check_only=True)
196 def ensure_packages_exist(ctx, pattern=None, check_only=False): argument
204 if check_only:
212 check_only=True)
/external/llvm-project/lldb/source/Commands/
DCommandObjectCommands.cpp835 bool check_only = false; in IOHandlerInputComplete() local
837 Status error = AppendRegexSubstitution(line, check_only); in IOHandlerInputComplete()
887 bool check_only = false; in DoExecute() local
888 error = AppendRegexSubstitution(entry.ref(), check_only); in DoExecute()
906 bool check_only) { in AppendRegexSubstitution() argument
988 if (!check_only) { in AppendRegexSubstitution()