Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/out/
DKeycodeMapToXml.java18 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
DKeyboardToXml.java27 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/Doc/source/misc/
DxmlWriter.rst2 xmlWriter title
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py38 def _writeFlagsToXML(self, xmlWriter): argument
106 def toXML(self, xmlWriter, font, attrs, name): argument
167 def toXML(self, xmlWriter, font, attrs, name): argument
341 def toXML(self, xmlWriter, font, attrs, name): argument
424 def toXML(self, xmlWriter, font, attrs, name): argument
495 def toXML(self, xmlWriter, font, attrs=None, name=None): argument
600 def toXML2(self, xmlWriter, font): argument
666 def toXML2(self, xmlWriter, font): argument
756 def toXML2(self, xmlWriter, font): argument
801 def toXML2(self, xmlWriter, font): argument
[all …]
DotConverters.py178 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
184 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
209 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
249 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
286 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
341 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
396 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
538 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
546 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
583 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
[all …]
D_s_b_i_x.py90 def toXML(self, xmlWriter, ttFont): argument
DsbixStrike.py98 def toXML(self, xmlWriter, ttFont): argument
DsbixGlyph.py82 def toXML(self, xmlWriter, ttFont): argument
DD_S_I_G_.py80 def toXML(self, xmlWriter, ttFont): argument
DotBase.py723 def toXML(self, xmlWriter, font, attrs=None, name=None): argument
735 def toXML2(self, xmlWriter, font): argument
802 def toXML(self, xmlWriter, font, attrs=None, name=None): argument
918 def toXML(self, xmlWriter, font, valueName, attrs=None): argument
/external/skqp/src/svg/
DSkSVGCanvas.cpp22 SkXMLStreamWriter xmlWriter(writer); in Make() local
/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/skqp/tests/
DAnnotationTest.cpp96 std::unique_ptr<SkXMLWriter> xmlWriter(new SkXMLStreamWriter(&outStream)); in DEF_TEST() local
115 std::unique_ptr<SkXMLWriter> xmlWriter(new SkXMLStreamWriter(&outStream)); in DEF_TEST() local
/external/fonttools/Lib/fontTools/cffLib/
D__init__.py147 def toXML(self, xmlWriter): argument
643 def toXML(self, xmlWriter): argument
708 def toXML(self, xmlWriter): argument
721 def toXML(self, xmlWriter): argument
779 def writeXML(self, xmlWriter, name): argument
916 def toXML(self, xmlWriter): argument
1055 def xmlWrite(self, xmlWriter, name, value): argument
1071 def xmlWrite(self, xmlWriter, name, value): argument
1087 def xmlWrite(self, xmlWriter, name, value): argument
1121 def xmlWrite(self, xmlWriter, name, value): argument
[all …]
/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp243 xe::xml::Writer xmlWriter(testLog); in parse() local
262 xe::xml::Writer xmlWriter(testLog); in parse() local
/external/deqp/executor/
DxeTestLogWriter.cpp493 void writeTestResult (const TestCaseResult& result, xe::xml::Writer& xmlWriter) in writeTestResult()
516 xml::Writer xmlWriter(stream); in writeTestResult() local
/external/deqp/executor/tools/
DxeBatchResultToXml.cpp261 xe::xml::Writer xmlWriter (out); in testCaseResultComplete() local
369 xe::xml::Writer xmlWriter (out); in batchResultToSeparateXmlFiles() local
/external/fonttools/Lib/fontTools/misc/
DpsCharStrings.py1067 def toXML(self, xmlWriter): argument
/external/skqp/dm/
DDMSrcSink.cpp1727 std::unique_ptr<SkXMLWriter> xmlWriter(new SkXMLStreamWriter(dst)); in draw() local