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

  /external/antlr/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/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/python/cpython3/Lib/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))
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 % 1
    [all...]
  /external/python/cpython2/Lib/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mailbox.py 54 _template = 'From: foo\n\n%s' variable in class:TestMailbox
68 keys.append(self._box.add(self._template % 0))
78 self.assertEqual(self._box.get_string(keys[0]), self._template % 0)
92 key0 = self._box.add(self._template % 0)
93 key1 = self._box.add(self._template % 1)
100 self.assertEqual(self._box.get_string(key1), self._template % 1)
101 key2 = self._box.add(self._template % 2)
108 self.assertEqual(self._box.get_string(key1), self._template % 1)
116 key0 = self._box.add(self._template % 0)
117 key1 = self._box.add(self._template % 1)
    [all...]
  /external/tensorflow/tensorflow/python/ops/
accumulate_n_benchmark.py 118 print(self._template.format(*args))
131 self._template = "{:<15}" * 6
142 print(self._template.format("", "Size", "#Inputs", "#Repeat", "Method",
  /external/swiftshader/third_party/subzero/pydir/
bisection-tool.py 16 self._template = template
50 if self._template:
  /external/antlr/tool/src/test/java/org/antlr/test/
TestCharDFAConversion.java 502 public void _template() throws Exception { method in class:TestCharDFAConversion
TestSemanticPredicates.java 771 public void _template() throws Exception { method in class:TestSemanticPredicates
TestDFAConversion.java 1527 public void _template() throws Exception { method in class:TestDFAConversion
    [all...]
  /external/libchrome/third_party/jinja2/
environment.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/google-styleguide/cpplint/
cpplint.py     [all...]
  /external/libaom/libaom/tools/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/python/setuptools/pkg_resources/
__init__.py 253 _template = "{self.dist} is installed but {self.req} is required" variable in class:VersionConflict
264 return self._template.format(**locals())
283 _template = VersionConflict._template + ' by {self.required_by}' variable in class:ContextualVersionConflict
293 _template = ("The '{self.req}' distribution was not found " variable in class:DistributionNotFound
311 return self._template.format(**locals())
    [all...]

Completed in 2910 milliseconds