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

1 2 3

  /external/fonttools/Lib/fontTools/ttLib/tables/
_f_p_g_m.py 16 def toXML(self, writer, ttFont):
17 self.program.toXML(writer, ttFont)
asciiTable.py 8 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):
BitmapGlyphMetrics.py 32 def toXML(self, writer, ttFont):
F_F_T_M_.py 26 def toXML(self, writer, ttFont):
M_E_T_A_.py 159 def toXML(self, writer, ttFont):
168 glyphRec.toXML(writer, ttFont)
194 def toXML(self, writer, ttFont):
202 stringRec.toXML(writer, ttFont)
272 def toXML(self, writer, ttFont):
_k_e_r_n.py 65 def toXML(self, writer, ttFont):
69 subtable.toXML(writer, ttFont)
129 def toXML(self, writer, ttFont):
172 def toXML(self, writer):
194 def toXML(self, writer, ttFont):
_s_b_i_x.py 116 def toXML(self, xmlWriter, ttFont):
122 self.bitmapSets[i].toXML(xmlWriter, ttFont)
DefaultTable.py 20 def toXML(self, writer, ttFont, progress=None):
L_T_S_H_.py 39 def toXML(self, writer, ttFont):
T_S_I__0.py 47 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):
_g_a_s_p.py 38 def toXML(self, writer, ttFont):
_h_e_a_d.py 47 def toXML(self, writer, ttFont):
_l_o_c_a.py 52 def toXML(self, writer, ttFont):
_v_h_e_a.py 69 def toXML(self, writer, ttFont):
C_O_L_R_.py 80 def toXML(self, writer, ttFont):
96 layer.toXML(writer, ttFont)
150 def toXML(self, writer, ttFont):
D_S_I_G_.py 80 def toXML(self, xmlWriter, ttFont):
86 sigrec.toXML(xmlWriter, ttFont)
119 def toXML(self, writer, ttFont):
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
EventLogger.java 59 ((LocationAwareLogger) eventLogger.logger).log(EVENT_MARKER, FQCN, LocationAwareLogger.INFO_INT, data.toXML(), new Object[] { data }, null);
61 eventLogger.logger.info(EVENT_MARKER, data.toXML(), data);
EventData.java 93 public String toXML() {
94 return toXML(eventData);
103 public static String toXML(Map<String, Object> map) {
271 return toXML();
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 390 return toXML((PairingRequestMessage) message);
392 return toXML((PairingRequestAckMessage) message);
394 return toXML((OptionsMessage) message);
396 return toXML((ConfigurationMessage) message);
398 return toXML((ConfigurationAckMessage) message);
400 return toXML((SecretMessage) message);
402 return toXML((SecretAckMessage) message);
471 String toXML(PairingRequestMessage message) throws JSONException {
490 String toXML(PairingRequestAckMessage message) throws JSONException {
507 String toXML(OptionsMessage message) throws JSONException
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 

Completed in 2010 milliseconds

1 2 3