HomeSort by relevance Sort by last modified time
    Searched full:template (Results 2901 - 2925 of 20596) sorted by null

<<111112113114115116117118119120>>

  /external/skia/src/core/
SkAdvancedTypefaceMetrics.cpp 18 // forward declare structs needed for getAdvanceData() template for freetype
38 template <typename Data>
44 template <>
64 template <typename Data>
71 template <typename Data>
80 template <typename Data>
86 template <>
103 template <typename Data>
127 template <typename Data, typename FontHandle>
256 // Make AdvanceMetric template functions available for linking with typenam
    [all...]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp 34 template<class Key, class Hash>
47 template<class Key, class Hash>
61 template<class Key, class Hash>
76 template<class Key, class Hash>
93 template<class Key, class Hash>
121 template<class Key, class Hash>
133 template<class Key, class Hash>
160 template<class Key, class Hash>
170 template<class Key, class Hash>
193 template<class Key, class Hash
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
unordered_set 23 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
54 template <class InputIterator>
73 template <class InputIterator>
75 template <class InputIterator>
104 template <class... Args>
106 template <class... Args>
112 template <class InputIterator>
157 template <class Value, class Hash, class Pred, class Alloc>
162 template <class Value, class Hash, class Pred, class Alloc>
167 template <class Value, class Hash, class Pred, class Alloc
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
unordered_set 23 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>,
54 template <class InputIterator>
73 template <class InputIterator>
75 template <class InputIterator>
104 template <class... Args>
106 template <class... Args>
112 template <class InputIterator>
157 template <class Value, class Hash, class Pred, class Alloc>
162 template <class Value, class Hash, class Pred, class Alloc>
167 template <class Value, class Hash, class Pred, class Alloc
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 1 //===------- SemaTemplateInstantiate.cpp - C++ Template Instantiation ------===/
9 // This file implements C++ template instantiation.
24 #include "clang/Sema/Template.h"
31 // Template Instantiation Support
34 /// \brief Retrieve the template argument list(s) that should be used to
37 /// \param D the declaration for which we are computing template instantiation
40 /// \param Innermost if non-NULL, the innermost template argument list.
42 /// \param RelativeToPrimary true if we should get the template
43 /// arguments relative to the primary template, even when we're
45 /// template specializations
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
question.py 25 template = "<Question>%(items)s</Question>" variable in class:Question
46 return self.template % vars()
72 template = '<ExternalQuestion xmlns="%(schema_url)s"><ExternalURL>%%(external_url)s</ExternalURL><FrameHeight>%%(frame_height)s</FrameHeight></ExternalQuestion>' % vars()
82 return self.template % vars(self)
87 return self.template % vars(self)
97 template = '<%(field)s>%(value)s</%(field)s>' variable in class:SimpleField
105 template = """<Binary><MimeType><Type>%(type)s</Type><SubType>%(subtype)s</SubType></MimeType><DataURL>%(url)s</DataURL><AltText>%(alt_text)s</AltText></Binary>"""
120 template = "<Application><%(class_)s>%(content)s</%(class_)s></Application>" variable in class:Application
140 return self.template % vars()
145 template = '<HTMLQuestion xmlns=\"%(schema_url)s\"><HTMLContent><![CDATA[<!DOCTYPE html>%%(html_form)s]]></ (…)
184 template = '<FormattedContent><![CDATA[%(content)s]]><\/FormattedContent>' variable in class:FormattedContent
200 template = '<Overview>%(content)s<\/Overview>' variable in class:Overview
261 template = '<QuestionContent>%(content)s<\/QuestionContent>' variable in class:QuestionContent
269 template = '<AnswerSpecification>%(spec)s<\/AnswerSpecification>' variable in class:AnswerSpecification
280 template = '<Constraints>%(content)s<\/Constraints>' variable in class:Constraints
304 template = '<IsNumeric %(attrs)s \/>' variable in class:NumericConstraint
312 template = '<Length %(attrs)s \/>' variable in class:LengthConstraint
320 template = '<AnswerFormatRegex %(attrs)s \/>' variable in class:RegExConstraint
336 template = '<NumberOfLinesSuggestion>%(num_lines)s<\/NumberOfLinesSuggestion>' variable in class:NumberOfLinesSuggestion
347 template = '<FreeTextAnswer>%(items)s<\/FreeTextAnswer>' variable in class:FreeTextAnswer
    [all...]
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 54 // Query function template.
55 template<typename T>
58 // Compare template.
59 template<typename T>
99 template<>
107 template<>
115 template<>
123 template<>
131 template<>
137 template<>
    [all...]
  /external/eigen/Eigen/src/Core/
