HomeSort by relevance Sort by last modified time
    Searched refs:attr_dict (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/site_tests/hardware_TPMTakeOwnership/
hardware_TPMTakeOwnership.py 22 self.attr_dict = dict() # Attributes to output
134 # TODO(tgao): modify generate_test_report to support attr_dict
135 #self.attr_dict['timing_measurement_for'] = 'TPM_TakeOwnership'
156 self.write_iteration_keyval(self.attr_dict, self.perf_dict)
  /external/autotest/client/common_lib/
test.py 79 def write_test_keyval(self, attr_dict):
80 utils.write_keyval(self.outputdir, attr_dict)
229 def write_attr_keyval(self, attr_dict):
230 self.write_iteration_keyval(attr_dict, {})
233 def write_iteration_keyval(self, attr_dict, perf_dict):
235 self._keyvals.append({'attr':attr_dict, 'perf':perf_dict})
238 if attr_dict:
239 attr_dict = self._append_type_to_keys(attr_dict, "attr")
240 utils.write_keyval(self.resultsdir, attr_dict, type_tag="attr"
    [all...]
  /external/autotest/tko/parsers/
version_1.py 81 def parse_line_into_dicts(line, attr_dict, perf_dict):
98 attr_dict[key] = value
version_0.py 232 def parse_line_into_dicts(line, attr_dict, perf_dict):
  /external/autotest/tko/
models.py 324 def parse_line_into_dicts(line, attr_dict, perf_dict):
329 @param attr_dict: Dictionary of generic iteration attributes.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 466 attr_dict = pyop_attr_dict.proxyval(visited)
468 attr_dict = {}
472 return InstanceProxy(tp_name, attr_dict, long(self._gdbval))
    [all...]
  /external/python/cpython2/Tools/gdb/
libpython.py 502 attr_dict = pyop_attr_dict.proxyval(visited)
504 attr_dict = {}
508 return InstanceProxy(tp_name, attr_dict, long(self._gdbval))
    [all...]

Completed in 342 milliseconds