Home
last modified time | relevance | path

Searched refs:toXml (Results 1 – 25 of 65) sorted by relevance

123

/external/testng/src/main/java/org/testng/xml/
DXmlGroups.java51 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()
DXmlMethodSelectors.java25 public String toXml(String indent) { in toXml() method in XmlMethodSelectors
30 xsb.getStringBuffer().append(selector.toXml(indent + " ")); in toXml()
DXmlSuite.java460 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/
DSelectionCriterion.cpp183 void CSelectionCriterion::toXml(CXmlElement &xmlElement, in toXml() function in CSelectionCriterion
190 _pType->toXml(xmlElement, serializingContext); in toXml()
192 base::toXml(xmlElement, serializingContext); in toXml()
DBitParameterBlockType.cpp77 void CBitParameterBlockType::toXml(CXmlElement &xmlElement, in toXml() function in CBitParameterBlockType
83 base::toXml(xmlElement, serializingContext); in toXml()
DStringParameterType.cpp82 void CStringParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CStringParameterType
88 base::toXml(xmlElement, serializingContext); in toXml()
DCompoundRule.cpp142 void CCompoundRule::toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const in toXml() function in CCompoundRule
148 base::toXml(xmlElement, serializingContext); in toXml()
DTypeElement.cpp180 void CTypeElement::toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const in toXml() function in CTypeElement
187 base::toXml(xmlElement, serializingContext); in toXml()
DConfigurableElement.h171 void toXml(CXmlElement &xmlElement,
197 CElement::toXml(xmlElement, serializingContext); in structureToXml()
DParameterType.cpp84 void CParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CParameterType
87 base::toXml(xmlElement, serializingContext); in toXml()
DBitParameterType.cpp243 void CBitParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CBitParameterType
255 base::toXml(xmlElement, serializingContext); in toXml()
DEnumParameterType.cpp256 void CEnumParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CEnumParameterType
262 base::toXml(xmlElement, serializingContext); in toXml()
DSelectionCriterionType.cpp231 void CSelectionCriterionType::toXml(CXmlElement &xmlElement, in toXml() function in CSelectionCriterionType
251 base::toXml(xmlElement, serializingContext); in toXml()
DFloatingPointParameterType.cpp276 void CFloatingPointParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CFloatingPointParameterType
283 base::toXml(xmlElement, serializingContext); in toXml()
DBitParameterBlockType.h48 virtual void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const;
DEnumValuePair.h45 virtual void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const;
DStringParameterType.h50 virtual void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const;
DCompoundRule.h52 virtual void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const;
DEnumValuePair.cpp77 void CEnumValuePair::toXml(CXmlElement &xmlElement, in toXml() function in CEnumValuePair
DSelectionCriterion.h79 virtual void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const;
DSelectionCriterionType.h73 virtual void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const;
/external/parameter-framework/upstream/test/functional-tests/include/
DConfigFiles.hpp54 {"plugins", toXml(config.plugins)}}))
61 std::string toXml(const Config::Plugin::Collection &plugins) in toXml() function in parameterFramework::ConfigFiles
/external/parameter-framework/upstream/xmlserializer/
DXmlSource.h38 virtual void toXml(CXmlElement &xmlElement,
DXmlMemoryDocSource.cpp71 _pXmlSource->toXml(docElement, serializingContext); in populate()
/external/testng/src/main/java/org/testng/reporters/jq/
DTestNgXmlPanel.java28 xsb.addString(Utils.escapeHtml(suite.getXmlSuite().toXml())); in getContent()

123