HomeSort by relevance Sort by last modified time
    Searched defs:_template (Results 1 - 8 of 8) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TemplateParserRuleReturnScope`2.cs 37 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/
TemplateTreeRuleReturnScope`2.cs 37 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/
TestCharDFAConversion.java 500 public void _template() throws Exception { method in class:TestCharDFAConversion
TestSemanticPredicates.java 768 public void _template() throws Exception { method in class:TestSemanticPredicates
TestDFAConversion.java 1524 public void _template() throws Exception { method in class:TestDFAConversion
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 51 _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 % 1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mailbox.py 51 _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 % 1
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 975 milliseconds