HomeSort by relevance Sort by last modified time
    Searched defs:toXML (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/fonttools/Lib/fontTools/ttLib/tables/
asciiTable.py 8 def toXML(self, writer, ttFont):
BitmapGlyphMetrics.py 32 def toXML(self, writer, ttFont):
C_F_F_.py 41 def toXML(self, writer, otFont, progress=None):
42 self.cff.toXML(writer, progress)
C_P_A_L_.py 41 def toXML(self, writer, ttFont):
51 color.toXML(writer, ttFont, cindex)
89 def toXML(self, writer, ttFont, index=None):
D_S_I_G_.py 80 def toXML(self, xmlWriter, ttFont):
86 sigrec.toXML(xmlWriter, ttFont)
119 def toXML(self, writer, ttFont):
DefaultTable.py 20 def toXML(self, writer, ttFont, progress=None):
F_F_T_M_.py 26 def toXML(self, writer, ttFont):
G_M_A_P_.py 38 def toXML(self, writer, ttFont):
104 def toXML(self, writer, ttFont):
115 gmapRecord.toXML(writer, ttFont)
G_P_K_G_.py 79 def toXML(self, writer, ttFont):
L_T_S_H_.py 39 def toXML(self, writer, ttFont):
S_I_N_G_.py 82 def toXML(self, writer, ttFont):
T_S_I__0.py 47 def toXML(self, writer, ttFont):
T_S_I__1.py 80 def toXML(self, writer, ttFont):
T_S_I__5.py 31 def toXML(self, writer, ttFont):
_c_v_t.py 23 def toXML(self, writer, ttFont):
_f_p_g_m.py 16 def toXML(self, writer, ttFont):
17 self.program.toXML(writer, ttFont)
_g_a_s_p.py 38 def toXML(self, writer, ttFont):
_h_d_m_x.py 47 def toXML(self, writer, ttFont):
_h_h_e_a.py 82 def toXML(self, writer, ttFont):
_l_o_c_a.py 52 def toXML(self, writer, ttFont):
_m_a_x_p.py 123 def toXML(self, writer, ttFont):
_v_h_e_a.py 69 def toXML(self, writer, ttFont):
sbixBitmap.py 65 def toXML(self, xmlWriter, ttFont):
sbixBitmapSet.py 101 def toXML(self, xmlWriter, ttFont):
111 self.bitmaps[glyphOrder[i]].toXML(xmlWriter, ttFont)
  /external/testng/src/main/java/org/testng/reporters/
JqReporter.java 41 Utils.writeFile(m_outputDirectory, "index2.html", all + xsb.toXML());
76 xsb.addString(xs1.toXML());
78 xsb.addString(xs2.toXML());
80 xsb.addString(xs3.toXML());
118 main.addString(header.toXML());
119 main.addString(xsb.toXML());

Completed in 3166 milliseconds

1 2 3 4 5