Lines Matching refs:format
87 parts_list_content = '"{}",'.format('",\n "'.join(parts_list))
89 parts_list_gni_template.format(parts_list_content))
94 inner_kits_content = '"{}",'.format('",\n "'.join(inner_kits_list))
98 inner_kits_gni_template.format(inner_kits_content))
103 system_kits_content = '"{}",'.format('",\n "'.join(system_kits_list))
107 system_kits_gni_template.format(system_kits_content))
112 test_list_content = '"{}",'.format('",\n "'.join(parts_test_list))
116 parts_test_gni_template.format(test_list_content))
126 phony_target_list.append('{}_phony'.format(part_name))
128 phony_group_template.format(part_name, part_label))
132 phony_list_content = '":{}",'.format(
136 phony_target_list_template.format(phony_list_content))
182 '{}-stub/BUILD.gn'.format(platform))
184 '{}-stub/zframework_stub_exists.gni'.format(platform))