Home
last modified time | relevance | path

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

/external/parameter-framework/xmlserializer/
DXmlElement.cpp77 return getAttributeString("Name"); in getNameAttribute()
85 string CXmlElement::getAttributeString(const string &strAttributeName) const in getAttributeString() function in CXmlElement
105 return getAttributeString(strAttributeName) == strTrueValue; in getAttributeBoolean()
110 string strAttributeValue(getAttributeString(strAttributeName)); in getAttributeBoolean()
117 string strAttributeValue(getAttributeString(strAttributeName)); in getAttributeInteger()
124 string strAttributeValue(getAttributeString(strAttributeName)); in getAttributeSignedInteger()
131 string strAttributeValue(getAttributeString(strAttributeName)); in getAttributeDouble()
DXmlElement.h55 std::string getAttributeString(const std::string& strAttributeName) const;
DXmlDocSource.cpp96 return topMostElement.getAttributeString(strAttributeName); in getRootElementAttributeString()
/external/parameter-framework/parameter/
DPluginLocation.cpp54 _strFolder = xmlElement.getAttributeString("Folder"); in fromXml()
64 _pluginList.push_back(xmlPluginElement.getAttributeString("Name")); in fromXml()
DSelectionCriterionRule.cpp160 string strSelectionCriterion = xmlElement.getAttributeString("SelectionCriterion"); in fromXml()
173 string strMatchesWhen = xmlElement.getAttributeString("MatchesWhen"); in fromXml()
184 string strValue = xmlElement.getAttributeString("Value"); in fromXml()
DSubsystemLibrary.h45 return xmlElement.getAttributeString("Type"); in getBuilderType()
DParameterFrameworkConfiguration.cpp71 _strSystemClassName = xmlElement.getAttributeString("SystemClassName"); in fromXml()
DEnumValuePair.cpp62 setName(xmlElement.getAttributeString("Literal")); in fromXml()
DFrameworkConfigurationLocation.cpp42 _strPath = xmlElement.getAttributeString("Path"); in fromXml()
DComponentType.cpp92 std::string strExtendsType = xmlElement.getAttributeString("Extends"); in fromXml()
DMappingData.cpp43 std::string strMapping = xmlElement.getAttributeString("Mapping"); in fromXml()
DComponentInstance.cpp83 std::string strComponentType = xmlElement.getAttributeString("Type"); in fromXml()
DXmlFileIncluderElement.cpp54 std::string strPath = xmlElement.getAttributeString("Path"); in fromXml()
DParameterType.cpp82 setUnit(xmlElement.getAttributeString(gUnitPropertyName)); in fromXml()
DFixedPointParameterType.cpp105 … + _uiFractional + 1) should not exceed given Size (" + xmlElement.getAttributeString("Size") + ")… in fromXml()
DConfigurableDomain.cpp223 setName(xmlElement.getAttributeString("Name")); in fromXml()
277 … string strConfigurableElementPath = xmlConfigurableElementElement.getAttributeString("Path"); in parseConfigurableElements()
DDomainConfiguration.cpp89 …ring strConfigurableElementPath = xmlConfigurableElementSettingsElement.getAttributeString("Path"); in parseSettings()
DElement.cpp307 return xmlElement.getAttributeString(gDescriptionPropertyName); in getXmlDescriptionAttribute()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE ...