Searched refs:GetDictItems (Results 1 – 2 of 2) sorted by relevance
127 key: val for key, val in utils.GetDictItems(self.build_info) if val}131 for key, val in utils.GetDictItems(self.emulator_build_info) if val}136 for key, val in utils.GetDictItems(self.kernel_build_info) if val}
1499 def GetDictItems(namedtuple_object): function