Searched refs:keys (Results 1 – 22 of 22) sorted by relevance
53 def check_keys(keys): argument54 for key in keys:131 if variant in relations.keys():172 check_keys(d.keys())
41 keys = {49 for (key, value) in list(keys.items()):
56 keys = {62 for (k, v) in list(keys.items()):
58 for key in data.keys():103 for subsystem in sorted(paths.keys()):
138 for file_key in files_with_same_hash.keys():147 sorted_filenames = sorted(id_table.keys())276 for hash in sorted(files_with_same_hash.keys())
124 src_all_parts = src_parts_targets.keys()128 for _part in _all_parts.keys():144 phone_parts_list = target_platform_parts.get('phone').keys()206 for _name in required_parts_targets.keys():358 _all_platforms = variant_toolchains.keys()
454 for _pname in _curr_parts_info.keys():505 return list(self._part_list.keys())
64 for _version in file_json.keys():
129 set(build_phony_targets.keys()))
41 for part_name in current_platform_parts.keys():
50 choices = [{'name': kernel} for kernel in kernel_path_dict.keys()]
257 } for product in product_path_dict.keys()
179 args_cls = namedtuple('Args', [key for key in args_dict.keys()])
540 return list(deps_map.keys())579 num_modules_before = len(list(sys.modules.keys()))583 num_modules_after = len(list(sys.modules.keys()))
24 from prompt_toolkit.keys import Keys
468 kernel_list = [kernel for kernel in kernel_special.keys()]474 board_list = [board for board in board_special.keys()]
25 from prompt_toolkit.keys import Keys
201 current_variant, part_variants_info.keys(), platform_toolchain)
169 if 'rom' not in file_json["component"].keys() or file_json["component"]["rom"] == '':
125 part_feature_map[_part_name.split(':')[1]] = list(_features.keys())186 parts_info = {"parts": sorted(list(all_parts.keys()))}
1476 # using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel1478 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>