Home
last modified time | relevance | path

Searched refs:attr_dict (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/common_lib/
Dtest.py105 def write_test_keyval(self, attr_dict): argument
106 utils.write_keyval(self.outputdir, attr_dict)
261 def write_attr_keyval(self, attr_dict): argument
262 self.write_iteration_keyval(attr_dict, {})
265 def write_iteration_keyval(self, attr_dict, perf_dict): argument
267 self._keyvals.append({'attr':attr_dict, 'perf':perf_dict})
270 if attr_dict:
271 attr_dict = self._append_type_to_keys(attr_dict, "attr")
272 utils.write_keyval(self.resultsdir, attr_dict, type_tag="attr")
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/
Dhardware_TPMTakeOwnership.py22 self.attr_dict = dict() # Attributes to output
156 self.write_iteration_keyval(self.attr_dict, self.perf_dict)
/external/autotest/tko/parsers/
Dversion_1.py75 def parse_line_into_dicts(line, attr_dict, perf_dict): argument
92 attr_dict[key] = value
Dversion_0.py239 def parse_line_into_dicts(line, attr_dict, perf_dict): argument
/external/autotest/tko/
Dmodels.py377 def parse_line_into_dicts(line, attr_dict, perf_dict): argument
/external/python/cpython2/Tools/gdb/
Dlibpython.py506 attr_dict = pyop_attr_dict.proxyval(visited)
508 attr_dict = {}
512 return InstanceProxy(tp_name, attr_dict, long(self._gdbval))
/external/python/cpython3/Tools/gdb/
Dlibpython.py536 attr_dict = pyop_attr_dict.proxyval(visited)
538 attr_dict = {}
542 return InstanceProxy(tp_name, attr_dict, long(self._gdbval))