/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 23 def toXML(self, xmlWriter, font, attrs=None, name=None): argument 124 def toXML2(self, xmlWriter, font): argument 204 def toXML2(self, xmlWriter, font): argument 320 def toXML2(self, xmlWriter, font): argument 376 def toXML2(self, xmlWriter, font): argument 444 def toXML2(self, xmlWriter, font): argument
|
D | otConverters.py | 79 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 85 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 118 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 146 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 188 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 304 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument 362 def xmlWrite(self, xmlWriter, font, value, name, attrs): argument
|
D | sbixBitmapSet.py | 101 def toXML(self, xmlWriter, ttFont): argument
|
D | _s_b_i_x.py | 116 def toXML(self, xmlWriter, ttFont): argument
|
D | sbixBitmap.py | 65 def toXML(self, xmlWriter, ttFont): argument
|
D | D_S_I_G_.py | 80 def toXML(self, xmlWriter, ttFont): argument
|
D | otBase.py | 643 def toXML(self, xmlWriter, font, attrs=None, name=None): argument 655 def toXML2(self, xmlWriter, font): argument 717 def toXML(self, xmlWriter, font, attrs=None, name=None): argument 817 def toXML(self, xmlWriter, font, valueName, attrs=None): argument
|
/external/doclava/src/com/google/doclava/ |
D | Stubs.java | 962 static void writeXML(PrintStream xmlWriter, HashMap<PackageInfo, List<ClassInfo>> allClasses, in writeXML() 976 public static void writeXml(PrintStream xmlWriter, Collection<PackageInfo> pkgs) { in writeXml() 993 static void writePackageXML(PrintStream xmlWriter, PackageInfo pack, in writePackageXML() 1013 static void writeClassXML(PrintStream xmlWriter, ClassInfo cl, HashSet<ClassInfo> notStrippable) { in writeClassXML() 1066 static void writeMethodXML(PrintStream xmlWriter, MethodInfo mi) { in writeMethodXML() 1106 static void writeConstructorXML(PrintStream xmlWriter, MethodInfo mi) { in writeConstructorXML() 1138 static void writeParameterXML(PrintStream xmlWriter, MethodInfo method, ParameterInfo pi, in writeParameterXML() 1145 static void writeFieldXML(PrintStream xmlWriter, FieldInfo fi) { in writeFieldXML()
|
/external/fonttools/Lib/fontTools/ |
D | cffLib.py | 77 def toXML(self, xmlWriter, progress=None): argument 385 def toXML(self, xmlWriter, progress): argument 426 def toXML(self, xmlWriter, progress): argument 555 def toXML(self, xmlWriter, progress): argument 664 def xmlWrite(self, xmlWriter, name, value, progress): argument 675 def xmlWrite(self, xmlWriter, name, value, progress): argument 686 def xmlWrite(self, xmlWriter, name, value, progress): argument 705 def xmlWrite(self, xmlWriter, name, value, progress): argument 714 def xmlWrite(self, xmlWriter, name, value, progress): argument 813 def xmlWrite(self, xmlWriter, name, value, progress): 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 | 493 void writeTestResult (const TestCaseResult& result, xe::xml::Writer& xmlWriter) in writeTestResult() 516 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/skia/src/xml/ |
D | SkDOM.cpp | 475 SkXMLStreamWriter xmlWriter(&debugStream); in dump() local
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 1027 SkAutoTDelete<SkXMLWriter> xmlWriter(new SkXMLStreamWriter(dst)); in draw() local
|
/external/fonttools/Lib/fontTools/misc/ |
D | psCharStrings.py | 357 def toXML(self, xmlWriter): argument
|