Home
last modified time | relevance | path

Searched refs:keys (Results 1 – 25 of 34) sorted by relevance

12

/build/hb/exceptions/
Dohos_exception.py33 if not self._code in status_file.keys():
40 if not self._code in status_file.keys():
47 if not self._code in status_file.keys():
/build/ohos/sdk/
Dparse_sdk_description.py53 def check_keys(keys): argument
54 for key in keys:
131 if variant in relations.keys():
172 check_keys(d.keys())
Dcheck_sdk_completeness.py112 if sdk_package_directory in compressed_file_dict.keys():
/build/lite/ndk/doc/
Dgen_doc.py42 keys = {
50 for (key, value) in list(keys.items()):
/build/ohos/ndk/
Dgenerate_ndk_docs.py56 keys = {
62 for (k, v) in list(keys.items()):
/build/hb/services/interface/
Dbuild_executor_interface.py31 if arg_name in self._args_dict.keys() and self._args_dict[arg_name] != arg_value:
Dpreload_interface.py39 if arg_name in self._args_dict.keys() and self._args_dict[arg_name] != arg_value:
Dload_interface.py38 if arg_name in self._args_dict.keys() and self._args_dict[arg_name] != arg_value:
/build/templates/common/
Dinclude_relative_path_check.py36 item_list = list(path_info.keys())
38 if component['component'] in path_info.keys():
51 if "inherit" in config_json.keys():
/build/hb/resolver/interface/
Dargs_resolver_interface.py33 if target_arg.arg_name not in self._args_to_function.keys():
/build/ohos/statistics/
Dbuild_overlap_statistics.py58 for key in data.keys():
103 for subsystem in sorted(paths.keys()):
/build/ohos/notice/
Dmerge_notice_files.py138 for file_key in files_with_same_hash.keys():
147 sorted_filenames = sorted(id_table.keys())
277 for hash in sorted(files_with_same_hash.keys())
/build/ohos/packages/
Dparts_install_info.py41 for part_name in current_platform_parts.keys():
/build/tools/component_tools/static_check/gn_check/
Dcheck_gn_online.py162 if repo_name in xml_dict.keys():
176 for key in list(self.gn_data.keys()):
/build/scripts/
Dtools_checker.py68 for _version in file_json.keys():
/build/hb/util/
Dsystem_util.py87 return list(self._env.keys())
/build/tools/component_tools/static_check/bundle_check/
Dbundle_check_online.py49 if file_path in diff_dict.keys():
/build/hb/services/
Dpreloader.py124 ':')[1]] = list(_features.keys())
208 parts_info = {"parts": sorted(list(self._all_parts.keys()))}
Dloader.py115 self._all_platforms = self.variant_toolchains.keys()
579 phone_parts_list = self.target_platform_parts.get('phone').keys()
660 src_all_parts = src_parts_targets.keys()
664 for _part in _all_parts.keys():
683 for _name in self.required_parts_targets.keys():
Dmenu.py28 from prompt_toolkit.keys import Keys
131 } for product in product_path_dict.keys()
/build/hb/util/loader/
Dload_ohos_build.py508 for _pname in _curr_parts_info.keys():
560 return list(self._part_list.keys())
624 if components_name in list(subsystem_compoents_whitelist_info.keys()):
627 if components_name in list(part_subsystem_component_info.keys()) \
628 or overrided_components_name in list(part_subsystem_component_info.keys()):
/build/ohos/testfwk/
Dtest_js_stage_file_copy.py51 if "kits" in json_data.keys():
/build/tools/component_tools/static_check/
Dcsct_online_prehandle.py185 if pattern in self.diff_dict.keys():
/build/ohos/hisysevent/
Dgen_def_from_all_yaml.py522 for base_key in event_base.keys():
632 for key in param_info.keys():
660 for param_name in event_def.keys():
/build/scripts/util/
Dbuild_utils.py540 return list(deps_map.keys())
579 num_modules_before = len(list(sys.modules.keys()))
583 num_modules_after = len(list(sys.modules.keys()))

12