Home
last modified time | relevance | path

Searched defs:_template (Results 1 – 6 of 6) sorted by relevance

/external/antlr/tool/src/test/java/org/antlr/test/
DTestCharDFAConversion.java502 private void _template() throws Exception { in _template() method in TestCharDFAConversion
DTestSemanticPredicates.java771 private void _template() throws Exception { in _template() method in TestSemanticPredicates
DTestDFAConversion.java1527 private void _template() throws Exception { in _template() method in TestDFAConversion
/external/python/setuptools/pkg_resources/
D__init__.py262 _template = "{self.dist} is installed but {self.req} is required" variable in VersionConflict
292 _template = VersionConflict._template + ' by {self.required_by}' variable in ContextualVersionConflict
302 _template = ("The '{self.req}' distribution was not found " variable in DistributionNotFound
/external/python/cpython2/Lib/test/
Dtest_mailbox.py51 _template = 'From: foo\n\n%s\n' variable in TestMailbox
/external/python/cpython3/Lib/test/
Dtest_mailbox.py52 _template = 'From: foo\n\n%s\n' variable in TestMailbox