Searched refs:stringtemplate3 (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestdottreegen.py8 import stringtemplate3 namespace
29 treeST = stringtemplate3.StringTemplate(
37 edgeST = stringtemplate3.StringTemplate(
/external/antlr/antlr-3.4/runtime/Python/
H A Dhudson-build.sh25 # stringtemplate3
26 if [ ! -f stringtemplate3-$ST_VERSION.tar.gz ]; then
27 wget http://pypi.python.org/packages/source/s/stringtemplate3/stringtemplate3-$ST_VERSION.tar.gz
29 (cd tmp; tar xzf ../stringtemplate3-$ST_VERSION.tar.gz)
30 (cd tmp/stringtemplate3-$ST_VERSION; python setup.py install --install-lib=$WORKSPACE)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DST.stg34 import stringtemplate3
56 self.templateLib = stringtemplate3.StringTemplateGroup(
155 stringtemplate3.StringTemplate("<template>", group=self.templateLib<if(args)>, attributes={<args:{a | "<a.name>": <a.value>}; separator=", ">}<endif>)
170 stringtemplate3.StringTemplate(<stringExpr>, group=self.templateLib)
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddottreegen.py42 import stringtemplate3 namespace
51 _treeST = stringtemplate3.StringTemplate(
64 _nodeST = stringtemplate3.StringTemplate(
68 _edgeST = stringtemplate3.StringTemplate(
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt056lexer.py5 import stringtemplate3 namespace
H A Dt055templates.py5 import stringtemplate3 namespace
63 group = stringtemplate3.StringTemplateGroup(
156 -> { stringtemplate3.StringTemplate("hello") }
234 group = stringtemplate3.StringTemplateGroup(

Completed in 1051 milliseconds