Searched refs:getAttribute (Results 1 - 12 of 12) sorted by relevance

/gem5/ext/mcpat/
H A Diocontrollers.cc202 XMLCSTR node_name = paramNode->getAttribute("name");
203 XMLCSTR value = paramNode->getAttribute("value");
206 warnMissingParamName(paramNode->getAttribute("id"));
223 XMLCSTR node_name = statNode->getAttribute("name");
224 XMLCSTR value = statNode->getAttribute("value");
227 warnMissingStatName(statNode->getAttribute("id"));
363 XMLCSTR node_name = paramNode->getAttribute("name");
364 XMLCSTR value = paramNode->getAttribute("value");
367 warnMissingParamName(paramNode->getAttribute("id"));
386 XMLCSTR node_name = statNode->getAttribute("nam
[all...]
H A Dbus_interconnect.cc100 XMLCSTR node_name = paramNode->getAttribute("name");
101 XMLCSTR value = paramNode->getAttribute("value");
104 warnMissingParamName(paramNode->getAttribute("id"));
143 XMLCSTR node_name = statNode->getAttribute("name");
144 XMLCSTR value = statNode->getAttribute("value");
147 warnMissingStatName(statNode->getAttribute("id"));
H A Dsystem.cc65 XMLCSTR type = childXML->getAttribute("type");
68 warnMissingComponentType(childXML->getAttribute("id"));
200 XMLCSTR node_name = paramNode->getAttribute("name");
201 XMLCSTR value = paramNode->getAttribute("value");
204 warnMissingParamName(paramNode->getAttribute("id"));
260 XMLCSTR node_name = statNode->getAttribute("name");
261 XMLCSTR value = statNode->getAttribute("value");
264 warnMissingStatName(statNode->getAttribute("id"));
H A Dnoc.cc185 XMLCSTR node_name = paramNode->getAttribute("name");
186 XMLCSTR value = paramNode->getAttribute("value");
189 warnMissingParamName(paramNode->getAttribute("id"));
232 XMLCSTR node_name = statNode->getAttribute("name");
233 XMLCSTR value = statNode->getAttribute("value");
236 warnMissingStatName(statNode->getAttribute("id"));
H A Dbasic_components.cc107 "'type' %s\n", name.c_str(), xml_data->getAttribute("type"));
114 XMLCSTR type = childXML->getAttribute("type");
117 warnMissingComponentType(childXML->getAttribute("id"));
144 "%s\n", name.c_str(), xml_data->getAttribute("type"));
162 "%s\n", name.c_str(), xml_data->getAttribute("type"));
179 "%s\n", name.c_str(), xml_data->getAttribute("type"));
H A Dmain.cc85 assert(strcmp(system_xml.getAttribute("type"), "System") == 0);
H A Dmemoryctrl.cc508 XMLCSTR node_name = paramNode->getAttribute("name");
509 XMLCSTR value = paramNode->getAttribute("value");
512 warnMissingParamName(paramNode->getAttribute("id"));
567 XMLCSTR node_name = statNode->getAttribute("name");
568 XMLCSTR value = statNode->getAttribute("value");
571 warnMissingStatName(statNode->getAttribute("id"));
H A Dcore.cc71 XMLCSTR type = childXML->getAttribute("type");
74 warnMissingComponentType(childXML->getAttribute("id"));
77 XMLCSTR name = childXML->getAttribute("name");
214 XMLCSTR type = child->getAttribute("type");
217 warnMissingComponentType(child->getAttribute("id"));
224 XMLCSTR node_name = paramNode->getAttribute("name");
225 XMLCSTR value = paramNode->getAttribute("value");
228 warnMissingParamName(paramNode->getAttribute("id"));
246 XMLCSTR node_name = statNode->getAttribute("name");
247 XMLCSTR value = statNode->getAttribute("valu
[all...]
H A Dcacheunit.cc465 XMLCSTR comp_name = xml_data->getAttribute("name");
476 XMLCSTR node_name = paramNode->getAttribute("name");
477 XMLCSTR value = paramNode->getAttribute("value");
480 warnMissingParamName(paramNode->getAttribute("id"));
599 XMLCSTR node_name = statNode->getAttribute("name");
600 XMLCSTR value = statNode->getAttribute("value");
603 warnMissingStatName(statNode->getAttribute("id"));
H A DxmlParser.h367 XMLAttribute getAttribute(int i=0) const; ///< return ith attribute
371 XMLCSTR getAttribute(XMLCSTR name, int i) const; ///< return ith attribute content with specific name (return a NULL if failing)
372 XMLCSTR getAttribute(XMLCSTR name, int *i=NULL) const; ///< return next attribute content with specific name (return a NULL if failing)
H A DxmlParser.cc2542 getAttribute(lpszName, &j);
2584 getAttribute(lpszOldName, &j);
2856 t = x.getAttribute(attributeName, &j);
2874 XMLCSTR XMLNode::getAttribute(XMLCSTR lpszAttrib, int *j) const { function in class:XMLNode
2902 XMLCSTR XMLNode::getAttribute(XMLCSTR name, int j) const { function in class:XMLNode
2905 while (j-- > 0) getAttribute(name, &i);
2906 return getAttribute(name, &i);
2967 XMLAttribute XMLNode::getAttribute (int i) const { function in class:XMLNode
/gem5/ext/googletest/googletest/test/
H A Dgtest_xml_test_utils.py135 childID = child.getAttribute(self.identifying_attribute[child.tagName])

Completed in 37 milliseconds