HomeSort by relevance Sort by last modified time
    Searched full:_template (Results 1 - 21 of 21) 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;
  /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...]
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
template.py 14 _TEMPLATE = """<!DOCTYPE html>
65 html_file.write(Template(_TEMPLATE).safe_substitute({ 'DATA': data }))
  /external/qemu/android/
cmdline-option.c 38 #define OPT_PARAM(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,0)
39 #define OPT_LIST(_name,_template,_descr) OPTION(_name,OPTION_IS_LIST,0)
41 #define CFG_PARAM(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,1)
help.c     [all...]
  /external/smali/dexlib2/accessorTestGenerator/src/main/resources/
AccessorTest.stg 22 operation_template_name(operation) ::= "<operation.name>_template"
  /external/chromium_org/third_party/cython/src/Cython/Tempita/
_tempita.py 514 self._template = template
525 self._template.name, self._pos)
538 self._template._interpret_codes(self._body, ns, out, subdefs)
545 self._template, self._func_name, self._func_signature,
577 values[name] = self._template._eval(
    [all...]
  /external/chromium_org/third_party/jinja2/
environment.py     [all...]
  /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...]
  /external/llvm/docs/TableGen/
LangIntro.rst 282 .. _template arguments:
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 300 parameters declared by DEFN_{PRE,POST}_TEMPLATE and so in a way do
  /art/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]

Completed in 840 milliseconds