Home
last modified time | relevance | path

Searched refs:comment2 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaTemplate/
Dpack-deduction.cpp54 namespace comment2 { namespace
/external/clang/test/SemaCXX/
Daccess.cpp126 namespace comment2 { namespace
/external/python/cpython2/Tools/bgen/bgen/
Dscantools.py508 match = self.comment2.match(line)
517 match = self.comment2.match(line)
564 match = self.comment2.match(line)
569 match = self.comment2.match(line)
/external/openssh/
DPROTOCOL.key41 string comment2
/external/python/cpython2/Lib/test/
Dtest_zipfile.py1151 comment2 = ''.join(['%d' % (i**3 % 10) for i in xrange((1 << 16)-1)])
1153 zipf.comment = comment2
1157 self.assertEqual(zipf.comment, comment2)
1162 zipf.comment = comment2 + 'oops'
1165 self.assertEqual(zipf.comment, comment2)