Lines Matching refs:key
97 for key, value in self.args_dict.items():
99 args_list.append('{}={}'.format(key, str(value).lower()))
102 args_list.append('{}="{}"'.format(key, value))
105 args_list.append('{}={}'.format(key, value))
108 args_list.append('{}="{}"'.format(key, "&&".join(value)))
120 for key, value in self.flags_dict.items():
121 if key == 'gn_flags' and isinstance(value, list):
124 flags_list.append('{}'.format(key))
126 flags_list.append('{}={}'.format(key, str(value)).lower())
199 gn_path_cmd.sort(key=sort_index)
224 gn_desc_cmd.sort(key=sort_index)