Searched refs:host_info_dict (Results 1 – 2 of 2) sorted by relevance
59 host_info_dict = {match.group(1): match.group(2)65 pprint.pprint(host_info_dict)68 for (key, val) in list(host_info_dict.items()):74 return host_info_dict94 def validate_darwin_minimum_host_info_keys(self, host_info_dict): argument95 self.assertIsNotNone(host_info_dict)97 if key not in host_info_dict]122 host_info_dict = self.get_qHostInfo_response()123 self.validate_darwin_minimum_host_info_keys(host_info_dict)131 host_info_dict = self.get_qHostInfo_response()[all …]
349 if (auto host_info_dict = target_object->GetAsDictionary()) { in ParsePythonTargetDefinition() local351 host_info_dict->GetValueForKey("triple"); in ParsePythonTargetDefinition()