HomeSort by relevance Sort by last modified time
    Searched refs:template (Results 76 - 100 of 188) sorted by null

1 2 34 5 6 7 8

  /external/srtp/doc/
Makefile 27 sed 's/LIBSRTPVERSION/$(version)/' header.template > header.tex
  /external/webkit/PerformanceTests/SunSpider/
make-hosted 28 open TEMPLATE, "<resources/TEMPLATE.html";
29 my $template = do { local $/; <TEMPLATE> };
30 close TEMPLATE;
32 open DRIVER_TEMPLATE, "<resources/driver-TEMPLATE.html";
36 open RESULTS_TEMPLATE, "<resources/results-TEMPLATE.html";
72 my $output = $template;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateSubPatternAssociation.java 33 * A class to contain a match pattern and it's corresponding template.
43 /** Template pattern */
46 /** The template element */
59 * Construct a match pattern from a pattern and template.
60 * @param template The node that contains the template for this pattern.
64 TemplateSubPatternAssociation(ElemTemplate template, StepPattern pattern, String pat)
68 m_template = template;
104 * Set Target String for this template pattern
119 * @return True if the given mode matches this template's mod
    [all...]
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMac.mm 48 template<typename T> void windowShown(T window);
49 template<typename T> void windowHidden(T window);
83 template<typename T> void FullscreenWindowTracker::windowShown(T window)
103 template<typename T> void FullscreenWindowTracker::windowHidden(T window)
  /external/webkit/Tools/QueueStatusServer/handlers/
recentstatus.py 32 from google.appengine.ext.webapp import template namespace
94 self.response.out.write(template.render("templates/recentstatus.html", template_values))
queuestatus.py 33 from google.appengine.ext.webapp import template namespace
109 self.response.out.write(template.render("templates/queuestatus.html", template_values))
  /development/build/
