Lines Matching refs:get
73 item.get('targets').get('linux').add_target('"%s",' % target)
75 item.get('targets').get('windows').add_target('"%s",' % target)
77 item.get('targets').get('darwin').add_target('"%s",' % target)
79 item.get('targets').get('ohos').add_target('"%s",' % target)
88 {% set sdk_type = item.get('type') %}
89 {% set targets = item.get('targets') %}
96 {% for t in targets.get(os).get_targets() %}
128 raise Exception("failed to get BUILD.gn of {}".format(label))
134 return relations.get(variant)
188 label = d.get('module_label')
189 install_dir = d.get('install_dir')
190 build_only = d.get('build_only')
204 target_os = d.get('target_os')
251 data.get('sdk_targets'), data.get('build_only_targets'),
253 write_json_file(options.sdk_install_info_file, data.get('install_infos'))
255 f.write('\n'.join(data.get('sdk_types')))