Redux.h 1 // This file is part of Eigen, a lightweight C++ template library
26 template<typename Func, typename Derived>
76 template<typename Func, typename Derived, int Start, int Length>
92 template<typename Func, typename Derived, int Start>
111 template<typename Func, typename Derived, int Start>
120 template<typename Func, typename Derived, int Start, int Length>
139 template<typename Func, typename Derived, int Start>
154 return mat.template packetByOuterInner<alignment>(outer, inner);
162 template<typename Func, typename Derived,
168 template<typename Func, typename Derived
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
dual_quaternion.inl 35 template <typename T, precision P>
41 template <typename T, precision P>
47 template <typename T, precision P>
56 template <typename T, precision P>
66 template <typename T, precision P>
82 template <typename T, precision P>
91 template <typename T, precision P>
103 template <typename T, precision P>
110 template <typename T, precision P>
120 template <typename T, precision P
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h 130 template<typename _Val>
137 template<typename... _Args>
156 template<typename _Tp>
227 template<typename _Tp>
308 template<typename _Val>
314 template<typename _Val>
331 template<typename _Key, typename _Val, typename _KeyOfValue,
335 typedef typename _Alloc::template rebind<_Rb_tree_node<_Val> >::other
399 template<typename... _Args>
437 template<typename _Key_compare,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h 130 template<typename _Val>
137 template<typename... _Args>
156 template<typename _Tp>
227 template<typename _Tp>
308 template<typename _Val>
314 template<typename _Val>
331 template<typename _Key, typename _Val, typename _KeyOfValue,
335 typedef typename _Alloc::template rebind<_Rb_tree_node<_Val> >::other
399 template<typename... _Args>
437 template<typename _Key_compare,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_tree.h 130 template<typename _Val>
137 template<typename... _Args>
156 template<typename _Tp>
227 template<typename _Tp>
308 template<typename _Val>
314 template<typename _Val>
331 template<typename _Key, typename _Val, typename _KeyOfValue,
335 typedef typename _Alloc::template rebind<_Rb_tree_node<_Val> >::other
399 template<typename... _Args>
437 template<typename _Key_compare,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
slist 150 template <class _Tp>
180 template <class _Tp, class _Ref, class _Ptr>
226 template <class _Tp, class _Alloc>
228 : public _Alloc::template rebind<_Slist_node<_Tp> >::other
230 typedef typename _Alloc::template rebind<_Slist_node<_Tp> >::other
269 template <class _Tp, class _Alloc>
291 template <class _Tp, class _Alloc = allocator<_Tp> >
374 template <class _InputIterator>
392 // The range version is a member template, so we dispatch on whether
402 template <class _InputIterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
ratio 55 template<intmax_t _Pn>
60 template<intmax_t _Pn>
65 template<intmax_t _Pn, intmax_t _Qn>
70 template<intmax_t _Pn>
75 template<intmax_t _Qn>
86 template<intmax_t _Pn, intmax_t _Qn>
113 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
119 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
128 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
139 template<uintmax_t __x, uintmax_t __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
slist 150 template <class _Tp>
180 template <class _Tp, class _Ref, class _Ptr>
226 template <class _Tp, class _Alloc>
228 : public _Alloc::template rebind<_Slist_node<_Tp> >::other
230 typedef typename _Alloc::template rebind<_Slist_node<_Tp> >::other
269 template <class _Tp, class _Alloc>
291 template <class _Tp, class _Alloc = allocator<_Tp> >
374 template <class _InputIterator>
392 // The range version is a member template, so we dispatch on whether
402 template <class _InputIterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
ratio 55 template<intmax_t _Pn>
60 template<intmax_t _Pn>
65 template<intmax_t _Pn, intmax_t _Qn>
70 template<intmax_t _Pn>
75 template<intmax_t _Qn>
86 template<intmax_t _Pn, intmax_t _Qn>
113 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
119 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
128 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
139 template<uintmax_t __x, uintmax_t __y
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
slist 150 template <class _Tp>
180 template <class _Tp, class _Ref, class _Ptr>
226 template <class _Tp, class _Alloc>
228 : public _Alloc::template rebind<_Slist_node<_Tp> >::other
230 typedef typename _Alloc::template rebind<_Slist_node<_Tp> >::other
269 template <class _Tp, class _Alloc>
291 template <class _Tp, class _Alloc = allocator<_Tp> >
374 template <class _InputIterator>
392 // The range version is a member template, so we dispatch on whether
402 template <class _InputIterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
ratio 55 template<intmax_t _Pn>
60 template<intmax_t _Pn>
65 template<intmax_t _Pn, intmax_t _Qn>
70 template<intmax_t _Pn>
75 template<intmax_t _Qn>
86 template<intmax_t _Pn, intmax_t _Qn>
113 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
119 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
128 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
139 template<uintmax_t __x, uintmax_t __y
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
slist 150 template <class _Tp>
180 template <class _Tp, class _Ref, class _Ptr>
226 template <class _Tp, class _Alloc>
228 : public _Alloc::template rebind<_Slist_node<_Tp> >::other
230 typedef typename _Alloc::template rebind<_Slist_node<_Tp> >::other
269 template <class _Tp, class _Alloc>
291 template <class _Tp, class _Alloc = allocator<_Tp> >
374 template <class _InputIterator>
392 // The range version is a member template, so we dispatch on whether
402 template <class _InputIterator
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
ratio 55 template<intmax_t _Pn>
60 template<intmax_t _Pn>
65 template<intmax_t _Pn, intmax_t _Qn>
70 template<intmax_t _Pn>
75 template<intmax_t _Qn>
86 template<intmax_t _Pn, intmax_t _Qn>
113 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
119 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
128 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2>
139 template<uintmax_t __x, uintmax_t __y
    [all...]
  /art/runtime/base/
