Searched refs:check_only (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/automotive/vehicle/tools/ |
D | generate_annotation_enums.py | 425 def convert(self, file_parser, check_only, temp_files): argument 427 output_file = GeneratedFile._getOutputFile(self.cpp_file_path, check_only, temp_files) 432 output_file = GeneratedFile._getOutputFile(self.java_file_path, check_only, temp_files) 448 def _getOutputFile(file_path, check_only, temp_files): argument 449 if not check_only: 534 generated_file.convert(f, args.check_only, temp_files) 536 if not args.check_only:
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/registry/ |
D | update-aliases.py | 59 def main(check_only: bool): 120 if check_only:
|
/hardware/interfaces/ |
D | PREUPLOAD.cfg | 13 …otation_enums.py --android_build_top ${REPO_ROOT} --preupload_files ${PREUPLOAD_FILES} --check_only
|