HomeSort by relevance Sort by last modified time
    Searched refs:template (Results 351 - 375 of 555) sorted by null

<<11121314151617181920>>

  /external/jsilver/src/com/google/clearsilver/jsilver/template/
HtmlWhiteSpaceStripper.java 17 package com.google.clearsilver.jsilver.template;
  /external/libphonenumber/java/src/com/android/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
238 // Gets a formatting template which can be used to efficiently format a partial number where
247 // No formatting template can be created if the number of digits entered so far is longer than
253 String template = aPhoneNumber.replaceAll(numberPattern, numberFormat); local
255 template = template.replaceAll("9", DIGIT_PLACEHOLDER)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
Makefile 15 include ../../Makefile.template
  /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/chromium_org/chrome/browser/resources/
about_memory.js 76 // This is the javascript code that processes the template:
  /external/chromium_org/third_party/mesa/src/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:
  /external/chromium_org/ui/keyboard/resources/
main.js 19 var dom = content.querySelector('template').createInstance();
  /external/linux-tools-perf/Documentation/
asciidoc.conf 72 template::[header-declarations]
  /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/hardware/camera2/
CaptureRequest.java 220 * Initialize the builder using the template; the request takes
221 * ownership of the template.
225 public Builder(CameraMetadataNative template) {
226 mRequest = new CaptureRequest(template);
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 214 * @param email user-specified data used to replace template values
227 * Replaces all parameterized values in the given template. The values replaced are
230 private String expandTemplate(String template, String email, String user) {
231 String returnString = template;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 177 exec template % ((name,)*7) in d
181 template = '''
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 177 exec template % ((name,)*7) in d
181 template = '''
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.js 731 var categoryTemplate = $('#category-template')[0];
732 var checkboxTemplate = $('#checkbox-template')[0];
736 var template = categoryTemplate.cloneNode(true);
737 template.id = '';
739 var heading = template.querySelector('.category-heading');
743 var checkboxGroup = template.querySelector('.checkbox-group');
762 div.appendChild(template);
843 var radioTemplate = $('#radio-template')[0];
879 var mainDiv = $('#chart-template')[0].cloneNode(true);
    [all...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 83 * Unit tests for template instantiation.
96 * Flag used to quickly check each template once (for one version), to get
98 * all the versions for each template first
107 * If true, check this template with all the interesting (
207 // No need to try this template with multiple platforms, one is adequate
247 System.out.println("Successfully checked " + sCount + " template permutations in "
314 // Create the new template
346 // Make sure this template is supported with these versions
347 IStatus status = values.template.validateTemplate(
366 List<Parameter> parameters = values.template.getTemplate().getParameters()
546 TemplateMetadata template = templateHandler.getTemplate(); local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraDeviceTest.java 145 * Test: that each template type is supported, and that its required fields are
242 // Test: that a single capture of each template type succeeds.
262 // Test: burst of 5 shots of the same template type
265 // Test: burst of 5 shots of different template types
284 int template,
290 CaptureRequest.Builder requestBuilder = camera.createCaptureRequest(template);
297 Log.v(TAG, String.format("Capturing shot for device %s, template %d",
298 id, template));
  /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:
  /external/skia/tools/skpdiff/
diff_viewer.js 13 replace: true, // The directive replaces itself with the template
14 template: '<canvas ng-mouseenter="swap()" ng-mouseleave="swap()"></canvas>',

Completed in 882 milliseconds

<<11121314151617181920>>