Searched refs:Template (Results 1 - 3 of 3) sorted by relevance

/art/test/712-varhandle-invocations/util-src/
H A Dgenerate_java.py24 from string import Template namespace
126 return list(map(lambda d: Template(d).safe_substitute(dictionary), self.declarations))
132 return Template(self.lookup).safe_substitute(dictionary)
141 return Template(self.get_value_).safe_substitute(dictionary)
588 test_template = Template("""
592 test_template = Template("""
596 test_template = Template("""
607 test_template = Template("""
622 test_template = Template("""
632 test_template = Template("""
[all...]
/art/test/988-method-trace/
H A Dgen_srcs.py29 from string import Template namespace
58 OUTPUT_TPL = Template("""
/art/runtime/interpreter/mterp/
H A Dgen_mterp.py23 from string import Template namespace
411 templ = Template(line)
471 templ = Template(line)

Completed in 60 milliseconds