stl_util.h 28 template<class T>
44 template <class ForwardIterator>
64 template <class T>
75 template <class T>
85 template <class T>
108 template <typename T>
113 template <typename T, typename ... Args>
119 template <typename Container, typename T>
127 template <typename Container, typename T>
135 template <typename Container, typename T
    [all...]
  /cts/tools/cts-api-coverage/src/res/
api-coverage.xsl 21 <xsl:template match="/">
102 <xsl:call-template name="packageOrClassListItem">
105 </xsl:call-template>
110 <xsl:call-template name="packageOrClassListItem">
113 </xsl:call-template>
116 <xsl:call-template name="methodListItem" />
119 <xsl:call-template name="methodListItem" />
129 </xsl:template>
131 <xsl:template name="packageOrClassListItem">
157 </xsl: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/ceres-solver/include/ceres/
jet.h 99 // template<typename T>
169 template <typename T, int N>
199 template<typename Derived>
249 template<typename T, int N> inline
258 template<typename T, int N> inline
264 template<typename T, int N> inline
271 template<typename T, int N> inline
277 template<typename T, int N> inline
283 template<typename T, int N> inline
290 template<typename T, int N> inlin
    [all...]
  /external/clang/include/clang/Basic/
Specifiers.h 131 /// \brief Describes the kind of template specialization that a
132 /// particular template specialization declaration represents.
134 /// This template specialization was formed from a template-id but
137 /// This template specialization was implicitly instantiated from a
138 /// template. (C++ [temp.inst]).
140 /// This template specialization was declared or defined by an
144 /// This template specialization was instantiated from a template
148 /// This template specialization was instantiated from a templat
    [all...]

Completed in 2173 milliseconds

<<111112113114115116117118119120>>