/external/parameter-framework/upstream/parameter/ |
D | ComponentLibrary.cpp | 49 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()
|
D | ParameterFrameworkConfiguration.cpp | 63 bool CParameterFrameworkConfiguration::fromXml(const CXmlElement &xmlElement, in fromXml() function in CParameterFrameworkConfiguration 76 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | BitParameterBlockType.cpp | 59 bool CBitParameterBlockType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CBitParameterBlockType 67 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | ParameterAdaptation.cpp | 66 bool CParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CParameterAdaptation 72 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | StringParameterType.cpp | 60 bool CStringParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CStringParameterType 67 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | EnumValuePair.cpp | 54 bool CEnumValuePair::fromXml(const CXmlElement &xmlElement, in fromXml() function in CEnumValuePair 66 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | LinearParameterAdaptation.cpp | 61 bool CLinearParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CLinearParameterAdaptation 78 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | LogarithmicParameterAdaptation.cpp | 58 bool CLogarithmicParameterAdaptation::fromXml(const CXmlElement &xmlElement, in fromXml() function in CLogarithmicParameterAdaptation 73 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | ComponentType.cpp | 71 bool CComponentType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CComponentType 81 if (!base::fromXml(xmlElement, serializingContext)) { in fromXml()
|
D | CompoundRule.cpp | 129 bool CCompoundRule::fromXml(const CXmlElement &xmlElement, in fromXml() function in CCompoundRule 138 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | ComponentInstance.cpp | 79 bool CComponentInstance::fromXml(const CXmlElement &xmlElement, in fromXml() function in CComponentInstance 109 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | TypeElement.cpp | 107 bool CTypeElement::fromXml(const CXmlElement &xmlElement, in fromXml() function in CTypeElement 124 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | ConfigurableElement.h | 168 bool fromXml(const CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) final; 187 return CElement::fromXml(xmlElement, serializingContext); in structureFromXml()
|
D | BitParameterType.cpp | 74 bool CBitParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CBitParameterType 118 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | ParameterType.cpp | 76 bool CParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CParameterType 80 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | EnumParameterType.cpp | 78 bool CEnumParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CEnumParameterType 91 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | FloatingPointParameterType.cpp | 84 bool CFloatingPointParameterType::fromXml(const CXmlElement &xmlElement, in fromXml() function in CFloatingPointParameterType 113 return base::fromXml(xmlElement, serializingContext); in fromXml()
|
D | FrameworkConfigurationLocation.h | 46 bool fromXml(const CXmlElement &xmlElement,
|
D | ComponentLibrary.h | 48 bool fromXml(const CXmlElement &xmlElement,
|
D | XmlFileIncluderElement.h | 43 bool fromXml(const CXmlElement &xmlElement,
|
D | ParameterFrameworkConfiguration.h | 49 bool fromXml(const CXmlElement &xmlElement,
|
D | LinearParameterAdaptation.h | 50 bool fromXml(const CXmlElement &xmlElement,
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | XmlApiFile.java | 75 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/ |
D | XmlSink.h | 38 virtual bool fromXml(const CXmlElement &xmlElement,
|
D | XmlMemoryDocSink.cpp | 47 return _pXmlSink->fromXml(docElement, serializingContext); in doProcess()
|