/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/keyboard/out/ |
D | KeycodeMapToXml.java | 18 private final XmlWriter xmlWriter; field in KeycodeMapToXml 20 private KeycodeMapToXml(KeycodeMap keycodeMap, Platform platform, XmlWriter xmlWriter) { in KeycodeMapToXml() 28 XmlWriter xmlWriter = XmlWriter.newXmlWriter(writer); in writeToXml() local
|
D | KeyboardToXml.java | 27 private final XmlWriter xmlWriter; field in KeyboardToXml 29 private KeyboardToXml(Keyboard keyboard, XmlWriter xmlWriter) { in KeyboardToXml() 36 XmlWriter xmlWriter = XmlWriter.newXmlWriter(writer); in writeToXml() local
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 45 def _writeFlagsToXML(self, xmlWriter): argument 113 def toXML(self, xmlWriter, font, attrs, name): argument 174 def toXML(self, xmlWriter, font, attrs, name): argument 348 def toXML(self, xmlWriter, font, attrs, name): argument 430 def toXML(self, xmlWriter, font, attrs, name): argument 501 def toXML(self, xmlWriter, font, attrs=None, name=None): argument 590 def toXML2(self, xmlWriter, font): argument 649 def toXML2(self, xmlWriter, font): argument 698 def toXML2(self, xmlWriter, font): argument 808 def toXML2(self, xmlWriter, font): argument [all …]
|
D | otConverters.py | 210 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 222 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 230 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 327 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 365 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 380 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 512 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 663 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 671 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 708 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument [all …]
|
D | sbixStrike.py | 96 def toXML(self, xmlWriter, ttFont): argument
|
D | _s_b_i_x.py | 87 def toXML(self, xmlWriter, ttFont): argument
|
D | sbixGlyph.py | 80 def toXML(self, xmlWriter, ttFont): argument
|
D | D_S_I_G_.py | 78 def toXML(self, xmlWriter, ttFont): argument
|
D | otBase.py | 804 def toXML(self, xmlWriter, font, attrs=None, name=None): argument 816 def toXML2(self, xmlWriter, font): argument 923 def toXML(self, xmlWriter, font, attrs=None, name=None): argument 1066 def toXML(self, xmlWriter, font, valueName, attrs=None): argument
|
/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/Doc/source/misc/ |
D | xmlWriter.rst | 2 xmlWriter title
|
/external/fonttools/Lib/fontTools/cffLib/ |
D | __init__.py | 273 def toXML(self, xmlWriter): argument 867 def toXML(self, xmlWriter): argument 957 def toXML(self, xmlWriter): argument 970 def toXML(self, xmlWriter): argument 1028 def writeXML(self, xmlWriter, name): argument 1196 def toXML(self, xmlWriter): argument 1339 def xmlWrite(self, xmlWriter, name, value): argument 1355 def xmlWrite(self, xmlWriter, name, value): argument 1371 def xmlWrite(self, xmlWriter, name, value): argument 1405 def xmlWrite(self, xmlWriter, name, value): argument [all …]
|
/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 243 xe::xml::Writer xmlWriter(testLog); in parse() local 262 xe::xml::Writer xmlWriter(testLog); in parse() local
|
/external/deqp/executor/ |
D | xeTestLogWriter.cpp | 500 void writeTestResult (const TestCaseResult& result, xe::xml::Writer& xmlWriter) in writeTestResult() 523 xml::Writer xmlWriter(stream); in writeTestResult() local
|
/external/deqp/executor/tools/ |
D | xeBatchResultToXml.cpp | 261 xe::xml::Writer xmlWriter (out); in testCaseResultComplete() local 369 xe::xml::Writer xmlWriter (out); in batchResultToSeparateXmlFiles() local
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 1076 def toXML(self, xmlWriter, ttFont=None): argument
|