HomeSort by relevance Sort by last modified time
    Searched defs:Template (Results 26 - 50 of 249) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
RefactoringCallbacks.h 59 template <typename T>
90 /// evaluating the template in \c ToTemplate.
107 std::vector<TemplateElement> Template);
109 std::vector<TemplateElement> Template;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
RefactoringCallbacks.h 59 template <typename T>
90 /// evaluating the template in \c ToTemplate.
107 std::vector<TemplateElement> Template);
109 std::vector<TemplateElement> Template;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
RefactoringCallbacks.h 59 template <typename T>
90 /// evaluating the template in \c ToTemplate.
107 std::vector<TemplateElement> Template);
109 std::vector<TemplateElement> Template;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
RefactoringCallbacks.h 59 template <typename T>
90 /// evaluating the template in \c ToTemplate.
107 std::vector<TemplateElement> Template);
109 std::vector<TemplateElement> Template;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
RefactoringCallbacks.h 59 template <typename T>
90 /// evaluating the template in \c ToTemplate.
107 std::vector<TemplateElement> Template);
109 std::vector<TemplateElement> Template;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
RefactoringCallbacks.h 59 template <typename T>
90 /// evaluating the template in \c ToTemplate.
107 std::vector<TemplateElement> Template);
109 std::vector<TemplateElement> Template;
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/go/darwin-x86/src/html/template/
template.go 5 package template package
13 "text/template"
14 "text/template/parse"
17 // Template is a specialized Template from "text/template" that produces a safe
19 type Template struct {
22 // We could embed the text/template field, but it's safer not to because
24 // template's in sync.
25 text *template.Templat
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
template.go 5 package template package
13 "text/template"
14 "text/template/parse"
17 // Template is a specialized Template from "text/template" that produces a safe
19 type Template struct {
22 // We could embed the text/template field, but it's safer not to because
24 // template's in sync.
25 text *template.Templat
    [all...]
  /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...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 8 module Template
16 @template_library ||= ANTLR3::Template::Group.new
20 super.push( :template )
25 ANTLR3::Template::Group.load( group_file )
40 self.class.template_library or ANTLR3::Template::Group.new
88 autoload :GroupFile, 'antlr3/template/group-file'
91 autoload :Lexer, 'antlr3/template/group-file'
92 autoload :Parser, 'antlr3/template/group-file'
105 end or raise( LoadError, "no such template group file to load %s" % group_file )
124 template = Context.new( values
    [all...]
  /external/clang/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /external/clang/lib/AST/
TemplateBase.cpp 1 //===--- TemplateBase.cpp - Common template AST class implementation ------===//
10 // This file implements common classes used throughout C++ template
31 /// \brief Print a template integral argument value.
45 // In Sema::CheckTemplateArugment, enum template arguments value are
47 // may create a size difference between the enum value and template
103 llvm_unreachable("Should not have a NULL template argument");
109 case Template:
144 llvm_unreachable("Should not have a NULL template argument");
149 case Template:
186 case Template
    [all...]
TypeLoc.cpp 479 case TemplateArgument::Template:
482 TemplateName Template = Args[i].getAsTemplateOrTemplatePattern();
483 if (DependentTemplateName *DTN = Template.getAsDependentTemplateName())
485 else if (QualifiedTemplateName *QTN = Template.getAsQualifiedTemplateName())
490 Args[i].getKind() == TemplateArgument::Template ? SourceLocation()
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
template.py 1 # mako/template.py
7 """Provides the Template class, a facade for parsing, generating and executing
8 template strings, as well as template runtime operations."""
22 class Template(object):
23 """Represents a compiled template.
25 :class:`.Template` includes a reference to the original
26 template source (via the :attr:`.source` attribute)
31 :class:`.Template` is constructed using either a literal string
32 representing the template text, or a filename representing a filesyste
    [all...]
  /external/python/cpython3/Lib/
string.py 19 "whitespace", "Formatter", "Template"]
77 class Template(metaclass=_TemplateMetaclass):
84 def __init__(self, template):
85 self.template = template
91 lines = self.template[:i].splitlines(keepends=True)
103 raise TypeError("descriptor 'substitute' of 'Template' object "
126 return self.pattern.sub(convert, self.template)
130 raise TypeError("descriptor 'safe_substitute' of 'Template' object "
155 return self.pattern.sub(convert, self.template)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
ParsedTemplate.h 1 //===--- ParsedTemplate.h - Template Parsing Data Types ---------*- C++ -*-===//
29 /// \brief Represents the parsed form of a C++ template argument.
32 /// \brief Describes the kind of template argument that was parsed.
34 /// \brief A template type parameter, stored as a type.
36 /// \brief A non-type template parameter, stored as an expression.
38 /// \brief A template template argument, stored as a template name.
39 Template
42 /// \brief Build an empty template argument.
    [all...]

Completed in 675 milliseconds

12 3 4 5 6 7 8 910