Home
last modified time | relevance | path

Searched refs:_template (Results 1 – 12 of 12) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/webapp/
DCloneConfiguration.java23 final WebAppContext _template; field in CloneConfiguration
27 _template=template; in CloneConfiguration()
33 for (Configuration configuration : _template.getConfigurations()) in configure()
34 configuration.cloneConfigure(_template,context); in configure()
41 for (Configuration configuration : _template.getConfigurations()) in deconfigure()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTemplateParserRuleReturnScope`2.cs37 private TTemplate _template; field in Antlr.Runtime.TemplateParserRuleReturnScope
43 return _template;
48 _template = value;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTemplateTreeRuleReturnScope`2.cs37 private TTemplate _template; field in Antlr.Runtime.Tree.TemplateTreeRuleReturnScope
43 return _template;
48 _template = value;
/external/chromium-trace/catapult/dashboard/dashboard/
Dquick_logger.py171 self._template = template
172 if not self._template:
173 self._template = '{asctime} {message}'
178 if '{asctime}' in self._template:
183 record.message = self._template.format(*self._args, **self._kwargs)
/external/autotest/puppylab/
Dvm_manager.py57 _template = None variable in VagrantProvisioner
160 with open(self._template, 'r') as template:
214 _template = os.path.join(VAGRANT_DIR, 'ClusterTemplate') variable in VirtualBox
/external/smali/dexlib2/accessorTestGenerator/src/main/resources/
DAccessorTest.stg22 operation_template_name(operation) ::= "<operation.name>_template"
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3555 for _template in ('copy', 'max', 'min', 'min_element', 'sort', 'swap',
3560 (re.compile(r'[^>.]\b' + _template + r'(<.*?>)?\([^\)]'),
3561 _template,
3566 for _template in _templates:
3568 (re.compile(r'(\<|\b)' + _template + r'\s*\<'),
3569 _template + '<>',
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestCharDFAConversion.java500 public void _template() throws Exception { in _template() method in TestCharDFAConversion
DTestSemanticPredicates.java768 public void _template() throws Exception { in _template() method in TestSemanticPredicates
DTestDFAConversion.java1524 public void _template() throws Exception { in _template() method in TestDFAConversion
/external/libvpx/libvpx/tools/
Dcpplint.py4272 for _template in ('copy', 'max', 'min', 'min_element', 'sort', 'swap',
4277 (re.compile(r'[^>.]\b' + _template + r'(<.*?>)?\([^\)]'),
4278 _template,
4283 for _template in _templates:
4285 (re.compile(r'(\<|\b)' + _template + r'\s*\<'),
4286 _template + '<>',
/external/llvm/docs/TableGen/
DLangIntro.rst288 .. _template arguments: