Home
last modified time | relevance | path

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

123

/build/hb/resolver/
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…
Dpublish_args_resolver.py32 def __init__(self, args_dict: dict):
/build/ohos/packages/
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 …]
Dmodules_install.py31 def _get_modules_info(system_install_info: dict, depfiles: list):
66 def copy_modules(system_install_info: dict, install_modules_info_file: str,
69 … host_toolchain, additional_system_files: dict, depfiles: list, categorized_libraries: dict):
/build/templates/common/
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…
Dcheck_external_deps.py26 def check_parts_deps(args, external_part_name: str, parts_deps_info: dict):
/build/tools/component_tools/static_check/
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):
/build/hb/services/
Dloader.py739 …ef _get_real_part_name(self, original_part_name: str, current_platform: str, parts_variants: dict):
754 def _output_infos_by_platform(self, part_name_infos: dict, parts_info_dict: dict):
861 …onent(self, subsystem_info: dict, component: dict, build_file: str, all_parts: dict, overrided_com…
916 def _output_parts_config_json(self, all_parts: dict, output_file: dict):
/build/tools/component_tools/
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):
/build/hb/util/
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):
/build/tools/component_tools/static_check/bundle_check/
Dbundle_json_check.py96 def to_json(all_errors:dict,
318 …def _check_component_name(self, component: dict, component_line: int, bundle_error_component: list…
336 def _check_component_subsystem(self, component: dict, component_line: int,
354 def _check_component_syscap(self, component: dict, bundle_error_component: list):
375 …def _check_component_ast(self, component: dict, component_line: int, bundle_error_component: list):
405 …def _check_component_rom(self, component: dict, component_line: int, bundle_error_component: list):
429 …def _check_component_ram(self, component: dict, component_line: int, bundle_error_component: list):
453 …def _check_component_deps(self, component: dict, component_line: int, bundle_error_component: list…
/build/ohos/hisysevent/
Dgen_def_from_all_yaml.py242 def _build_header(info_dict: dict):
345 def _check_event_domain(yaml_info: dict) -> bool:
400 def _check_event_type(event_name: str, event_base: dict) -> bool:
416 def _check_event_level(event_name: str, event_base: dict) -> bool:
432 def _check_event_desc(event_name: str, event_base: dict) -> bool:
459 def _check_tag_name(event_name: str, event_base: dict, tag_name: str) -> bool:
487 def _check_event_tag(event_name: str, event_base: dict) -> bool:
510 def _check_event_preserve(event_name: str, event_base: dict) -> bool:
520 def _check_base_key(event_name: str, event_base: dict) -> bool:
574 def _check_param_type(event_name: str, param_name: str, param_info: dict) -> bool:
[all …]
/build/config/mac/
Dsdk_info.py49 def FillXcodeVersion(settings: dict):
57 def FillMachineOSBuild(settings: dict):
63 def FillSDKPathAndVersion(settings: dict, platform: str, xcode_version: str or bytes):
/build/
Dprebuilts_download.py69 def _config_parse(config: dict, tool_repo: str) -> dict:
152 def _hwcloud_download(args, config: dict, bin_dir: str, code_dir: str):
238 def _node_modules_copy(config: dict, code_dir: str, enable_symlink: bool):
251 def _file_handle(config: dict, code_dir: str, host_platform: str):
297 def _install(config: dict, code_dir: str):
Dprint_python_deps.py64 def _find_python_in_directory(directory: dict):
/build/tools/
Dproduct_config_version_convert.py97 def merge(dict1: dict, dict2: dict):
/build/hb/resolver/interface/
Dargs_resolver_interface.py27 def __init__(self, args_dict: dict):
43 def _map_args_to_function(self, args_dict: dict):
/build/tools/module_dependence/
Dpart_deps.py24 def gen_part_dependence(deps_data: dict):
59 def _drawing_part_deps(part_deps_data: dict, output_path: str):
Ddependence_analysis.py74 def _merge_external_deps_label(deps_data: dict, external_deps_data: dict):
Dmodule_deps_tree.py97 def color_tree(self, tree_data: dict):
109 def graph_tree(self, tree_data: dict):
/build/ohos/sdk/
Dparse_sdk_description.py70 def add_target(item: dict, target: str, sdk_systems: list):
131 def variant_to_product(variant: dict, options: dict):
Dcopy_sdk_modules.py38 def do_copy_and_stamp(copy_infos: dict, options, depfile_deps: list):
/build/scripts/
Dbuild_js_assets.py85 def make_manifest_data(config: dict, options, js2abc: bool, asset_index: int, assets_cnt: int, src_…
178 def enable_compile_cache(asset_index: int, assets_cnt: int, env: dict, use_compile_cache: bool):
/build/ohos/sa_profile/sa_info_process/
Dsort_sa_by_bootphase.py82 sa_deps_dict: dict):
162 def check_nodes_constraints_one(systemability_node: dict, tag: str):
169 def check_nodes_constraints_two(systemability_node: dict, tag: str):
/build/ohos/sa_profile/
Dsrc_sa_profile_process.py26 def sa_info_process(sa_profile_infos_file: str, toolchain_platform: dict):

123