Searched
full:templates (Results
976 -
1000 of
2492) sorted by null
<<31323334353637383940>>
/frameworks/base/docs/html/tools/projects/ |
projects-eclipse.jd | 111 <strong>Next</strong>. For more information about Android code templates, see 112 <a href="{@docRoot}tools/projects/templates.html">Using Code Templates</a>.
|
/libcore/luni/src/main/java/javax/xml/transform/ |
Transformer.java | 57 * {@link Templates#newTransformer()}. 189 * properties will override properties set in the Templates 194 * defined in the templates object.</p>
|
/sdk/templates/docs/ |
index.html | 56 <p>This document describes the format and syntax for Android code templates. These templates provide starting points for entire projects (e.g. <code>NewAndroidApplication</code>) or application components such as activities (e.g. <code>BlankActivity</code>).</p> 58 <p>Although these templates were originally introduced in the <a href="http://developer.android.com/tools/sdk/eclipse-adt.html">ADT Plugin</a> for Eclipse, the template format is designed for use by any IDE or command-line tool.</p> 60 <p>Templates are customizable. Each template exposes several options (called parameters) that allow developers to customize the generated code. The most common workflow for <em>using</em> a template is as follows:</p> 70 <p>Templates make heavy use of <a href="http://freemarker.sourceforge.net/">FreeMarker</a>, a Java templating engine used to enable things like control flows and variable substitutions inside files. It's similar to PHP, Django templates, etc. For those more acquainted with C/C++, think of it as a <a href="http://en.wikipedia.org/wiki/C_preprocessor">preprocessor</a> language (i.e. <code>#ifdef</code>).</p>
|
/development/scripts/app_engine_server/gae_shell/ |
shell.py | 32 To use the shell in your app, copy shell.py, static/*, and templates/* into 184 template_file = os.path.join(os.path.dirname(__file__), 'templates',
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
DecimalFormatProperties.java | 21 package org.apache.xalan.templates; 311 * @see org.apache.xalan.templates.Constants
|
ElemElement.java | 21 package org.apache.xalan.templates; 143 * @see org.apache.xalan.templates.Constants
|
ElemValueOf.java | 21 package org.apache.xalan.templates; 158 * @see org.apache.xalan.templates.Constants
|
StylesheetComposed.java | 21 package org.apache.xalan.templates; 131 // Next comes the templates
|
/external/chromium/testing/gtest/test/ |
gtest-typed-test_test.cc | 111 // 'this', as required by C++ for class templates. 248 // 'this', as required by C++ for class templates.
|
/external/chromium-trace/trace-viewer/src/ |
base.js | 168 // TODO(dsinclair): Remove this when HTML imports land as the templates 177 req.open('GET', '/templates', false);
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
link_error_detector.py | 140 '''Traverses the public templates directory rendering each URL and 144 ('docs/templates/public', ''),
|
/external/chromium_org/ppapi/cpp/ |
output_traits.h | 15 /// This file defines internal templates for defining how data is passed to the 20 /// to use these templates directly.
|
/external/chromium_org/testing/gtest/test/ |
gtest-typed-test_test.cc | 111 // 'this', as required by C++ for class templates. 248 // 'this', as required by C++ for class templates.
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
CodeGeneratorFrontend.py | 149 class Templates: 283 backend_js_file.write(Templates.backend_js.substitute(None,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
html.py | 305 # Helpers for templates and generating HTML 323 Nicely-formatted templates mean lots of extra space in the result.
|
/external/chromium_org/third_party/libxslt/libxslt/ |
attrvt.c | 28 #include "templates.h" 122 * Free up the memory associated to the attribute value templates
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_debug_xform.c | 103 static int *templates[7] = { variable 196 switch ( templates[mtype][i * 4 + j] ) {
|
/external/chromium_org/third_party/sqlite/src/test/ |
randexpr1.tcl | 160 # Test all templates to make sure the number of EXPR, AGG, and BOOL 170 # Generate a random expression according to the templates given above.
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
multi-level-substitution.cpp | 169 template<template<class> class ...Templates> 176 struct Inner<tuple<Templates<Types>...>> {
|
/external/eigen/doc/ |
C02_TutorialMatrixArithmetic.dox | 70 \section TutorialArithmeticMentionXprTemplates A note about expression templates 147 Note: if you read the above paragraph on expression templates and are worried that doing \c m=m*m might cause
|
/external/gtest/test/ |
gtest-typed-test_test.cc | 111 // 'this', as required by C++ for class templates. 248 // 'this', as required by C++ for class templates.
|
/external/libxslt/libxslt/ |
attrvt.c | 28 #include "templates.h" 122 * Free up the memory associated to the attribute value templates
|
/external/mesa3d/src/mesa/math/ |
m_debug_xform.c | 103 static int *templates[7] = { variable 196 switch ( templates[mtype][i * 4 + j] ) {
|
/external/protobuf/gtest/test/ |
gtest-typed-test_test.cc | 111 // 'this', as required by C++ for class templates. 248 // 'this', as required by C++ for class templates.
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-typed-test_test.cc | 111 // 'this', as required by C++ for class templates. 248 // 'this', as required by C++ for class templates.
|
Completed in 2045 milliseconds
<<31323334353637383940>>