/external/jetty/src/java/org/eclipse/jetty/webapp/ |
D | CloneConfiguration.java | 23 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/ |
D | TemplateParserRuleReturnScope`2.cs | 37 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/ |
D | TemplateTreeRuleReturnScope`2.cs | 37 private TTemplate _template; field in Antlr.Runtime.Tree.TemplateTreeRuleReturnScope 43 return _template; 48 _template = value;
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | quick_logger.py | 171 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/ |
D | vm_manager.py | 57 _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/ |
D | AccessorTest.stg | 22 operation_template_name(operation) ::= "<operation.name>_template"
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 3555 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/ |
D | TestCharDFAConversion.java | 500 public void _template() throws Exception { in _template() method in TestCharDFAConversion
|
D | TestSemanticPredicates.java | 768 public void _template() throws Exception { in _template() method in TestSemanticPredicates
|
D | TestDFAConversion.java | 1524 public void _template() throws Exception { in _template() method in TestDFAConversion
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 4272 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/ |
D | LangIntro.rst | 288 .. _template arguments:
|