HomeSort by relevance Sort by last modified time
    Searched full:_template (Results 1 - 25 of 29) sorted by null

1 2

  /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;
  /external/v8/build/android/gyp/
create_tool_wrapper.py 13 _TEMPLATE = """\
37 script.write(_TEMPLATE.format(
  /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"
  /external/chromium-trace/catapult/third_party/polymer/components/polymer/
polymer-mini.html 13 if (this._template === undefined) {
14 this._template = Polymer.DomModule.import(this.is, 'template');
16 if (this._template && this._template.hasAttribute('is')) {
17 this._warn(this._logf('_prepTemplate', 'top-level Polymer template ' + 'must not be a type-extension, found', this._template, 'Move inside simple <template>.'));
19 if (this._template && !this._template.content && window.HTMLTemplateElement && HTMLTemplateElement.decorate) {
20 HTMLTemplateElement.decorate(this._template);
24 if (this._template) {
25 this.root = this.instanceTemplate(this._template);
    [all...]
polymer.html 296 if (!this._template) {
303 if (this._template._content && this._template._content._notes) {
304 this._notes = this._template._content._notes;
306 this._notes = Polymer.Annotations.parseAnnotations(this._template);
382 Polymer.ResolveUrl.resolveAttrs(element, this._template.ownerDocument);
386 if (this._template) {
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tic54x.h 85 typedef struct _template struct
  /external/chromium-trace/catapult/systrace/systrace/
systrace_trace_viewer.html     [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
  /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...]

Completed in 1952 milliseconds

1 2