/external/aws-sdk-java-v2/core/protocols/aws-xml-protocol/src/main/java/software/amazon/awssdk/protocols/xml/internal/marshall/ |
D | XmlGenerator.java | 29 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/ |
D | otTables.py | 59 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 …]
|
D | otConverters.py | 228 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.py | 89 def toXML(self, xmlWriter, ttFont): argument
|
D | sbixStrike.py | 123 def toXML(self, xmlWriter, ttFont): argument
|
D | sbixGlyph.py | 108 def toXML(self, xmlWriter, ttFont): argument
|
D | D_S_I_G_.py | 88 def toXML(self, xmlWriter, ttFont): argument
|
D | otBase.py | 1113 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/ |
D | xmlWriter.rst | 2 xmlWriter title
|
/external/doclava/src/com/google/doclava/ |
D | Stubs.java | 1114 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__.py | 294 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/ |
D | xml_writer.h | 21 xmlWriter(std::ostream& os) : os(os), tag_open(false), new_line(true) {os << HEADER;} in xmlWriter() function
|
/external/deqp/executor/ |
D | xeTestLogWriter.cpp | 526 void writeTestResult(const TestCaseResult &result, xe::xml::Writer &xmlWriter) in writeTestResult() 547 xml::Writer xmlWriter(stream); in writeTestResult() local
|
/external/deqp/executor/tools/ |
D | xeBatchResultToXml.cpp | 253 xe::xml::Writer xmlWriter(out); in testCaseResultComplete() local 360 xe::xml::Writer xmlWriter(out); in batchResultToSeparateXmlFiles() local
|
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 318 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/ |
D | CLDRFile.java | 580 final CldrXmlWriter xmlWriter = new CldrXmlWriter(this, pw, options); in write() local
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 1241 def toXML(self, xmlWriter, ttFont=None): argument
|