Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dtest.py93 def write_test_keyval(self, attr_dict): argument
94 utils.write_keyval(self.outputdir, attr_dict)
243 def write_attr_keyval(self, attr_dict): argument
244 self.write_iteration_keyval(attr_dict, {})
247 def write_iteration_keyval(self, attr_dict, perf_dict): argument
249 self._keyvals.append({'attr':attr_dict, 'perf':perf_dict})
252 if attr_dict:
253 attr_dict = self._append_type_to_keys(attr_dict, "attr")
254 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.py81 def parse_line_into_dicts(line, attr_dict, perf_dict): argument
98 attr_dict[key] = value
Dversion_0.py237 def parse_line_into_dicts(line, attr_dict, perf_dict): argument
/external/autotest/tko/
Dmodels.py324 def parse_line_into_dicts(line, attr_dict, perf_dict): argument
/external/python/cpython2/Tools/gdb/
Dlibpython.py502 attr_dict = pyop_attr_dict.proxyval(visited)
504 attr_dict = {}
508 return InstanceProxy(tp_name, attr_dict, long(self._gdbval))
/external/python/cpython3/Tools/gdb/
Dlibpython.py528 attr_dict = pyop_attr_dict.proxyval(visited)
530 attr_dict = {}
534 return InstanceProxy(tp_name, attr_dict, long(self._gdbval))