Home
last modified time | relevance | path

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

/development/testrunner/test_defs/
Dxml_suite_helper.py69 test_suite.SetName(self._ParseAttribute(suite_element, self._NAME_ATTR,
71 test_suite.SetBuildPath(self._ParseAttribute(suite_element,
73 test_suite.SetContinuous(self._ParseAttribute(suite_element,
76 test_suite.SetIsGrantedPermissions(self._ParseAttribute(suite_element,
79 test_suite.SetSuite(self._ParseAttribute(suite_element, self._SUITE_ATTR, False,
81 test_suite.SetDescription(self._ParseAttribute(suite_element,
85 test_suite.SetExtraBuildArgs(self._ParseAttribute(
87 test_suite.SetIsFullMake(self._ParseAttribute(
91 def _ParseAttribute(self, suite_element, attribute_name, mandatory, member in XmlSuiteParser
121 suite.SetPackageName(self._ParseAttribute(suite_element, self._PKG_ATTR,
[all …]