Searched refs:check_only (Results 1 – 7 of 7) sorted by relevance
/external/perfetto/tools/ |
D | gen_all | 50 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)
|
D | install-build-deps | 408 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:
|
D | gen_binary_descriptors | 116 if args.check_only:
|
D | gen_bazel | 594 return gn_utils.check_or_commit_generated_files(out_files, args.check_only)
|
D | gen_android_bp | 1075 return gn_utils.check_or_commit_generated_files(out_files, args.check_only)
|
/external/python/parse_type/tasks/ |
D | release.py | 113 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/ |
D | CommandObjectCommands.cpp | 835 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()
|