Searched defs:_template (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTemplateParserRuleReturnScope`2.cs37 private TTemplate _template; field in class:Antlr.Runtime.TemplateParserRuleReturnScope
43 return _template;
48 _template = value;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTemplateTreeRuleReturnScope`2.cs37 private TTemplate _template; field in class:Antlr.Runtime.Tree.TemplateTreeRuleReturnScope
43 return _template;
48 _template = value;
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestCharDFAConversion.java500 public void _template() throws Exception { method in class:TestCharDFAConversion
H A DTestSemanticPredicates.java768 public void _template() throws Exception { method in class:TestSemanticPredicates
H A DTestDFAConversion.java1524 public void _template() throws Exception { method in class:TestDFAConversion
/external/tensorflow/tensorflow/python/ops/
H A Dstandard_ops.py124 from tensorflow.python.ops import template as _template namespace
300 _template,
/external/python/cpython2/Lib/test/
H A Dtest_mailbox.py51 _template = 'From: foo\n\n%s\n' variable in class:TestMailbox
65 keys.append(self._box.add(self._template % 0))
75 self.assertEqual(self._box.get_string(keys[0]), self._template % 0)
88 key = self._box.add(StringIO.StringIO(self._template % "0"))
89 self.assertEqual(self._box.get_string(key), self._template % "0")
101 key0 = self._box.add(self._template % 0)
102 key1 = self._box.add(self._template % 1)
109 self.assertEqual(self._box.get_string(key1), self._template % 1)
110 key2 = self._box.add(self._template % 2)
117 self.assertEqual(self._box.get_string(key1), self._template
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_mailbox.py51 _template = 'From: foo\n\n%s\n' variable in class:TestMailbox
65 keys.append(self._box.add(self._template % 0))
81 self.assertEqual(self._box.get_string(keys[0]), self._template % 0)
172 key = self._box.add(io.StringIO(self._template % "0"))
173 self.assertEqual(self._box.get_string(key), self._template % "0")
193 key0 = self._box.add(self._template % 0)
194 key1 = self._box.add(self._template % 1)
200 self.assertEqual(self._box.get_string(key1), self._template % 1)
201 key2 = self._box.add(self._template % 2)
207 self.assertEqual(self._box.get_string(key1), self._template
[all...]
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 475 milliseconds