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

<<919293949596979899100>>

  /external/llvm/include/llvm/ADT/
Optional.h 10 // This file provides Optional, a template class modeled in the spirit of
28 template<typename T>
74 template<typename ...ArgTypes>
131 template <typename U>
140 template <typename U>
147 template <typename T> struct isPodLike;
148 template <typename T> struct isPodLike<Optional<T> > {
159 template<typename T, typename U>
162 template<typename T>
167 template<typename T
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 84 template<typename T>
132 template<typename T>
140 template<typename T, typename S, int N>
142 template<typename F, typename Its, typename... Args>
150 template<typename T, typename S>
152 template<typename F, typename Its, typename... Args>
161 template<typename T>
163 template<typename F, typename Its, typename... Args>
170 template<typename F, typename... Its>
186 template<typename F, typename It0, typename... Its
    [all...]
  /external/v8/src/base/
functional.h 37 // template<typename T, typename... Ts>
64 template <typename>
71 template <typename T, typename... Ts>
77 template <typename Iterator>
119 template <typename T, size_t N>
124 template <typename T, size_t N>
129 template <typename T>
134 template <typename T1, typename T2>
140 template <typename T>
146 template <> \
    [all...]
safe_conversions_impl.h 23 template <typename NumericType>
39 // We implement this as template specializations rather than simple static
49 template <
63 template <typename Dst, typename Src, IntegerRepresentation Sign>
73 template <typename Dst, typename Src>
85 template <typename Dst, typename Src>
116 template <
134 template <typename Dst,
148 template <typename Dst, typename Src>
164 template <typename Dst, typename Src
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
iterator_tracker.h 39 template<typename _Iterator, typename _Sequence>
68 template<typename _MutableIterator>
177 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
183 template<typename _Iterator, typename _Sequence>
189 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
195 template<typename _Iterator, typename _Sequence>
201 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
207 template<typename _Iterator, typename _Sequence>
213 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
219 template<typename _Iterator, typename _Sequence
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/
iterator_tracker.h 39 template<typename _Iterator, typename _Sequence>
68 template<typename _MutableIterator>
177 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
183 template<typename _Iterator, typename _Sequence>
189 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
195 template<typename _Iterator, typename _Sequence>
201 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
207 template<typename _Iterator, typename _Sequence>
213 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
219 template<typename _Iterator, typename _Sequence
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/
iterator_tracker.h 39 template<typename _Iterator, typename _Sequence>
68 template<typename _MutableIterator>
177 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
183 template<typename _Iterator, typename _Sequence>
189 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
195 template<typename _Iterator, typename _Sequence>
201 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
207 template<typename _Iterator, typename _Sequence>
213 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
219 template<typename _Iterator, typename _Sequence
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
iterator_tracker.h 39 template<typename _Iterator, typename _Sequence>
69 template<typename _MutableIterator>
178 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
185 template<typename _Iterator, typename _Sequence>
192 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
199 template<typename _Iterator, typename _Sequence>
206 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
213 template<typename _Iterator, typename _Sequence>
220 template<typename _IteratorL, typename _IteratorR, typename _Sequence>
227 template<typename _Iterator, typename _Sequence
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field_lite.h 44 template <typename Key, typename T,
94 template <typename Key, typename T,
105 template <typename Key, typename T,
116 template <typename Key, typename T,
125 template <typename Key, typename T,
135 template <typename Key, typename T,
145 template <typename Key, typename T,
155 template <typename Key, typename T,
165 template <typename Key, typename T,
179 template <typename Key, typename T
    [all...]
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
ApplyTemplates.groovy 21 import freemarker.template.Configuration
22 import freemarker.template.DefaultObjectWrapper
23 import freemarker.template.Template
36 def Configuration cfg = new freemarker.template.Configuration()
74 * The hash which will be passed to the freemarker template engine. This hash
76 * The hash should contain a key named "meta". The template processor will add
88 // Create a list of Freemarker template loaders based on the
90 // file system for freemarker templates; the template language can
93 println "Gathering template load locations:
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ST.stg 28 /** Template subgroup to add template rewrite output
72 /** x+=rule when output=template */
80 // TEMPLATE REWRITE
123 /** Invoke a template with a set of attribute name/value pairs.
124 * Set the value of the rule's template *after* having set
125 * the attributes because the rule's template might be used as
126 * an attribute to build a bigger template; you get a self-embedded
127 * template.
135 /** expr is a string expression that says what template to load *
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ST.stg 28 /** Template subgroup to add template rewrite output
72 /** x+=rule when output=template */
79 # TEMPLATE REWRITE
138 /** Invoke a template with a set of attribute name/value pairs.
139 * Set the value of the rule's template *after* having set
140 * the attributes because the rule's template might be used as
141 * an attribute to build a bigger template; you get a self-embedded
142 * template.
148 /** expr is a string expression that says what template to load *
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_template.txt 4 >>> from paste.util.template import Template, sub
7 >>> Template('Hi {{repr(name)}}').substitute(name='Ian')
9 >>> Template('Hi {{name+1}}').substitute(name='Ian')
26 >>> t = Template('{{if x}}{{y}}{{else}}{{z}}{{endif}}')
31 >>> t = Template('{{if x > 0}}positive{{elif x < 0}}negative{{else}}zero{{endif}}')
37 >>> t = Template('{{for i in x}}i={{i}}\n{{endfor}}')
40 >>> t = Template('{{for a, b in sorted(z.items()):}}{{a}}={{b}},{{endfor}}')
43 >>> t = Template('{{for i in x}}{{if not i}}{{break}}'
47 >>> t = Template('{{for i in x}}{{if not i}}{{continue}}
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/paper-dropdown-menu/
demo.html 94 <template is="auto-binding">
103 <template repeat="{{pastries}}">
105 </template>
133 <template repeat="{{pastries}}">
135 </template>
151 <template repeat="{{pastries}}">
153 </template>
169 <template repeat="{{pastries}}">
171 </template>
181 <template repeat="{{pastries}}"
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p3-0x.cpp 6 template<int = nonconst> struct NonConstT {}; // expected-error {{non-type template argument is not a constant expression}} expected-note {{read of non-const}}
40 template<E> struct T {};
67 template<unsigned char> using A = int;
72 using Int = A<1000>; // expected-error {{template argument evaluates to 1000, which cannot be narrowed to type 'unsigned char'}}
73 using Int = A<-3>; // expected-error {{template argument evaluates to -3, which cannot be narrowed to type 'unsigned char'}}
77 template<typename T, T v> struct Val { static constexpr T value = v; };
96 template <bool B> int f() { return B; } // expected-note {{candidate template ignored: invalid explicitly-specified argument for template parameter 'B'}
    [all...]
  /external/clang/test/SemaCXX/
linkage2.cpp 2 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-c++11-extensions -Wno-local-type-template-args %s
3 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-c++11-extensions -Wno-local-type-template-args -fmodules %s
58 template <class _Rp>
60 template <class _Rp>
62 template <class> friend class shared_future;
65 template <class _Rp> future<_Rp>
67 template <class _Rp>
174 template <typename T1, typename T2> void foo() {}
175 template <typename T, T x> void bar() {} // expected-note {{candidate function}}
181 // NoLinkage in both cases. This means that using foo<L, I> as a template
    [all...]
  /external/deqp/framework/delibs/decpp/
deRingBuffer.hpp 23 * \brief Ring buffer template.
33 /** Ring buffer template. */
34 template <typename T>
69 template <typename T>
80 template <typename T>
86 template <typename T>
94 template <typename T>
121 template <typename T>
130 template <typename T>
140 template <typename T
    [all...]
  /external/deqp/modules/gles2/functional/
es2fImplementationLimitTests.cpp 45 // Query function template.
46 template<typename T>
49 // Compare template.
50 template<typename T>
82 template<>
90 template<>
98 template<>
104 template<>
112 template<>
121 template<>
    [all...]
  /external/eigen/Eigen/src/Core/
EigenBase.h 1 // This file is part of Eigen, a lightweight C++ template library
26 template<typename Derived> struct EigenBase
52 template<typename Dest> inline void evalTo(Dest& dst) const
56 template<typename Dest> inline void addTo(Dest& dst) const
66 template<typename Dest> inline void subTo(Dest& dst) const
76 template<typename Dest> inline void applyThisOnTheRight(Dest& dst) const
84 template<typename Dest> inline void applyThisOnTheLeft(Dest& dst) const
105 template<typename Derived>
106 template<typename OtherDerived>
113 template<typename Derived
    [all...]
  /external/eigen/unsupported/test/
splines.cpp 1 // This file is part of Eigen, a lightweight C++ template library
18 template class Spline<double, 2, Dynamic>;
19 template class Spline<double, 3, Dynamic>;
21 template class Spline<double, 2, 2>;
22 template class Spline<double, 2, 3>;
23 template class Spline<double, 2, 4>;
24 template class Spline<double, 2, 5>;
26 template class Spline<float, 2, Dynamic>;
27 template class Spline<float, 3, Dynamic>;
29 template class Spline<float, 3, 2>
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
vec_distance.hpp 58 template <typename T> struct L1Dist
70 template <int THREAD_DIM> __device__ __forceinline__ void reduceAll(int* smem, int tid)
82 template <> struct L1Dist<float>
94 template <int THREAD_DIM> __device__ __forceinline__ void reduceAll(float* smem, int tid)
120 template <int THREAD_DIM> __device__ __forceinline__ void reduceAll(float* smem, int tid)
145 template <int THREAD_DIM> __device__ __forceinline__ void reduceAll(int* smem, int tid)
159 template <int THREAD_DIM, typename Dist, typename T1, typename T2>
177 template <int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename Dist, typename T1, typename T2>
186 template <int THREAD_DIM, typename T1> struct VecDiffGlobal
193 template <typename T2, typename Dist
    [all...]
  /external/pdfium/third_party/base/numerics/
safe_conversions_impl.h 20 template <typename NumericType>
36 // We implement this as template specializations rather than simple static
46 template <
60 template <typename Dst, typename Src, IntegerRepresentation Sign>
70 template <typename Dst, typename Src>
82 template <typename Dst, typename Src>
113 template <
131 template <typename Dst,
145 template <typename Dst, typename Src>
161 template <typename Dst, typename Src
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
template_util.h 33 // Template metaprogramming utility functions.
66 template <class T>
76 template<class T, T v>
83 template <class T, T v> const T integral_constant<T, v>::value;
97 template<bool cond, typename A, typename B>
102 template<typename A, typename B>
108 // type_equals_ is a template type comparator, similar to Loki IsSameType.
113 template<typename A, typename B>
117 template<typename A>
121 // and_ is a template && operator
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
io.hpp 117 template <typename CTy, typename CTr, typename T, precision P>
119 template <typename CTy, typename CTr, typename T, precision P>
121 template <typename CTy, typename CTr, typename T, precision P>
123 template <typename CTy, typename CTr, typename T, precision P>
125 template <typename CTy, typename CTr, typename T, precision P>
127 template <typename CTy, typename CTr, typename T, precision P>
129 template <typename CTy, typename CTr, typename T, precision P>
131 template <typename CTy, typename CTr, typename T, precision P>
133 template <typename CTy, typename CTr, typename T, precision P>
135 template <typename CTy, typename CTr, typename T, precision P
    [all...]
  /frameworks/base/libs/hwui/utils/
LinearAllocator.h 59 template<class T>
67 * Allocates an instance of the template type with the given construction parameters
70 template<class T, typename... Params>
80 template<class T, typename... Params>
87 template<class T>
103 template<class T>
154 template <class T>
167 template <class U>
172 template <class U>
185 // public so template copy constructor can acces
    [all...]

Completed in 1409 milliseconds

<<919293949596979899100>>