Home
last modified time | relevance | path

Searched refs:control_name (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/cros/servo/
Dplankton.py73 def set(self, control_name, value): argument
79 assert control_name
80 self._server.set(control_name, value)
83 def get(self, control_name): argument
88 assert control_name
89 return self._server.get(control_name)
/external/autotest/utils/
Dsite_test_importer_attributes.py20 control_name = "%s:%s"
21 control_name %= (test_new_name[-2],
23 test.name = re.sub('control.*\.', '', control_name)
Dtest_importer.py235 control_name = "%s:%s"
236 control_name %= (test_new_test[-2],
238 new_test.name = control_name.replace('control.', '')
/external/skia/tools/
Dcompare_codereview.py335 control_name = '[control %s]' % control_url.split('/')[-1]
353 (control[bot].status, control_name, control[bot].url),
372 [(control[bot].status, control_name, control[bot].url),
379 printer(1, control_name + ' and ' + roll_name + ' failed identically')