/external/testng/src/main/java/org/testng/xml/ |
D | XmlGroups.java | 51 public String toXml(String indent) { in toXml() method in XmlGroups 63 xsb.getStringBuffer().append(d.toXml(indent2)); in toXml() 66 xsb.getStringBuffer().append(m_run.toXml(indent2)); in toXml() 69 xsb.getStringBuffer().append(d.toXml(indent2)); in toXml()
|
D | XmlMethodSelectors.java | 25 public String toXml(String indent) { in toXml() method in XmlMethodSelectors 30 xsb.getStringBuffer().append(selector.toXml(indent + " ")); in toXml()
|
D | XmlSuite.java | 460 public String toXml() { in toXml() method in XmlSuite 514 xsb.getStringBuffer().append(pack.toXml(" ")); in toXml() 521 xsb.getStringBuffer().append(getXmlMethodSelectors().toXml(" ")); in toXml() 527 xsb.getStringBuffer().append(selector.toXml(" ")); in toXml() 561 xsb.getStringBuffer().append(m_xmlGroups.toXml(" ")); in toXml() 565 xsb.getStringBuffer().append(test.toXml(" ")); in toXml()
|
/external/parameter-framework/upstream/parameter/ |
D | SelectionCriterion.cpp | 183 void CSelectionCriterion::toXml(CXmlElement &xmlElement, in toXml() function in CSelectionCriterion 190 _pType->toXml(xmlElement, serializingContext); in toXml() 192 base::toXml(xmlElement, serializingContext); in toXml()
|
D | BitParameterBlockType.cpp | 77 void CBitParameterBlockType::toXml(CXmlElement &xmlElement, in toXml() function in CBitParameterBlockType 83 base::toXml(xmlElement, serializingContext); in toXml()
|
D | StringParameterType.cpp | 82 void CStringParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CStringParameterType 88 base::toXml(xmlElement, serializingContext); in toXml()
|
D | CompoundRule.cpp | 142 void CCompoundRule::toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const in toXml() function in CCompoundRule 148 base::toXml(xmlElement, serializingContext); in toXml()
|
D | TypeElement.cpp | 180 void CTypeElement::toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const in toXml() function in CTypeElement 187 base::toXml(xmlElement, serializingContext); in toXml()
|
D | ConfigurableElement.h | 171 void toXml(CXmlElement &xmlElement, 197 CElement::toXml(xmlElement, serializingContext); in structureToXml()
|
D | ParameterType.cpp | 84 void CParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CParameterType 87 base::toXml(xmlElement, serializingContext); in toXml()
|
D | BitParameterType.cpp | 243 void CBitParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CBitParameterType 255 base::toXml(xmlElement, serializingContext); in toXml()
|
D | EnumParameterType.cpp | 256 void CEnumParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CEnumParameterType 262 base::toXml(xmlElement, serializingContext); in toXml()
|
D | SelectionCriterionType.cpp | 231 void CSelectionCriterionType::toXml(CXmlElement &xmlElement, in toXml() function in CSelectionCriterionType 251 base::toXml(xmlElement, serializingContext); in toXml()
|
D | FloatingPointParameterType.cpp | 276 void CFloatingPointParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CFloatingPointParameterType 283 base::toXml(xmlElement, serializingContext); in toXml()
|
D | BitParameterBlockType.h | 48 virtual void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const;
|
D | EnumValuePair.h | 45 virtual void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const;
|
D | StringParameterType.h | 50 virtual void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const;
|
D | CompoundRule.h | 52 virtual void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const;
|
D | EnumValuePair.cpp | 77 void CEnumValuePair::toXml(CXmlElement &xmlElement, in toXml() function in CEnumValuePair
|
D | SelectionCriterion.h | 79 virtual void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const;
|
D | SelectionCriterionType.h | 73 virtual void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const;
|
/external/parameter-framework/upstream/test/functional-tests/include/ |
D | ConfigFiles.hpp | 54 {"plugins", toXml(config.plugins)}})) 61 std::string toXml(const Config::Plugin::Collection &plugins) in toXml() function in parameterFramework::ConfigFiles
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlSource.h | 38 virtual void toXml(CXmlElement &xmlElement,
|
D | XmlMemoryDocSource.cpp | 71 _pXmlSource->toXml(docElement, serializingContext); in populate()
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
D | TestNgXmlPanel.java | 28 xsb.addString(Utils.escapeHtml(suite.getXmlSuite().toXml())); in getContent()
|