HomeSort by relevance Sort by last modified time
    Searched full:saxutils (Results 1 - 4 of 4) sorted by null

  /external/sepolicy/tools/
insertkeys.py 3 from xml.sax import saxutils, handler, make_parser namespace
137 self._out.write(' %s="%s"' % (name, saxutils.escape(key)))
139 self._out.write(' %s="%s"' % (name, saxutils.escape(value)))
155 self._out.write(saxutils.escape(content))
  /external/skia/bench/
bench_graph_svg.py 12 import xml.sax.saxutils namespace
467 return xml.sax.saxutils.quoteattr(str(out))
470 return xml.sax.saxutils.escape(str(out))
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 17 from xml.sax.saxutils import escape
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 

Completed in 186 milliseconds