OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cap_dict
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/site_tests/firmware_Cr50CheckCap/
firmware_Cr50CheckCap.py
35
def check_cap_req(self,
cap_dict
, cap, expected_req):
37
req =
cap_dict
[cap]
70
cap_dict
= self.cr50.get_cap_dict()
72
cap_setting, pprint.pformat(
cap_dict
))
75
for cap, cap_info in
cap_dict
.iteritems():
93
cap_dict
= self.cr50.get_cap_dict(info=self.cr50.CAP_REQ)
96
self.check_cap_req(
cap_dict
, cap, expected_req)
/external/autotest/server/cros/servo/
chrome_cr50.py
115
def set_caps(self,
cap_dict
):
116
"""Use
cap_dict
to set all the cap values
118
Set all of the capabilities in
cap_dict
to the correct config.
121
cap_dict
: A dictionary with the capability as key and the desired
124
for cap, config in
cap_dict
.iteritems():
127
for cap, config in
cap_dict
.iteritems():
133
def get_cap_overview(self,
cap_dict
):
141
for cap, cap_info in
cap_dict
.iteritems():
248
information in the
cap_dict
252
info: Only fill the
cap_dict
with the requested information
[
all
...]
Completed in 198 milliseconds