/external/astl/include/ |
string | 48 // . We don't provide a std::basic_string template that std::string extends 165 template<typename _InputIterator> 335 template<> 339 template<> 345 template<typename _InputIterator>
|
/frameworks/base/core/tests/coretests/src/android/text/ |
TextUtilsTest.java | 150 SpannableString template; local 156 template = new SpannableString("a^1b"); 157 template.setSpan("before", 0, 1, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); 158 template.setSpan("during", 1, 3, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); 159 template.setSpan("after", 3, 4, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); 160 template.setSpan("during+after", 1, 4, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); 162 result = (Spanned) TextUtils.expandTemplate(template, "foo"); 176 result = (Spanned) TextUtils.expandTemplate(template, "");
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
gmock_class_test.py | 149 '// type has multiple template arguments. To fix it, use a\n'
|
gmock_class.py | 78 '// type has multiple template arguments. To fix it, use a',
|
/external/markdown/markdown/extensions/ |
headerid.py | 27 To fit within a html template's hierarchy, set the header base level:
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPHeaderList.java | 411 * Template match against a template. null field in template indicates wild 414 public boolean match(SIPHeaderList<?> template) { 415 if (template == null) 417 if (!this.getClass().equals(template.getClass())) 419 SIPHeaderList<SIPHeader> that = (SIPHeaderList<SIPHeader>) template;
|
/external/webkit/Tools/QueueStatusServer/ |
main.py | 53 webapp.template.register_template_library('filters.webkit_extras')
|
/development/pdk/ |
Pdk.mk | 38 # Copy the appengine files, the template files and the generated html 106 $(foreach template,$(pdk_templates), \ 107 $(eval _chFrom := $(template)) \ 108 $(eval _chTo := $(pdk_app_eng_root)/$(patsubst $(pdk_templates_dir)/%,%,$(template))) \ 154 # We replace index.html with a template file so don't use the generated one
|
/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/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/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
AsYouTypeFormatter.java | 127 // Returns true if a new template is created as opposed to reusing the existing template. 130 // formatting template could be created. 207 // Gets a formatting template which can be used to efficiently format a partial number where 216 // No formatting template can be created if the number of digits entered so far is longer than 222 String template = aPhoneNumber.replaceAll(numberPattern, numberFormat); local 224 template = template.replaceAll("9", digitPlaceholder); 225 return template; 380 // Attempts to set the formatting template and returns a string which contains the formatte [all...] |
/build/tools/apicheck/ |
Android.mk | 21 #TODO(dbort): add a template to do this stuff; share with jx
|
/build/tools/droiddoc/templates-sdk/components/ |
masthead.cs | 10 <?cs if:template.showLanguageMenu ?>
|
/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)
|
/frameworks/base/core/java/android/webkit/ |
FindActionModeCallback.java | 158 String template = mResources.getQuantityString( local 162 mMatches.setText(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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/templates/ |
SetFolders.java | 42 public void process(TemplateCore template, ProcessArgument[] args, String processId,
|
/external/chromium/chrome/browser/resources/ |
crashes.js | 50 'template=Crash%20Report&comment=' +
|
/external/chromium/chrome/browser/resources/shared/js/ |
local_strings.js | 51 * The template data object.
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.css | 214 /* Ensure template items are never drawn when the page initially loads */ 215 #app-template {
|