HomeSort by relevance Sort by last modified time
    Searched refs:template (Results 226 - 250 of 605) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/third_party/webapp2/
webapp2.py 735 #: The regex template.
736 template = None variable in class:BaseRoute
748 def __init__(self, template, handler=None, name=None, build_only=False):
751 :param template:
765 self.template = template
837 if not self.template.startswith('^'):
838 self.template = '^' + self.template
840 if not self.template.endswith('$')
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 188 * so a tool can discover the calling template. Note the use of an array
202 * so a tool can discover the matched template
322 * A stack of current template modes.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 54 import freemarker.template.Configuration;
55 import freemarker.template.DefaultObjectWrapper;
56 import freemarker.template.Template;
57 import freemarker.template.TemplateException;
137 * where all template specific resources are found
142 * Directory within the template which contains the resources referenced
143 * from the template.xml file
153 /** Reserved filename which describes each template */
154 static final String TEMPLATE_XML = "template.xml"; //$NON-NLS-1
738 Template template = freemarker.getTemplate(from.getName()); local
970 Template template = freemarker.getTemplate(from.getName()); local
1209 TemplateMetadata template = getTemplate(); local
    [all...]
InstallDependencyPage.java 50 * template will be flagged as a validation error (and the user encouraged
69 void setTemplate(TemplateMetadata template) {
70 if (template != mTemplate) {
71 mTemplate = template;
99 dependLabel.setText("This template depends on the Android Support library, which is " +
100 "either not installed, or the template depends on a more recent version than " +
244 "Unsupported template dependency: Upgrade your Android Eclipse plugin");
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg 28 /** Template subgroup to add template rewrite output
262 /** x+=rule when output=template */
271 // TEMPLATE REWRITE
319 /** Invoke a template with a set of attribute name/value pairs.
320 * Set the value of the rule's template *after* having set
321 * the attributes because the rule's template might be used as
322 * an attribute to build a bigger template; you get a self-embedded
323 * template.
332 /** expr is a string expression that says what template to load *
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
watchthreads.py 13 from paste.util.template import HTMLTemplate, bunch
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class.py 78 '// type has multiple template arguments. To fix it, use a',
gmock_class_test.py 194 '// type has multiple template arguments. To fix it, use a\n'
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
HtmlWhiteSpaceStripper.java 17 package com.google.clearsilver.jsilver.template;
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
AsYouTypeFormatter.java 147 // Returns true if a new template is created as opposed to reusing the existing template.
150 // formatting template could be created.
163 // With a new formatting template, the matched position using the old template needs to be
241 // Gets a formatting template which can be used to efficiently format a partial number where
250 // No formatting template can be created if the number of digits entered so far is longer than
256 String template = aPhoneNumber.replaceAll(numberPattern, numberFormat); local
258 template = template.replaceAll("9", DIGIT_PLACEHOLDER)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
Makefile 15 include ../../Makefile.template
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
knockout-2.0.0.js 73 r.c["with"]={o:function(a){return function(){var b=a();return{"if":b,data:b,templateEngine:r.p.M}}},init:function(a,b){return r.c.template.init(a,r.c["with"].o(b))},update:function(a,b,d,e,f){return r.c.template.update(a,r.c["with"].o(b),d,e,f)}};r.j.D["with"]=p;r.f.C["with"]=m;r.c["if"]={o:function(a){return function(){return{"if":a(),templateEngine:r.p.M}}},init:function(a,b){return r.c.template.init(a,r.c["if"].o(b))},update:function(a,b,d,e,f){return r.c.template.update(a,r.c["if"].o(b),d,e,f)}};
74 r.j.D["if"]=p;r.f.C["if"]=m;r.c.ifnot={o:function(a){return function(){return{ifnot:a(),templateEngine:r.p.M}}},init:function(a,b){return r.c.template.init(a,r.c.ifnot.o(b))},update:function(a,b,d,e,f){return r.c.template.update(a,r.c.ifnot.o(b),d,e,f)}};r.j.D.ifnot=p;r.f.C.ifnot=m;
75 r.c.foreach={o:function(a){return function(){var b=r.a.d(a());return!b||"number"==typeof b.length?{foreach:b,templateEngine:r.p.M}:{foreach:b.data,includeDestroyed:b.includeDestroyed,afterAdd:b.afterAdd,beforeRemove:b.beforeRemove,afterRender:b.afterRender,templateEngine:r.p.M}}},init:function(a,b){return r.c.template.init(a,r.c.foreach.o(b))},update:function(a,b,d,e,f){return r.c.template.update(a,r.c.foreach.o(b),d,e,f)}};r.j.D.foreach=p;r.f.C.foreach=m;r.b("ko.allowedVirtualElementBindings",r.f.C);
76 r.t=function(){};r.t.prototype.renderTemplateSource=function(){c("Override renderTemplateSource")};r.t.prototype.createJavaScriptEvaluatorBlock=function(){c("Override createJavaScriptEvaluatorBlock")};r.t.prototype.makeTemplateSource=function(a){if("string"==typeof a){var b=document.getElementById(a);b||c(Error("Cannot find template with ID "+a));return new r.m.g(b)}if(1==a.nodeType||8==a.nodeType)return new r.m.I(a);c(Error("Unknown template type: "+a))}
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
polymer.js     [all...]
  /build/tools/apicheck/
Android.mk 22 #TODO(dbort): add a template to do this stuff; share with jx
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
CameraOps.java 141 public CaptureRequest.Builder createCaptureRequest(int template) throws CameraAccessException {
146 return device.createCaptureRequest(template);
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
CameraOps.java 141 public CaptureRequest.Builder createCaptureRequest(int template) throws CameraAccessException {
146 return device.createCaptureRequest(template);
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
CameraOps.java 141 public CaptureRequest.Builder createCaptureRequest(int template) throws CameraAccessException {
146 return device.createCaptureRequest(template);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 31 /** Template subgroup to add template rewrite output
48 public StringTemplate Template { get { return _st; } set { _st = value; } }
49 public override string ToString() { return (Template==null) ? string.Empty : Template.ToString(); }
80 /** x+=rule when output=template */
83 <listLabel(elem=label+".Template",...)>
88 // TEMPLATE REWRITE
106 retval.Template);
111 retval.Template);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ST.stg 32 /** Template subgroup to add template rewrite output
54 Template<if(TREE_PARSER)>Tree<else>Parser<endif>RuleReturnScope\<StringTemplate, <labelType>>
57 /** x+=rule when output=template */
60 <listLabelElem(elem={<label>.Template},elemType="StringTemplate",...)>
65 // TEMPLATE REWRITE
83 retval.Template);
88 retval.Template);
97 retval.Template = <it.alt>;
101 retval.Template = <it.alt>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ST.stg 28 /** Template subgroup to add template rewrite output
72 /** x+=rule when output=template */
80 // TEMPLATE REWRITE
123 /** Invoke a template with a set of attribute name/value pairs.
124 * Set the value of the rule's template *after* having set
125 * the attributes because the rule's template might be used as
126 * an attribute to build a bigger template; you get a self-embedded
127 * template.
135 /** expr is a string expression that says what template to load *
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ST.stg 28 /** Template subgroup to add template rewrite output
72 /** x+=rule when output=template */
79 # TEMPLATE REWRITE
138 /** Invoke a template with a set of attribute name/value pairs.
139 * Set the value of the rule's template *after* having set
140 * the attributes because the rule's template might be used as
141 * an attribute to build a bigger template; you get a self-embedded
142 * template.
148 /** expr is a string expression that says what template to load *
    [all...]
  /external/linux-tools-perf/src/tools/perf/Documentation/
asciidoc.conf 72 template::[header-declarations]
  /external/lldb/test/
lldbutil.py 63 template = "<%c"
65 fmt = template % 'h'
67 fmt = template % 'i'
69 fmt = template % 'q'
88 template = "<%c"
90 fmt = template % 'h'
92 fmt = template % 'i'
94 fmt = template % 'q'
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py 156 # Process the options template and generate options.h with all
158 template = file ("t_options.h", "r") variable
160 for line in template:
  /frameworks/base/core/java/android/app/usage/
NetworkStats.java 92 NetworkStats(Context context, NetworkTemplate template, long startTimestamp,
99 mTemplate = template;

Completed in 534 milliseconds

1 2 3 4 5 6 7 8 91011>>