HomeSort by relevance Sort by last modified time
    Searched refs:template (Results 126 - 150 of 241) sorted by null

1 2 3 4 56 7 8 910

  /external/webkit/Tools/QueueStatusServer/
main.py 53 webapp.template.register_template_library('filters.webkit_extras')
  /packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/
MoreKeysResources.java 88 throw new RuntimeException("Can't find java template " + JAVA_TEMPLATE);
90 throw new RuntimeException("Found multiple java template " + JAVA_TEMPLATE);
91 final String template = list.get(0); local
92 final String javaPackage = template.substring(0, template.lastIndexOf('/'));
105 lnr = new LineNumberReader(new InputStreamReader(JarUtils.openResource(template)));
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
DefaultRenderingContext.java 17 package com.google.clearsilver.jsilver.template;
55 private List<Template> executionStack = new ArrayList<Template>(8);
167 public void pushExecutionContext(Template template) {
168 executionStack.add(template);
279 // We do not allow a macro call to change context of the rest of the template.
280 // Since the rest of the template has already been auto-escaped at parse time
HtmlWhiteSpaceStripper.java 17 package com.google.clearsilver.jsilver.template;
  /external/webkit/Tools/TestResultServer/handlers/
testfilehandler.py 34 from google.appengine.ext.webapp import template namespace
99 self.response.out.write(template.render("templates/showfilelist.html",
229 self.response.out.write(template.render("templates/uploadform.html",
  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 130 String template = getString(R.string.new_playlist_name_template); local
147 suggestedname = String.format(template, num++);
161 suggestedname = String.format(template, num++);
  /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...]
  /external/v8/src/
apinatives.js 52 // Note: Do not directly use a function template as a condition, our
80 // Note: Do not directly use an object template as a condition, our
89 // Note: Do not directly use a function template as a condition, our
  /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/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 214 * of vars, data, and template.
219 * @param {Element} template DOM node of the template.
223 * the context of template.
225 JsEvalContext.prototype.jsexec = function(exprFunction, template) {
227 return exprFunction.call(template, this.vars_, this.data_);
229 log('jsexec EXCEPTION: ' + e + ' at ' + template +
241 * object in a list for which a template is instantiated multiply.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 214 * of vars, data, and template.
219 * @param {Element} template DOM node of the template.
223 * the context of template.
225 JsEvalContext.prototype.jsexec = function(exprFunction, template) {
227 return exprFunction.call(template, this.vars_, this.data_);
229 log('jsexec EXCEPTION: ' + e + ' at ' + template +
241 * object in a list for which a template is instantiated multiply.
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class.py 78 '// type has multiple template arguments. To fix it, use a',
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java 137 // Returns true if a new template is created as opposed to reusing the existing template.
140 // formatting template could be created.
150 // With a new formatting template, the matched position using the old template needs to be
220 // Gets a formatting template which can be used to efficiently format a partial number where
229 // No formatting template can be created if the number of digits entered so far is longer than
235 String template = aPhoneNumber.replaceAll(numberPattern, numberFormat); local
237 template = template.replaceAll("9", digitPlaceholder)
    [all...]
  /build/tools/apicheck/
Android.mk 22 #TODO(dbort): add a template to do this stuff; share with jx
  /development/scripts/app_engine_server/gae_shell/
shell.py 51 from google.appengine.ext.webapp import template namespace
170 """Creates a new session and renders the shell.html template.
194 rendered = webapp.template.render(template_file, vars, debug=_DEBUG)
  /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/Documentation/
asciidoc.conf 72 template::[header-declarations]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkStatsServiceTest.java 460 // and verify new history also recorded under different template, which
603 // verify that ALL_MOBILE template combines both
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 58 * | xsl:template
1047 * The "xsl:template" properties.
1053 * Set an "xsl:template" property.
1054 * @see <a href="http://www.w3.org/TR/xslt#section-Defining-Template-Rules">section-Defining-Template-Rules in XSLT Specification</a>
1069 * Get an "xsl:template" property.
1070 * @see <a href="http://www.w3.org/TR/xslt#section-Defining-Template-Rules">section-Defining-Template-Rules in XSLT Specification</a>
1088 * Get the number of "xsl:template" properties.
1089 * @see <a href="http://www.w3.org/TR/xslt#section-Defining-Template-Rules">section-Defining-Template-Rules in XSLT Specification</a
1449 ElemTemplate template = getTemplate(j); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 93 The initial template usually just has:
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SetFolders.java 42 public void process(TemplateCore template, ProcessArgument[] args, String processId,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dot.rb 59 def initialize( template, vars = {} )
60 @__template__ = template

Completed in 482 milliseconds

1 2 3 4 56 7 8 910