Home
last modified time | relevance | path

Searched refs:_comment (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/zipfile/
Dzipfile_2_7_13.py748 self._comment = ''
818 self._comment = endrec[_ECD_COMMENT] # archive comment
923 return self._comment
933 self._comment = comment
1366 centDirSize, centDirOffset, len(self._comment))
1368 self.fp.write(self._comment)
/external/python/cpython2/Lib/
Dzipfile.py748 self._comment = ''
816 self._comment = endrec[_ECD_COMMENT] # archive comment
920 return self._comment
930 self._comment = comment
1364 centDirSize, centDirOffset, len(self._comment))
1366 self.fp.write(self._comment)
/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py188 _comment = r"/\*.*?\*/" variable
191 _token = "(%s)|(%s)|(%s)" % (_instruction, _number, _comment)
/external/python/cpython3/Lib/
Dzipfile.py1190 self._comment = b''
1294 self._comment = endrec[_ECD_COMMENT] # archive comment
1411 return self._comment
1423 self._comment = comment
1910 centDirSize, centDirOffset, len(self._comment))
1912 self.fp.write(self._comment)
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1498 parser.CommentHandler = self._comment
1568 def _comment(self, data): member in XMLParser
/external/ImageMagick/Magick++/lib/
DSTL.cpp226 : _comment( comment_ ) in commentImage()
231 image_.comment( _comment ); in operator ()()
/external/u-boot/tools/buildman/
Dkconfiglib.py534 f.write(_comment(header) + "\n")
3420 def _comment(s): function
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h271 std::string _comment;