Home
last modified time | relevance | path

Searched defs:xmlWriter (Results 1 – 17 of 17) sorted by relevance

/external/aws-sdk-java-v2/core/protocols/aws-xml-protocol/src/main/java/software/amazon/awssdk/protocols/xml/internal/marshall/
DXmlGenerator.java29 private final XmlWriter xmlWriter; field in XmlGenerator
31 private XmlGenerator(StringWriter stringWriter, XmlWriter xmlWriter) { in XmlGenerator()
38 …XmlWriter xmlWriter = isS3 ? new S3XmlWriter(stringWriter, xmlns) : new XmlWriter(stringWriter, xm… in create() local
42 public XmlWriter xmlWriter() { in xmlWriter() method in XmlGenerator
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py59 def _writeFlagsToXML(self, xmlWriter): argument
128 def toXML(self, xmlWriter, font, attrs, name): argument
191 def toXML(self, xmlWriter, font, attrs, name): argument
363 def toXML(self, xmlWriter, font, attrs, name): argument
451 def toXML(self, xmlWriter, font, attrs, name): argument
524 def toXML(self, xmlWriter, font, attrs=None, name=None): argument
616 def toXML2(self, xmlWriter, font): argument
679 def toXML2(self, xmlWriter, font): argument
734 def toXML2(self, xmlWriter, font): argument
843 def toXML2(self, xmlWriter, font): argument
[all …]
DotConverters.py228 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
251 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
262 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
397 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
450 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
466 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
635 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
784 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
793 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
838 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
[all …]
D_s_b_i_x.py89 def toXML(self, xmlWriter, ttFont): argument
DsbixStrike.py123 def toXML(self, xmlWriter, ttFont): argument
DsbixGlyph.py108 def toXML(self, xmlWriter, ttFont): argument
DD_S_I_G_.py88 def toXML(self, xmlWriter, ttFont): argument
DotBase.py1113 def toXML(self, xmlWriter, font, attrs=None, name=None): argument
1125 def toXML2(self, xmlWriter, font): argument
1237 def toXML(self, xmlWriter, font, attrs=None, name=None): argument
1412 def toXML(self, xmlWriter, font, valueName, attrs=None): argument
/external/fonttools/Doc/source/misc/
DxmlWriter.rst2 xmlWriter title
/external/doclava/src/com/google/doclava/
DStubs.java1114 public static void writeXml(PrintStream xmlWriter, Collection<PackageInfo> pkgs, boolean strip) { in writeXml()
1122 public static void writeXml(PrintStream xmlWriter, Collection<PackageInfo> pkgs, in writeXml()
1135 public static void writeXml(PrintStream xmlWriter, Collection<PackageInfo> pkgs) { in writeXml()
1144 static void writePackageXML(PrintStream xmlWriter, PackageInfo pack, in writePackageXML()
1164 …static void writeClassXML(PrintStream xmlWriter, ClassInfo cl, Predicate<ClassInfo> notStrippable)… in writeClassXML()
1215 static void writeMethodXML(PrintStream xmlWriter, MethodInfo mi) { in writeMethodXML()
1255 static void writeConstructorXML(PrintStream xmlWriter, MethodInfo mi) { in writeConstructorXML()
1287 static void writeParameterXML(PrintStream xmlWriter, MethodInfo method, ParameterInfo pi, in writeParameterXML()
1294 static void writeFieldXML(PrintStream xmlWriter, FieldInfo fi) { in writeFieldXML()
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py294 def toXML(self, xmlWriter): argument
899 def toXML(self, xmlWriter): argument
993 def toXML(self, xmlWriter): argument
1005 def toXML(self, xmlWriter): argument
1062 def writeXML(self, xmlWriter, name): argument
1243 def toXML(self, xmlWriter): argument
1384 def xmlWrite(self, xmlWriter, name, value): argument
1399 def xmlWrite(self, xmlWriter, name, value): argument
1414 def xmlWrite(self, xmlWriter, name, value): argument
1448 def xmlWrite(self, xmlWriter, name, value): argument
[all …]
/external/clpeak/include/
Dxml_writer.h21 xmlWriter(std::ostream& os) : os(os), tag_open(false), new_line(true) {os << HEADER;} in xmlWriter() function
/external/deqp/executor/
DxeTestLogWriter.cpp526 void writeTestResult(const TestCaseResult &result, xe::xml::Writer &xmlWriter) in writeTestResult()
547 xml::Writer xmlWriter(stream); in writeTestResult() local
/external/deqp/executor/tools/
DxeBatchResultToXml.cpp253 xe::xml::Writer xmlWriter(out); in testCaseResultComplete() local
360 xe::xml::Writer xmlWriter(out); in batchResultToSeparateXmlFiles() local
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp318 xe::xml::Writer xmlWriter(testLog); in parse() local
337 xe::xml::Writer xmlWriter(testLog); in parse() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCLDRFile.java580 final CldrXmlWriter xmlWriter = new CldrXmlWriter(this, pw, options); in write() local
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py1241 def toXML(self, xmlWriter, ttFont=None): argument