Home
last modified time | relevance | path

Searched refs:fromXml (Results 1 – 25 of 61) sorted by relevance

123

/external/parameter-framework/upstream/parameter/
DComponentLibrary.cpp49 bool CComponentLibrary::fromXml(const CXmlElement &xmlElement, in fromXml() function in CComponentLibrary
63 if (!fromXml(childElement, serializingContext)) { in fromXml()
71 if (!pChild || !pChild->fromXml(childElement, serializingContext)) { in fromXml()
DParameterFrameworkConfiguration.cpp63 bool CParameterFrameworkConfiguration::fromXml(const CXmlElement &xmlElement, in fromXml() function in CParameterFrameworkConfiguration
76 return base::fromXml(xmlElement, serializingContext); in fromXml()
DBitParameterBlockType.cpp59 bool CBitParameterBlockType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CBitParameterBlockType
67 return base::fromXml(xmlElement, serializingContext); in fromXml()
DParameterAdaptation.cpp66 bool CParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CParameterAdaptation
72 return base::fromXml(xmlElement, serializingContext); in fromXml()
DEnumValuePair.cpp54 bool CEnumValuePair::fromXml(const CXmlElement &xmlElement, in fromXml() function in CEnumValuePair
66 return base::fromXml(xmlElement, serializingContext); in fromXml()
DStringParameterType.cpp60 bool CStringParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CStringParameterType
67 return base::fromXml(xmlElement, serializingContext); in fromXml()
DLinearParameterAdaptation.cpp61 bool CLinearParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CLinearParameterAdaptation
78 return base::fromXml(xmlElement, serializingContext); in fromXml()
DLogarithmicParameterAdaptation.cpp58 bool CLogarithmicParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CLogarithmicParameterAdaptation
73 return base::fromXml(xmlElement, serializingContext); in fromXml()
DComponentType.cpp71 bool CComponentType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CComponentType
81 if (!base::fromXml(xmlElement, serializingContext)) { in fromXml()
DCompoundRule.cpp129 bool CCompoundRule::fromXml(const CXmlElement &xmlElement, in fromXml() function in CCompoundRule
138 return base::fromXml(xmlElement, serializingContext); in fromXml()
DComponentInstance.cpp79 bool CComponentInstance::fromXml(const CXmlElement &xmlElement, in fromXml() function in CComponentInstance
109 return base::fromXml(xmlElement, serializingContext); in fromXml()
DTypeElement.cpp107 bool CTypeElement::fromXml(const CXmlElement &xmlElement, in fromXml() function in CTypeElement
124 return base::fromXml(xmlElement, serializingContext); in fromXml()
DConfigurableElement.h168 bool fromXml(const CXmlElement &xmlElement,
189 return CElement::fromXml(xmlElement, serializingContext); in structureFromXml()
DParameterType.cpp76 bool CParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CParameterType
80 return base::fromXml(xmlElement, serializingContext); in fromXml()
DEnumParameterType.cpp76 bool CEnumParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CEnumParameterType
89 return base::fromXml(xmlElement, serializingContext); in fromXml()
DBitParameterType.cpp74 bool CBitParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CBitParameterType
118 return base::fromXml(xmlElement, serializingContext); in fromXml()
DFloatingPointParameterType.cpp84 bool CFloatingPointParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CFloatingPointParameterType
113 return base::fromXml(xmlElement, serializingContext); in fromXml()
DFrameworkConfigurationLocation.h46 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
DComponentLibrary.h48 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
DParameterFrameworkConfiguration.h49 virtual bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext);
/external/doclava/src/com/google/doclava/apicheck/
DXmlApiFile.java75 new PackageInfo(attributes.getValue("name"), SourcePositionInfo.fromXml(attributes in startElement()
84 SourcePositionInfo position = SourcePositionInfo.fromXml(attributes.getValue("source")); in startElement()
150 SourcePositionInfo position = SourcePositionInfo.fromXml(attributes.getValue("source")); in startElement()
173 SourcePositionInfo.fromXml(attributes.getValue("source")), in startElement()
197 type, "", value, SourcePositionInfo.fromXml(attributes.getValue("source")), in startElement()
/external/parameter-framework/upstream/xmlserializer/
DXmlSink.h38 virtual bool fromXml(const CXmlElement &xmlElement,
DXmlMemoryDocSink.cpp47 return _pXmlSink->fromXml(docElement, serializingContext); in doProcess()
/external/xmlrpcpp/test/
DTestValuesWin32.cpp76 XmlRpcValue fromXml(vssXml.toXml(), &offset); in testString() local
77 assert(s == fromXml); in testString()
DTestValues.cpp73 XmlRpcValue fromXml(vssXml.toXml(), &offset); in testString() local
74 assert(s == fromXml); in testString()

123