/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 | 170 void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const final; 195 CElement::toXml(xmlElement, serializingContext); in structureToXml()
|
D | BitParameterType.cpp | 229 void CBitParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CBitParameterType 241 base::toXml(xmlElement, serializingContext); in toXml()
|
D | ParameterType.cpp | 84 void CParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CParameterType 87 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 | EnumParameterType.cpp | 284 void CEnumParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CEnumParameterType 290 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 | 49 void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const override;
|
D | EnumValuePair.h | 46 void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const override;
|
D | StringParameterType.h | 51 void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const override;
|
D | CompoundRule.h | 53 void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const override;
|
D | EnumValuePair.cpp | 77 void CEnumValuePair::toXml(CXmlElement &xmlElement, in toXml() function in CEnumValuePair
|
D | FixedPointParameterType.cpp | 362 void CFixedPointParameterType::toXml(CXmlElement &xmlElement, in toXml() function in CFixedPointParameterType 374 base::toXml(xmlElement, serializingContext); in toXml()
|
D | SelectionCriterion.h | 79 void toXml(CXmlElement &xmlElement, CXmlSerializingContext &serializingContext) const override;
|
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/ |
D | KeycodeMapToXml.java | 30 keycodeMapToXml.toXml(); in writeToXml() 33 private void toXml() { in toXml() method in KeycodeMapToXml
|
/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()
|