Lines Matching defs:task
41 def prepare_full_task(task, test_name): argument
51 def full_compile(task, is_debug): argument
65 def compile_full_import_ordinary_ohpm_package(task, is_debug): argument
92 def compile_full_import_special_ohpm_package(task, is_debug): argument
121 def compile_full_import_static_library(task, is_debug): argument
146 def compile_full_import_share_library(task, is_debug): argument
171 def compile_full_import_so_file(task, is_debug): argument
189 def compile_full_has_syntax_error_in_js(task, is_debug): argument
209 def compile_full_use_normalize_ohmurl(task, is_debug): argument
232 def compile_full_module_name_is_inconsistent(task, is_debug): argument
269 def validate_module_name_change(task, inc_task, is_debug, stdout, stderr, new_module_name): argument
337 def validate_compile_incremental_file(task, inc_task, is_debug, modified_files, module=''): argument
353 def prepare_incremental_task(task, test_name): argument
363 def compile_incremental_no_modify(task, is_debug): argument
375 def compile_incremental_add_oneline(task, is_debug): argument
399 def compile_incremental_add_file(task, is_debug): argument
445 def compile_incremental_add_nonexistent_file(task, is_debug): argument
498 def compile_incremental_delete_file(task, is_debug): argument
514 def compile_incremental_reverse_hap_mode(task, is_debug): argument
524 def compile_incremental_modify_module_name(task, is_debug): argument
572 def compile_incremental_build_modify_error_then_fix(task, is_debug): argument
604 def compile_incremental_build_add_error_page(task, is_debug): argument
631 def compile_incremental_build_add_error_non_page(task, is_debug): argument
658 def compile_incremental_build_modify_sdk_version(task, is_debug): argument
680 def compile_incremental_build_entry_then_har(task, is_debug): argument
702 def compile_incremental_build_har_then_entry(task, is_debug): argument
724 def compile_incremental_build_entry_then_hsp(task, is_debug): argument
746 def compile_incremental_build_hsp_then_entry(task, is_debug): argument
768 def compile_incremental_build_hsp_then_ohos(task, is_debug): argument
791 def compile_incremental_build_entry_then_ohos(task, is_debug): argument
813 def compile_incremental_build_entry_then_preview_build(task, is_debug): argument
835 def prepare_bytecode_har_task(task, test_name): argument
845 def build_bytecode_har(task, is_debug): argument
862 def build_har_then_bytecode_har(task, is_debug): argument
886 def import_bytecode_static_library(task, is_debug): argument
915 def prepare_current_task(task, test_name): argument
930 def import_external_share_library(task, is_debug): argument
969 def import_external_static_library(task, is_debug): argument
1008 def full_compile_external_static_library(task, is_debug): argument
1038 def full_compile_external_share_library(task, is_debug): argument
1068 …def validate_preview_incremental_file(task, preview_task_info, is_debug, modified_files, module=''… argument
1078 def preview_compile(task, is_debug): argument
1093 def compile_preview_build_entry_then_preview(task, is_debug): argument
1109 def compile_preview_build_modify_file_name(task, is_debug): argument
1147 def compile_preview_build_generate_sourcemap(task, is_debug): argument
1172 def compile_preview_build_tigger_incremental_build(task, is_debug): argument
1196 def compile_preview_build_has_arkui_error(task, is_debug): argument
1215 def compile_preview_build_sdk_path_has_special_char(task, is_debug): argument
1252 def compile_preview_build_modify_error_then_fix(task, is_debug): argument
1320 def verify_binary_consistency(task): argument
1359 def execute_break_compile(task, is_debug): argument
1400 def compile_full_with_error(task, is_debug): argument
1434 def compile_with_exceed_length(task, is_debug): argument
1481 def compile_ohos_test(task): argument
1523 def disasm_abc(task, abc_file): argument
1544 def is_abc_debug_info_correct(task, abc_file, is_debug): argument
1566 def validate_output_for_jsbundle(info, task, uncompressed_output_path, is_debug): argument
1601 def validate_output_for_esmodule(info, task, uncompressed_output_path, is_debug, module = ''): argument
1673 def get_compile_output_file_path(task, module, output_type): argument
1681 def validate_compile_output_har(info, task, is_debug, output_file='', module=''): argument
1690 def validate_compile_file_bytecode_har(task, info, module): argument
1716 def validate_compile_file_har(task, info, module): argument
1751 def validate_compile_output(info, task, is_debug, output_file='', module=''): argument
1801 def run_compile_output(info, task, is_debug, picture_name='', module=''): argument
1836 def verify_preview_picture(info, task, is_debug, picture_name, module=''): argument
1849 def validate(compilation_info, task, is_debug, stdout, stderr, picture_name='', output_file=''): argument
1889 def get_hvigor_compile_cmd(task, is_debug, module='', module_name='', module_target='default'): argument
1904 def get_preview_mode_compile_cmd(task, is_debug, module='', module_target='default'): argument
1923 def compile_project(task, is_debug, cmd=None): argument
1941 def preview_mode_build(info, task, is_debug, picture_name='', module=''): argument
1963 def clean_compile(task): argument
1972 def clean_preview_cache(task, module=''): argument
1981 def sync_project(task): argument
1998 def compile_full(task, is_debug): argument
2014 def compile_incremental(task, is_debug): argument
2061 def compile_bytecode_har(task, is_debug): argument
2070 def compile_external(task, is_debug): argument
2080 def compile_preview(task, is_debug): argument
2095 def backup_compile_output(task, is_debug): argument
2129 def backup_hsp_module_compile_signed_package(task, is_debug): argument
2173 def backup_preview_output(task, is_debug, module): argument
2207 def backup_compile_cache(task, is_debug): argument
2236 def backup_preview_cache(task, is_debug, module=''): argument
2266 def execute_full_compile(task): argument
2279 def execute_incremental_compile(task): argument
2290 def execute_bytecode_har_compile(task): argument
2301 def execute_external_compile(task): argument
2312 def execute_preview_compile(task): argument
2319 def clean_backup(task): argument
2325 def is_build_module_successful(task, is_debug, info, module='', picture_name=''): argument
2360 def is_build_ohos_test_successful(task, info): argument
2376 def modify_main_pages_json(task, page_path, reverse): argument
2397 def add_or_delete_page(task, reverse, is_error=False): argument
2423 def add_or_delete_js_file(task, reverse, is_error=False): argument
2451 def modify_normalize_ohmurl_options(task, reverse): argument
2474 def modify_module_import_handle(task, module, reverse): argument
2486 def manage_module_import_and_export_handle(task, module_name): argument
2495 def manage_bytecode_har_dependency(task, is_debug, info, module): argument
2506 def modify_bytecode_module_dependency(task, module, reverse): argument
2524 def modify_bytecode_har_config(task, reverse): argument
2541 def validate_cache_file(task, info, modified_files, cache_path, backup_path): argument
2578 def get_output_uncompressed_file(task, info, module, output_type=options.OutputType.unsigned): argument
2609 def get_disasm_abc_file(task, info, module, uncompressed_output_file=''): argument
2636 def is_package_modules_to_module_abc(task, pa_file, module): argument
2642 def is_normalized_ohm_url(task, is_debug, info): argument
2661 def is_npm_txt_included_ohpm_package(info, task, is_debug, package_name): argument
2679 def modify_sdk_version(task, api_version): argument
2705 def add_or_delete_arkui_component(task, reverse, is_error=False): argument