Searched defs:_xmlEscAttr (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/ValidationKit/testdriver/ |
H A D | reporter.py | 121 def _xmlEscAttr(self, sValue): member in class:ReporterBase 202 self._xmlWrite([ '<Test timestamp="%s" name="%s">' % (sTsIso, self._xmlEscAttr(sName),), ]); 211 % (sTsIso, self._xmlEscAttr(sName), self._xmlEscAttr(sUnit), self._xmlEscAttr(sValue)), ]); 218 self._xmlWrite([ '<FailureDetails timestamp="%s" text="%s"/>' % (sTsIso, self._xmlEscAttr(sDetails),), ]); 343 '<Test timestamp="%s" name="%s">' % (sTsIso, self._xmlEscAttr(self.sName),), ], 462 % (utils.getIsoTimestamp(), self._xmlEscAttr(os.path.basename(sDstFilename)), self._xmlEscAttr(sSrcFilename), \ 463 self._xmlEscAttr(sKin [all...] |
Completed in 344 milliseconds