Lines Matching refs:target_dict
541 target_dict = {}
550 target_dict[sdk_library] = {}
553 target_dict[sdk_library][scope] = {}
559 target_dict[sdk_library][scope][target] = scope_json[target]
567 return target_paths, target_dict
573 target_dict = {}
584 target_dict[sdk_info_file] = dict_item
587 return target_dict
607 def create_snapshot_gantry_metadata_and_api_diff(self, sdk, target_dict, argument
625 for sdk_library in target_dict[sdk_info_file]:
626 for scope in target_dict[sdk_info_file][sdk_library]:
627 scope_json = target_dict[sdk_info_file][sdk_library][scope]
692 def build_snapshot_gantry_metadata_and_api_diff(self, modules, target_dict, argument
702 sdk, target_dict, snapshots_dir, module_extension_version)
1396 target_dict = self.snapshot_builder.build_sdk_scope_targets(
1399 modules, target_dict, snapshots_dir)