/external/jetty/src/java/org/eclipse/jetty/webapp/ |
CloneConfiguration.java | 23 final WebAppContext _template; field in class:CloneConfiguration 27 _template=template; 33 for (Configuration configuration : _template.getConfigurations()) 34 configuration.cloneConfigure(_template,context); 41 for (Configuration configuration : _template.getConfigurations())
|
/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/gdb/darwin-x86/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/gdb/linux-x86/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/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/autotest/puppylab/ |
vm_manager.py | 12 * Create a VagrantFile template and specify _template in the subclass 57 _template = None variable in class:VagrantProvisioner 160 with open(self._template, 'r') as template: 214 _template = os.path.join(VAGRANT_DIR, 'ClusterTemplate') variable in class:VirtualBox
|
/external/autotest/client/common_lib/ |
autotemp.py | 18 _TEMPLATE = '_autotmp_' 40 prefix = prefix + _TEMPLATE 97 prefix = prefix + _TEMPLATE
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
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/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
mako.py | 44 def render_response(self, _template, **context): 46 rv = self.mako.render_template(_template, **context)
|
jinja2.py | 76 def render_response(self, _template, **context): 78 rv = self.jinja2.render_template(_template, **context)
|
/external/smali/dexlib2/accessorTestGenerator/src/main/resources/ |
AccessorTest.stg | 22 operation_template_name(operation) ::= "<operation.name>_template"
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
tic54x.h | 85 typedef struct _template struct
|
tic30.h | 216 typedef struct _template struct [all...] |
/external/opencv3/3rdparty/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 | 288 .. _template arguments:
|
/external/valgrind/coregrind/m_syswrap/ |
priv_types_n_macros.h | 306 parameters declared by DEFN_{PRE,POST}_TEMPLATE and so in a way do
|
/art/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...] |