HomeSort by relevance Sort by last modified time
    Searched refs:getNameAttribute (Results 1 - 11 of 11) sorted by null

  /external/parameter-framework/upstream/parameter/
LoggingElementBuilderTemplate.cpp 38 return xmlElement.getNameAttribute();
NamedElementBuilderTemplate.h 40 return new ElementType(xmlElement.getNameAttribute());
KindElementBuilderTemplate.h 42 return new ElementType(xmlElement.getNameAttribute(), xmlElement.getType());
FileIncluderElementBuilder.h 52 return new CXmlFileIncluderElement(xmlElement.getNameAttribute(), xmlElement.getType(),
IntegerParameterBuilder.h 51 auto name = xmlElement.getNameAttribute();
PluginLocation.cpp 62 _pluginList.push_back(xmlPluginElement.getNameAttribute());
ConfigurableElement.cpp 139 if (xmlChildConfigurableElementSettingsElement.getNameAttribute() !=
147 xmlChildConfigurableElementSettingsElement.getNameAttribute() + " instead");
ConfigurableDomain.cpp 343 findChild(xmlConfigurationSettingsElement.getNameAttribute()));
    [all...]
  /external/parameter-framework/upstream/xmlserializer/
XmlElement.h 52 std::string getNameAttribute() const;
XmlElement.cpp 63 strPathElement += "[@Name=" + getNameAttribute() + "]";
115 string CXmlElement::getNameAttribute() const
158 (childElement.getNameAttribute() == strNameAttribute)) {
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 

Completed in 591 milliseconds