HomeSort by relevance Sort by last modified time
    Searched refs:template (Results 426 - 450 of 589) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/jinja2/
parser.py 6 Implements the template parser.
65 message = ['Unexpected end of template.']
92 """Like fail_unknown_tag but for end of template situations."""
144 parses template data if appropriate. The parser checks first if the
159 # we reached the end of the template too early, the subparser
235 node.template = self.parse_expression()
249 node.template = self.parse_expression()
260 node.template = self.parse_expression()
267 node.template = self.parse_expression()
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 567 // ^1 at the start of template string.
568 assertEquals("value1 template to be expanded",
569 TextUtils.expandTemplate("^1 template to be expanded", "value1").toString());
570 // ^1 at the end of template string.
571 assertEquals("template to be expanded value1",
572 TextUtils.expandTemplate("template to be expanded ^1", "value1").toString());
573 // ^1 in the middle of template string.
574 assertEquals("template value1 to be expanded",
575 TextUtils.expandTemplate("template ^1 to be expanded", "value1").toString());
577 assertEquals("template value10 to be expanded"
605 String template = "^1 ^2 template ^3 ^4 to ^5 ^6 be ^7 ^8 expanded ^9"; local
1619 String template = "this is a string to be as the template for replacement"; local
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 23 * Template to use for creating new 'apps-page' elements
29 * Template to use for creating new 'app-container' elements
35 * Template to use for creating new 'dot' elements
108 // Get the template elements and remove them from the DOM. Things are
110 // template elements behind in the DOM.
111 appTemplate = getRequiredElement('app-template');
354 // Make a deep copy of the template and clear its ID
357 assert(appElement, 'Expected app-template to have an app child');
430 // Make a shallow copy of the app page template.
434 // Make a deep copy of the dot template to add a new one
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 172 + "AndroidManifest.template"; //$NON-NLS-1$
174 + "activity.template"; //$NON-NLS-1$
176 + "uses-sdk.template"; //$NON-NLS-1$
178 + "launcher_intent_filter.template"; //$NON-NLS-1$
180 + "test_uses-library.template"; //$NON-NLS-1$
182 + "test_instrumentation.template"; //$NON-NLS-1$
187 + "strings.template"; //$NON-NLS-1$
189 + "string.template"; //$NON-NLS-1$
211 private static final String JAVA_ACTIVITY_TEMPLATE = "java_file.template"; //$NON-NLS-1$
212 private static final String LAYOUT_TEMPLATE = "layout.template"; //$NON-NLS-1
1446 String template = AdtPlugin.readEmbeddedTextFile( local
    [all...]
  /development/build/
Android.mk 13 # Rule to convert a source.prop template into the desired source.property
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 354 * @param templ non-null reference to template element that will have
394 * @param addToList <code>true</code> if this template should be added to the import list
704 * The "xsl:template" properties.
710 * Recompose the template declarations.
712 * @param template An ElemTemplate object to add to the template list.
714 void recomposeTemplates(ElemTemplate template)
716 m_templateList.setTemplate(template);
733 * the template list is built during the recompose process and should not be
743 * Get an "xsl:template" property by node match. This looks in the imports a
    [all...]
  /external/chromium_org/chrome/browser/resources/
about_stats.js 109 // This is the javascript code that processes the template:
gesture_config.js 41 var section = $('section-template').cloneNode(true);
49 var row = $('section-row-template').cloneNode(true);
  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.js 117 var newTreatment = $('treatment-template').cloneNode(true);
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_format_browsertest.js 21 'pref': ['language-options-input-method-template',
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.js 7 * Quick template rendering function. For each cell passed to it, check
  /external/chromium_org/native_client_sdk/src/build_tools/
manifest_util.py 159 This allows the template manifest to be maintained without
162 template = string.Template(self['url'])
163 self['url'] = template.substitute({'revision': revision})
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner.py 254 template_path = filesystem.join(self._port.perf_tests_dir(), 'resources/results-template.html')
255 template = filesystem.read_text_file(template_path)
258 results_page = template.replace('%AbsolutePathToWebKitTrunk%', absolute_path_to_trunk)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 484 CharSequence template = getText(R.string.crypt_keeper_cooldown); local
485 status.setText(TextUtils.expandTemplate(template, Integer.toString(mCooldown)));
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 256 final CharSequence template = getResources().getText(mLabelTemplateRes); local
264 mLabelTemplate = new SpannableStringBuilder(template);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 163 template = "%s has been removed in 3.x"
166 expected = template % attr
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 163 template = "%s has been removed in 3.x"
166 expected = template % attr
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.pm 379 # - Add default header template
402 # - Add default header template
    [all...]
  /dalvik/vm/
Dvm.mk 260 compiler/template/out/CompilerTemplateAsm-$(dvm_arch_variant).S
285 compiler/template/out/CompilerTemplateAsm-$(dvm_arch_variant).S
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector.py 122 template files. All URLs in |root_pages| are used as the starting nodes for
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 353 # -template
369 set ::sql [subst $::fuzzyopts(-template)]
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 271 tempfile.template = 'testcmd.'
273 tempfile.template = 'testcmd.' + str(os.getpid()) + '.'
275 tempfile.template = 'testcmd.'
    [all...]

Completed in 714 milliseconds

<<11121314151617181920>>