sdk.atree 90 development/tools/templates/AndroidManifest.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.template
91 development/tools/templates/AndroidManifest.tests.template platforms/${PLATFORM_NAME}/templates/AndroidManifest.tests.template
92 development/tools/templates/java_file.template platforms/${PLATFORM_NAME}/templates/java_file.template
93 development/tools/templates/java_tests_file.template platforms/${PLATFORM_NAME}/templates/java_tests_file.template
94 development/tools/templates/layout.template platforms/${PLATFORM_NAME}/templates/layout.template
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java 56 import com.google.clearsilver.jsilver.template.Macro;
57 import com.google.clearsilver.jsilver.template.RenderingContext;
58 import com.google.clearsilver.jsilver.template.Template;
59 import com.google.clearsilver.jsilver.template.TemplateLoader;
68 * Main JSilver interpreter. This walks a template's AST and renders the result out.
72 private final Template template; field in class:TemplateInterpreter
80 public TemplateInterpreter(Template template, TemplateLoader templateLoader
149 Template template = local
619 Template template = null; local
    [all...]
  /frameworks/base/core/java/android/text/format/
DateFormat.java 299 String template = context.getString(R.string.numeric_date_template); local
302 value = String.format(template, "yyyy", "MM", "dd");
304 value = String.format(template, "yyyy", "dd", "MM");
308 value = String.format(template, "MM", "dd", "yyyy");
310 value = String.format(template, "MM", "yyyy", "dd");
314 value = String.format(template, "dd", "MM", "yyyy");
316 value = String.format(template, "dd", "yyyy", "MM");
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 275 * @param template
283 private void validatePattern(String template) {
287 final int patternLength = template.length();
289 next = (template.charAt(i));
337 * @param template
346 public SimpleDateFormat(String template, DateFormatSymbols value) {
348 validatePattern(template);
349 pattern = template;
358 * @param template
367 public SimpleDateFormat(String template, Locale locale)
    [all...]
MessageFormat.java 351 * @param template
358 public MessageFormat(String template, Locale locale) {
360 applyPattern(template);
368 * @param template
373 public MessageFormat(String template) {
374 this(template, Locale.getDefault());
380 * @param template
385 public void applyPattern(String template) {
386 int length = template.length();
395 if (Format.upTo(template, position, buffer, '{'))
    [all...]
  /cts/tools/signature-tools/src/signature/io/html/
HtmlDeltaExternalizer.java 119 StringTemplate template = TemplateStore.getStringTemplate("Styles"); local
120 template.setAttribute("version", Version.VERSION);
121 writeToFile(directory + STYLE_SHEET_NAME, template.toString());
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateCompiler.java 25 import com.google.clearsilver.jsilver.template.DelegatingTemplateLoader;
26 import com.google.clearsilver.jsilver.template.Template;
27 import com.google.clearsilver.jsilver.template.TemplateLoader;
39 * Takes a template AST and compiles it into a Java class, which executes much faster than the
48 // Because each template is isolated in its own ClassLoader, it doesn't
71 public Template load(String templateName, ResourceLoader resourceLoader, EscapeMode escapeMode) {
77 public Template createTemp(String name, String content, EscapeMode escapeMode) {
84 * @param ast A template AST.
85 * @param templateName Name of template (e.g. "foo.cs"). Used for error reporting. May be null
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/templates/
SimpleFile.java 50 public void process(TemplateCore template, ProcessArgument[] args, String processId,
85 Bundle bundle = Activator.getBundle(template.getTemplateInfo().getPluginId());
105 template.getValueStore());
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 175 r'note: in instantiation of function template specialization '
225 r'of function template specialization '
232 r'of function template specialization '
308 r'note: candidate template ignored:\s+'
309 r'couldn\'t infer template argument \'FunctionImpl\'')
334 r'note: candidate function template not viable: '
423 r'of function template specialization '
447 + _GCC_FILE_LINE_RE + r'error: template argument 1 is invalid\n')
453 r'.*error: template argument 1 is invalid\n')
460 r'.*error: template argument 1 is invalid\n
    [all...]
  /docs/source.android.com/scripts/
build.py 39 template = string.Template(t) variable
83 final = template.safe_substitute(main=main, sidebar=sidebar, sidebar2=sidebar2, \
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 10 from google.appengine.ext.webapp import template namespace
141 # Render a simple template
143 self.response.out.write(template.render(path, template_data))
  /external/webkit/Tools/TestResultServer/handlers/
dashboardhandler.py 35 from google.appengine.ext.webapp import template namespace
82 template.render("templates/dashboardfilelist.html",
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java 369 public NetworkStatsHistory getHistoryForNetwork(NetworkTemplate template, int fields) {
371 return getHistoryForNetworkDev(template, fields);
374 private NetworkStatsHistory getHistoryForNetworkDev(NetworkTemplate template, int fields) {
375 return getHistoryForNetwork(template, fields, mNetworkDevStats);
378 private NetworkStatsHistory getHistoryForNetworkXt(NetworkTemplate template, int fields) {
379 return getHistoryForNetwork(template, fields, mNetworkXtStats);
382 private NetworkStatsHistory getHistoryForNetwork(NetworkTemplate template, int fields,
385 // combine all interfaces that match template
389 if (templateMatches(template, ident)) {
402 NetworkTemplate template, int uid, int set, int tag, int fields)
983 NetworkTemplate template = null; local
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 28 from google.appengine.ext.webapp import template namespace
63 self.response.out.write(template.render(path, template_values))
150 self.response.out.write(template.render(path, template_values))
192 self.response.out.write(template.render(path, template_values))
  /frameworks/base/core/java/android/webkit/
URLUtil.java 84 public static String composeSearchUrl(String inQuery, String template,
86 int placeHolderIndex = template.indexOf(queryPlaceHolder);
93 buffer.append(template.substring(0, placeHolderIndex));
102 buffer.append(template.substring(
  /packages/apps/Tag/src/com/android/apps/tag/record/
VCardRecord.java 93 CharSequence template = activity.getResources().getText(R.string.import_vcard); local
94 String description = TextUtils.expandTemplate(template, getDisplayName()).toString();
101 CharSequence template = context.getResources().getText(R.string.vcard_title); local
102 return TextUtils.expandTemplate(template, getDisplayName()).toString();
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorLRE.java 82 // Literal Result Template as stylesheet.
178 ElemTemplate template = new ElemTemplate(); local
180 template.setLocaterInfo(slocator);
182 appendAndPush(handler, template);
187 template.setMatch(rootMatch);
189 // template.setDOMBackPointer(handler.getOriginatingNode());
190 stylesheet.setTemplate(template);
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 10 * 1) API_TEMPLATE which is the main template for the api pages.
21 var API_TEMPLATE = "template/api_template.html";
37 // Data to feed as context into the template.
79 * Main entry point for composing the page. It will fetch it's template,
82 * render the template from |pageData|.
95 // Fetch the api template and insert into the <body>.
226 * Special pages like the samples gallery may want to modify their template
227 * data to include additional information. This hook allows a page template
231 * To specify such code, the page template should include a script block with
242 * template is rendered, and will therefore not be exposed to the end use
    [all...]
  /external/astl/include/
set 55 template<class _Key>

Completed in 1790 milliseconds

1 2 34 5 6 7 8