Home
last modified time | relevance | path

Searched defs:dict (Results 1 – 25 of 77) sorted by relevance

1234

/ohos5.0/build/hb/resolver/
H A Dargs_factory.py29 def genetic_add_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentParser:
43 def _add_bool_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentParser:
51 def _add_str_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentParser:
64 def _add_list_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentParser:
72 def _add_bool_abbreviation_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentP…
77 def _add_str_abbreviation_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentPa…
82 def _add_str_optional_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentParser:
87 def _add_str_optional_abbreviation_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.A…
92 def _add_list_abbreviation_option(parser: argparse.ArgumentParser, arg: dict) -> argparse.ArgumentP…
H A Dpublish_args_resolver.py33 def __init__(self, args_dict: dict):
/ohos5.0/build/ohos/packages/
H A Dresources_collect.py42 def _collect_testcase(resources_dir: str, parts_info: dict, output_base_dir: str):
63 def collect_testcase(resources_dir_list: list, parts_info: dict, output_base_dir: str):
68 def _collect_test_mlf(resources_dir: str, parts_info: dict, output_base_dir: str):
89 def collect_test_mlf(resources_dir_list: list, parts_info: dict, output_base_dir: str):
94 def _collect_libs_symbols(resources_dir: str, parts_info: dict, package_output_base_dir: str):
120 def collect_libs_symbols(resources_dir_list: list, parts_info: dict, output_base_dir: str):
125 def _collect_libs_java(resources_dir: str, parts_info: dict, output_base_dir: str):
148 def collect_libs_java(resources_dir_list: str, parts_info: dict, output_base_dir: str):
153 def _collect_kits_modules(resources_dir: str, parts_info: dict, output_base_dir: str):
166 def collect_kits_modules(resources_dir_list: list, parts_info: dict, output_base_dir: str):
[all …]
H A Dmodules_install.py32 def _get_modules_info(system_install_info: dict, depfiles: list):
67 def copy_modules(system_install_info: dict, install_modules_info_file: str,
70 … host_toolchain, additional_system_files: dict, depfiles: list, categorized_libraries: dict):
H A Dparts_install_info.py36 def platform_parts(all_parts_info_file: str, current_platform_parts: dict):
/ohos5.0/build/templates/common/
H A Dcheck_deps_handler.py27 def check_third_party_deps(args, dep_part: str, parts_deps_info: dict, _tips_info: dict, third_deps…
90 def get_part_pattern(cur_part_name: str, parts_path_info: dict, path_parts_info: dict, depfiles: li…
106 def get_dep_part(dep_path: str, third_part_info: dict) -> str:
116 def check_part_deps(args, part_pattern: str, path_parts_info: dict, compile_standard_allow_info: di…
H A Dcheck_external_deps.py26 def check_parts_deps(args, external_part_name: str, parts_deps_info: dict):
/ohos5.0/build/tools/component_tools/static_check/
H A Dcsct_online_prehandle.py24 def add2dict(diff_dict: dict, path: str, line_num: str, content):
37 def __diff_match_file_start(control_block: dict, line: str):
51 def __diff_match_is_newfile(control_block: dict, line: str):
60 def __diff_match_filename_with_minus(control_block: dict, line: str):
69 def __diff_match_filename_with_plus(control_block: dict, line: str):
88 def __diff_match_start_linenum(control_block: dict, line: str):
98 def __diff_match_code_line(control_block: dict, line: str):
118 def strip_diff(diff_dict: dict, pull_request_url: str, gitee_pr_diff: str):
/ohos5.0/build/hb/util/
H A Dproduct_util.py334 def get_vendor_parts_list(config: dict):
342 def _transform(config: dict):
351 def _from_ss_to_parts(subsystems: dict):
381 def get_features(features: dict):
406 def get_syscap(syscap: dict):
/ohos5.0/build/tools/component_tools/
H A Dparse_kconf.py55 def merge(component_subsys_dict: dict, component_deps_dict: dict, subsys_conf: dict):
82 def handle_config_feature(items: dict, arr: list, line: str):
93 def handle_config_component(items: dict, arr: list, line: str):
100 def handle_config_property(items: dict, arr: list, line: str):
/ohos5.0/build/hb/services/
H A Dloader.py758 …ef _get_real_part_name(self, original_part_name: str, current_platform: str, parts_variants: dict):
773 def _output_infos_by_platform(self, part_name_infos: dict, parts_info_dict: dict):
880 …onent(self, subsystem_info: dict, component: dict, build_file: str, all_parts: dict, overrided_com…
935 def _output_parts_config_json(self, all_parts: dict, output_file: dict):
/ohos5.0/build/tools/component_tools/static_check/bundle_check/
H A Dbundle_json_check.py97 def to_json(all_errors: dict,
320 …def _check_component_name(self, component: dict, component_line: int, bundle_error_component: list…
339 def _check_component_subsystem(self, component: dict, component_line: int,
358 def _check_component_syscap(self, component: dict, bundle_error_component: list):
380 …def _check_component_ast(self, component: dict, component_line: int, bundle_error_component: list):
411 …def _check_component_rom(self, component: dict, component_line: int, bundle_error_component: list):
436 …def _check_component_ram(self, component: dict, component_line: int, bundle_error_component: list):
461 …def _check_component_deps(self, component: dict, component_line: int, bundle_error_component: list…
/ohos5.0/build/config/mac/
H A Dsdk_info.py51 def fill_xcode_version(fill_settings: dict) -> dict:
63 def fill_machine_os_build(fill_settings: dict):
69 def fill_sdk_path_and_version(fill_settings: dict, platform: str, xcode_version: str or bytes):
/ohos5.0/build/ohos/hisysevent/
H A Dgen_def_from_all_yaml.py243 def _build_header(info_dict: dict):
346 def _check_event_domain(yaml_info: dict) -> bool:
401 def _check_event_type(event_name: str, event_base: dict) -> bool:
417 def _check_event_level(event_name: str, event_base: dict) -> bool:
433 def _check_event_desc(event_name: str, event_base: dict) -> bool:
460 def _check_tag_name(event_name: str, event_base: dict, tag_name: str) -> bool:
488 def _check_event_tag(event_name: str, event_base: dict) -> bool:
511 def _check_event_preserve(event_name: str, event_base: dict) -> bool:
521 def _check_base_key(event_name: str, event_base: dict) -> bool:
575 def _check_param_type(event_name: str, param_name: str, param_info: dict) -> bool:
[all …]
/ohos5.0/build/hb/resolver/interface/
H A Dargs_resolver_interface.py27 def __init__(self, args_dict: dict):
43 def _map_args_to_function(self, args_dict: dict):
/ohos5.0/build/tools/module_dependence/
H A Dpart_deps.py24 def gen_part_dependence(deps_data: dict):
59 def _drawing_part_deps(part_deps_data: dict, output_path: str):
H A Dmodule_deps_tree.py97 def color_tree(self, tree_data: dict):
109 def graph_tree(self, tree_data: dict):
H A Dmodule_deps.py24 def gen_module_deps(deps_data: dict):
/ohos5.0/build/
H A Dprebuilts_download.py74 def _config_parse(config: dict, tool_repo: str, host_os_version: str) -> dict:
165 def _hwcloud_download(args, config: dict, bin_dir: str, code_dir: str):
266 def _node_modules_copy(config: dict, code_dir: str, enable_symlink: bool):
280 def _file_handle(config: dict, code_dir: str, host_platform: str):
327 def _install(config: dict, code_dir: str):
H A Dprint_python_deps.py64 def _find_python_in_directory(directory: dict):
/ohos5.0/build/ohos/sdk/
H A Dparse_sdk_description.py70 def add_target(item: dict, target: str, sdk_systems: list):
131 def variant_to_product(variant: dict, options: dict):
H A Dcopy_sdk_modules.py38 def do_copy_and_stamp(copy_infos: dict, options, depfile_deps: list):
/ohos5.0/build/ohos/sa_profile/
H A Dsrc_sa_profile_process.py26 def sa_info_process(sa_profile_infos_file: str, toolchain_platform: dict):
/ohos5.0/build/scripts/
H A Dbuild_js_assets.py86 def make_manifest_data(config: dict, options, js2abc: bool, asset_index: int, assets_cnt: int, src_…
179 def enable_compile_cache(asset_index: int, assets_cnt: int, env: dict, use_compile_cache: bool):
/ohos5.0/build/hb/modules/interface/
H A Dindep_build_module_interface.py27 def __init__(self, args_dict: dict, args_resolver: ArgsResolverInterface):

1234