Lines Matching full:har
128 with manage_module_import_and_export_handle(task, 'Har'):
143 info.error_message = f'Har was not properly packaged into module abc'
218 with manage_module_import_and_export_handle(task, 'Har'):
247 dependency_name = utils.extract_library_names(patch_lines.get('har').get('head'))
255 with manage_module_import_and_export_handle(task, 'Har'):
686 with manage_module_import_and_export_handle(task, 'Har'):
691 'Har', 'incremental_compile_build_entry_then_har')
708 with manage_module_import_and_export_handle(task, 'Har'):
709 … first_incremental, first_build_time = is_build_module_successful(task, is_debug, info, 'Har')
871 is_passed, build_time = is_build_module_successful(task, is_debug, info, 'Har')
895 with manage_bytecode_har_dependency(task, is_debug, info, 'Har'):
1020 cmd = get_hvigor_compile_cmd(external_task, is_debug, 'Har')
1028 passed = validate_compile_output(info, external_task, is_debug, '', 'Har')
1682 …uncompressed_output_file = get_output_uncompressed_file(task, info, module, options.OutputType.har)
1692 uncompressed_path = get_output_uncompressed_file(task, info, module, options.OutputType.har)
1718 uncompressed_path = get_output_uncompressed_file(task, info, module, options.OutputType.har)
1758 # Har declaration files are not generated in debug mode.
1762 if module == 'Har':
1895 module = 'Har'
1909 if module == 'Har':
2062 logging.info(f"==========> Running task: {task.name} in bytecode har compilation")
2292 f"==========> Running task: {task.name} in bytecode har compilation")
2526 module_path = utils.get_module_path(task, 'Har')
2604 if module == 'Har' or module == 'BytecodeHar':