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

1 2 34 5 6 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 14 The module lets you construct a pipeline template by sticking one or
17 data. You can then use the template to do conversions from many
19 file names used are different each time the template is used.
29 To create a template:
30 t = Template()
32 To add a conversion step to a template:
44 To convert a file to another file using a template:
55 To create a new template object initialized to a given one:
65 __all__ = ["Template"]
80 class Template
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 14 The module lets you construct a pipeline template by sticking one or
17 data. You can then use the template to do conversions from many
19 file names used are different each time the template is used.
29 To create a template:
30 t = Template()
32 To add a conversion step to a template:
44 To convert a file to another file using a template:
55 To create a new template object initialized to a given one:
65 __all__ = ["Template"]
80 class Template
    [all...]
  /system/media/camera/docs/
metadata_parser_xml.py 21 over a Mako template.
24 metadata_parser_xml.py <filename.xml> <template.mako> [<output_file>]
25 - outputs the resulting template to output_file (stdout if none specified)
34 Mako - a template engine for Python, available to download from
45 from mako.template import Template
58 Mako template.
280 def render(self, template, output_name=None):
282 Render the metadata model using a Mako template as the view.
284 The template gets the metadata as an argument, as well as al
    [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...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 203 /// that's not a template specialization; otherwise it's the pattern
300 bool mangleSubstitution(TemplateName Template);
314 void addSubstitution(TemplateName Template);
350 void mangleTemplatePrefix(TemplateName Template);
485 // 1. Template functions (names or types) have return types encoded, with
490 // 3. Non-template function names do not have return types encoded.
503 // Mangle the type of the primary template.
540 // Check if we have a function template.
548 // Check if we have a class template.
555 // Check if we have a variable template
    [all...]
ASTContext.cpp 121 // TODO: we could look up template parameter documentation in the template
260 /// If we have a 'templated' declaration for a template, adjust 'D' to
261 /// refer to the actual template.
262 /// If we have an implicit instantiation, adjust 'D' to refer to template.
265 // Is this function declaration part of a function template?
273 // Function is an implicit instantiation of a function template?
277 // Function is instantiated from a member definition of a class template?
286 // template?
294 // Is this class declaration part of a class template
    [all...]
  /external/chromium_org/tools/gn/
scope.cc 10 #include "tools/gn/template.h"
154 bool Scope::AddTemplate(const std::string& name, const Template* templ) {
161 const Template* Scope::GetTemplate(const std::string& name) const {
306 continue; // Skip this private template.
309 const Template* existing_template = dest->GetTemplate(i->first);
313 *err = Err(node_for_err, "Template collision.",
314 "This " + desc_string + " contains a template \"" +
  /external/chromium_org/tools/telemetry/telemetry/web_components/
web_component.py 58 bootstrap_js_template = string.Template(bfile.read())
  /external/clang/lib/Index/
USRGeneration.cpp 420 case TTK_Enum: llvm_unreachable("enum template");
462 // For a class template specialization, mangle the template arguments.
711 if (TemplateDecl *Template = Name.getAsTemplateDecl()) {
713 = dyn_cast<TemplateTemplateParmDecl>(Template)) {
718 Visit(Template);
722 // FIXME: Visit dependent template names.
740 case TemplateArgument::Template:
  /external/chromium_org/native_client_sdk/src/doc/_sphinxext/
devsite_builder.py 24 # TODO(eliben): it may be interesting to use an actual Sphinx template here at
26 PAGE_TEMPLATE = string.Template(r'''
250 self.templates = None # no template bridge necessary
266 out_f.write(string.Template(in_f.read()).substitute(subs))
chromesite_builder.py 24 # TODO(eliben): it may be interesting to use an actual Sphinx template here at
26 PAGE_TEMPLATE = string.Template(r'''
188 self.templates = None # no template bridge necessary
202 # out_f.write(string.Template(in_f.read()).substitute(subs))
250 template = context.get('meta', {}).get('template', 'standard_nacl_article')
258 doc_template=template,
  /external/compiler-rt/make/
lib_platforms.mk 13 # Template: subdir_traverse_template subdir
subdir.mk 28 # Template: subdir_traverse_template subdir
  /external/chromium_org/third_party/jinja2/
environment.py 36 # for direct template usage we have up to ten living environments
107 they are not shared and if no template was loaded so far.
108 Modifications on environments after the first template was loaded
160 if present, to be stripped from the end of the template.
174 undefined values in the template.
185 be a callable that is passed the template name and has to
193 The template loader for this environment.
198 out the least recently used template. If the cache size is set to
203 Some loaders load templates from locations where the template
205 `auto_reload` is set to `True` (default) every time a template i
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 53 template <> struct FoldingSetTrait<ArgEffect> {
58 template <> struct FoldingSetTrait<RetEffect> {
465 template <> struct DenseMapInfo<ObjCSummaryKey> {
791 // it has annotations, the annotations are added to the stack-based template
    [all...]
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 15 from string import Template
724 template = Template("""\
781 return WrapOutput(template.substitute(values))
792 template = Template("""\
800 ret += [template.substitute(values)]
863 def SubstituteNativeMethods(self, template):
864 """Substitutes JAVA_CLASS and KMETHODS in the provided template."""
873 ret += [template.substitute(values)
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h 47 /// behavior specific to that transformation. For example, template
50 /// template arguments for their corresponding template parameters; a similar
51 /// transformation is performed for non-type template parameters and
52 /// template template parameters.
54 /// This tree-transformation template uses static polymorphism to allow
79 /// replacing TransformTemplateTypeParmType() allows template instantiation
80 /// to substitute template arguments for their corresponding template
    [all...]
SemaTemplateDeduction.cpp 1 //===------- SemaTemplateDeduction.cpp - Template Argument Deduction ------===/
9 // This file implements C++ template argument deduction.
24 #include "clang/Sema/Template.h"
30 /// \brief Various flags that control template argument deduction.
34 /// \brief No template argument deduction flags, which indicates the
35 /// strictest results for template argument deduction (as used for, e.g.,
36 /// matching class template partial specializations).
38 /// \brief Within template argument deduction from a function call, we are
42 /// \brief Within template argument deduction from a function call, we
45 /// \brief Within template argument deduction from a function call
    [all...]
  /external/chromium_org/remoting/tools/build/
remoting_localize.py 7 localize.py -- Generates an output file from the given template replacing
10 The script uses Jinja2 template processing library (src/third_party/jinja2).
38 from string import Template
647 class GypTemplate(Template):
677 template = None
708 template = env.get_template(template_name)
724 WriteIfChanged(template_file_name, template.render(context),
729 WriteIfChanged(options.output, template.render(context), options.encoding)
764 '-t', '--template', dest='template', type='string'
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 11 /// \brief Defines the C++ template declaration subclasses.
40 /// \brief Stores a template parameter of any kind.
44 /// \brief Stores a list of template parameters for a TemplateDecl and its
47 /// The location of the 'template' keyword.
53 /// The number of template parameters in this template
57 /// Whether this template parameter list contains an unexpanded parameter
74 /// \brief Iterates through the template parameters in this list.
77 /// \brief Iterates through the template parameters in this list.
97 assert(Idx < size() && "Template parameter index out-of-range")
    [all...]
NestedNameSpecifier.h 82 /// \brief A type that was preceded by the 'template' keyword,
131 bool Template, const Type *T);
188 /// \brief Whether this nested name specifier involves a template
370 /// \param TemplateKWLoc The location of the 'template' keyword, if present.
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
CodeGeneratorFrontend.py 172 backend_js = string.Template(file_header_ + """
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 54 import freemarker.template.Configuration;
55 import freemarker.template.DefaultObjectWrapper;
56 import freemarker.template.Template;
57 import freemarker.template.TemplateException;
137 * where all template specific resources are found
142 * Directory within the template which contains the resources referenced
143 * from the template.xml file
153 /** Reserved filename which describes each template */
154 static final String TEMPLATE_XML = "template.xml"; //$NON-NLS-1
738 Template template = freemarker.getTemplate(from.getName()); local
970 Template template = freemarker.getTemplate(from.getName()); local
1209 TemplateMetadata template = getTemplate(); local
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 58 template <typename ValueT> struct DenseMapInfo;
59 template <typename ValueT, typename ValueInfoT> class DenseSet;
141 template <class T> class ObjCList;
304 template<typename ValueType>
635 /// \brief The C++ "std::initializer_list" template, which is defined in
    [all...]

Completed in 3247 milliseconds

1 2 34 5 6 7 8