OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_dict
(Results
1 - 6
of
6
) 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/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
_htmlparser.py
48
attr_dict
= {}
54
attr_dict
[key] = value
56
self.soup.handle_starttag(name, None, None,
attr_dict
)
/external/autotest/client/common_lib/
test.py
79
def write_test_keyval(self,
attr_dict
):
80
utils.write_keyval(self.outputdir,
attr_dict
,
162
def write_attr_keyval(self,
attr_dict
):
163
self.write_iteration_keyval(
attr_dict
, {},
167
def write_iteration_keyval(self,
attr_dict
, perf_dict, tap_report=None):
169
self._keyvals.append({'attr':
attr_dict
, 'perf':perf_dict})
172
if
attr_dict
:
173
attr_dict
= self._append_type_to_keys(
attr_dict
, "attr")
174
utils.write_keyval(self.resultsdir,
attr_dict
, type_tag="attr"
[
all
...]
/external/autotest/tko/parsers/
version_1.py
74
def parse_line_into_dicts(line,
attr_dict
, perf_dict):
91
attr_dict
[key] = value
version_0.py
228
def parse_line_into_dicts(line,
attr_dict
, perf_dict):
/external/autotest/tko/
models.py
284
def parse_line_into_dicts(line,
attr_dict
, perf_dict):
289
@param
attr_dict
: Dictionary of generic iteration attributes.
Completed in 5907 milliseconds