Lines Matching refs:_ParseAttribute
69 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,
123 suite.SetRunnerName(self._ParseAttribute(
126 suite.SetClassName(self._ParseAttribute(suite_element, self._CLASS_ATTR,
128 suite.SetTargetName(self._ParseAttribute(suite_element, self._TARGET_ATTR,
159 suite.SetClassName(self._ParseAttribute(suite_element, self._CLASS_ATTR,
161 suite.SetJarName(self._ParseAttribute(suite_element, self._JAR_ATTR, True))