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

<<111112113114115116117118119120>>

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 10 // This file defines partial implementations of template specializations of
25 template <typename K, typename D, typename I> class ImmutableMap;
26 template <typename K, typename I> class ImmutableSet;
27 template <typename T> class ImmutableList;
28 template <typename T> class ImmutableListImpl;
34 template <typename T> struct ProgramStatePartialTrait;
47 template <> \
58 template <typename Key, typename Data, typename Info>
100 /// REGISTER_TRAIT_WITH_PROGRAMSTATE, the comma in the template arguments
109 template <typename Key, typename Info
    [all...]
  /external/clang/test/SemaCXX/
conversion-function.cpp 140 template<typename T>
145 template<typename T, typename U>
148 template<typename T>
152 template<typename T>
163 template<typename T>
178 template<typename T> (&operator T())(); // expected-error-re {{cannot specify any part of a return type in the declaration of a conversion function{{$}}}}
223 // auto_ptr-like template. In particular, we can't create multiple
333 template <typename T> struct Iterator;
334 template <typename T> struct Container;
336 template<>
    [all...]
virtual-override.cpp 124 template<typename T> struct b : a {
133 virtual b<int> *f(); // expected-note {{in instantiation of template class 'T9::b<int>' requested here}}
145 template <typename Base>
158 template<typename Base>
160 template<typename T> int f(T);
174 template<typename T>
188 template <typename T>
202 // Look through template types and typedefs to see whether return types are
214 template <typename T> class Y { virtual T f(); };
215 template <typename T1, typename T> class Y1 : public Y<T> { virtual T1 f(); }
    [all...]
  /external/eigen/Eigen/src/Core/
CwiseNullaryOp.h 1 // This file is part of Eigen, a lightweight C++ template library
20 * \param NullaryOp template functor implementing the operator
34 template<typename NullaryOp, typename PlainObjectType>
48 template<typename NullaryOp, typename PlainObjectType>
74 template<int LoadMode>
85 template<int LoadMode>
110 * The template parameter \a CustomNullaryOp is the type of the functor.
114 template<typename Derived>
115 template<typename CustomNullaryOp>
133 * The template parameter \a CustomNullaryOp is the type of the functor
    [all...]
  /external/libchrome/base/numerics/
safe_conversions_impl.h 21 template <typename NumericType>
37 // We implement this as template specializations rather than simple static
47 template <
61 template <typename Dst, typename Src, IntegerRepresentation Sign>
71 template <typename Dst, typename Src>
83 template <typename Dst, typename Src>
114 // The following helper template addresses a corner case in range checks for
135 template <typename Dst, typename Src>
163 template <
181 template <typename Dst
    [all...]
  /external/libcxx/test/support/
test_allocator.h 37 template <class T>
43 template <class U> friend class test_allocator;
54 template <class U> struct rebind {typedef test_allocator<U> other;};
60 template <class U> test_allocator(const test_allocator<U>& a) throw()
97 template <class T>
103 template <class U> friend class non_default_test_allocator;
114 template <class U> struct rebind {typedef non_default_test_allocator<U> other;};
120 template <class U> non_default_test_allocator(const non_default_test_allocator<U>& a) throw()
157 template <>
163 template <class U> friend class test_allocator
    [all...]
  /external/libweave/third_party/chromium/base/numerics/
safe_conversions_impl.h 19 template <typename NumericType>
35 // We implement this as template specializations rather than simple static
45 template <
59 template <typename Dst, typename Src, IntegerRepresentation Sign>
69 template <typename Dst, typename Src>
81 template <typename Dst, typename Src>
112 // The following helper template addresses a corner case in range checks for
133 template <typename Dst, typename Src>
161 template <
179 template <typename Dst
    [all...]
  /external/opencv3/modules/cudafeatures2d/src/cuda/
bf_match.cu 59 template <int BLOCK_SIZE>
68 template <int BLOCK_SIZE>
81 template <int BLOCK_SIZE, int MAX_DESC_LEN, typename T, typename U>
92 template <int BLOCK_SIZE, int MAX_DESC_LEN, typename Dist, typename T, typename Mask>
138 template <int BLOCK_SIZE, int MAX_DESC_LEN, typename Dist, typename T, typename Mask>
169 template <int BLOCK_SIZE, int MAX_DESC_LEN, typename Dist, typename T, typename Mask>
186 template <int BLOCK_SIZE, int MAX_DESC_LEN, typename Dist, typename T, typename Mask>
228 template <int BLOCK_SIZE, int MAX_DESC_LEN, typename Dist, typename T, typename Mask>
248 template <int BLOCK_SIZE, int MAX_DESC_LEN, typename Dist, typename T, typename Mask>
298 template <int BLOCK_SIZE, int MAX_DESC_LEN, typename Dist, typename T, typename Mask
    [all...]
  /external/opencv3/modules/python/src2/
cv2.cpp 208 template<typename T> static
211 template<typename T> static
384 template<>
390 template<>
407 template<>
442 template<>
448 template<>
455 template<>
462 template<>
475 template<>
    [all...]
  /external/skia/src/utils/
SkTFitsIn.h 20 template <bool a, bool b, typename Both, typename A, typename B, typename Neither>
27 template<typename A, typename B> struct SkTHasMoreDigits
34 template <typename S> struct SkTOutOfRange_False {
45 template <typename D, typename S> struct SkTOutOfRange_LT_MinD {
57 template <typename D, typename S> struct SkTOutOfRange_LT_Zero {
68 template <typename D, typename S> struct SkTOutOfRange_GT_MaxD {
82 template<class OutOfRange_Low, class OutOfRange_High> struct SkTOutOfRange_Either {
97 template<class OutOfRange_Low, class OutOfRange_High> struct SkTCombineOutOfRange {
108 template<typename D, typename S, class OutOfRange_Low, class OutOfRange_High>
121 template<typename D, typename S> struct SkTFitsIn_Unsigned2Unsiged
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
euler_angles.inl 12 template <typename T>
28 template <typename T>
44 template <typename T>
60 template <typename T>
79 template <typename T>
98 template <typename T>
108 template <typename T>
118 template <typename T>
128 template <typename T>
138 template <typename T
    [all...]
quaternion.inl 14 template <typename T, precision P>
24 template <typename T, precision P>
34 template <typename T, precision P>
46 template <typename T, precision P>
58 template <typename T, precision P>
70 template <typename T, precision P>
94 template <typename T, precision P>
113 //template <typename T, precision P>
123 template <typename T, precision P>
133 template <typename T, precision P
    [all...]
  /frameworks/av/camera/
CameraBase.cpp 88 template <typename TCam, typename TCamTraits>
113 template <typename TCam, typename TCamTraits>
140 template <typename TCam, typename TCamTraits>
152 template <typename TCam, typename TCamTraits>
159 template <typename TCam, typename TCamTraits>
164 template <typename TCam, typename TCamTraits>
170 template <typename TCam, typename TCamTraits>
176 template <typename TCam, typename TCamTraits>
182 template <typename TCam, typename TCamTraits>
190 template <typename TCam, typename TCamTraits
    [all...]
  /frameworks/base/core/java/android/net/
NetworkPolicy.java 48 public NetworkTemplate template; field in class:NetworkPolicy
61 public NetworkPolicy(NetworkTemplate template, int cycleDay, String cycleTimezone,
63 this(template, cycleDay, cycleTimezone, warningBytes, limitBytes, SNOOZE_NEVER,
67 public NetworkPolicy(NetworkTemplate template, int cycleDay, String cycleTimezone,
70 this.template = checkNotNull(template, "missing NetworkTemplate");
82 template = in.readParcelable(null);
95 dest.writeParcelable(template, flags);
159 return Objects.hash(template, cycleDay, cycleTimezone, warningBytes, limitBytes,
173 && Objects.equals(template, other.template)
229 NetworkTemplate template = NetworkTemplate.getNetworkTemplateFromBackup(in); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h 35 template <class T>
41 template <class U> friend class test_allocator;
52 template <class U> struct rebind {typedef test_allocator<U> other;};
58 template <class U> test_allocator(const test_allocator<U>& a) throw()
95 template <class T>
101 template <class U> friend class non_default_test_allocator;
112 template <class U> struct rebind {typedef non_default_test_allocator<U> other;};
118 template <class U> non_default_test_allocator(const non_default_test_allocator<U>& a) throw()
155 template <>
161 template <class U> friend class test_allocator
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
escape.go 5 package template
12 "text/template"
13 "text/template/parse"
16 // escapeTemplate rewrites the named template, which must be
21 func escapeTemplate(tmpl *Template, node parse.Node, name string) error {
48 var funcMap = template.FuncMap{
65 // equivEscapers matches contextual escapers to equivalent template builtins.
78 tmpl *Template
82 // derived[c.mangle(name)] maps to a template derived from the template
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
escape.go 5 package template
12 "text/template"
13 "text/template/parse"
16 // escapeTemplate rewrites the named template, which must be
21 func escapeTemplate(tmpl *Template, node parse.Node, name string) error {
48 var funcMap = template.FuncMap{
65 // equivEscapers matches contextual escapers to equivalent template builtins.
78 tmpl *Template
82 // derived[c.mangle(name)] maps to a template derived from the template
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
random.h 51 * @brief A function template for converting the output of a (integral)
55 template<typename _RealType, size_t __bits,
69 template<typename _UIntType, size_t __w,
75 template<typename _UIntType, size_t __w>
79 template<int __s,
91 template<int __s>
95 template<int __s>
99 template<int __s>
104 template<int __s>
110 template<typename _Tp, _Tp __m, _Tp __a, _Tp __c
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
random.h 51 * @brief A function template for converting the output of a (integral)
55 template<typename _RealType, size_t __bits,
69 template<typename _UIntType, size_t __w,
75 template<typename _UIntType, size_t __w>
79 template<int __s,
91 template<int __s>
95 template<int __s>
99 template<int __s>
104 template<int __s>
110 template<typename _Tp, _Tp __m, _Tp __a, _Tp __c
    [all...]
stl_algobase.h 80 template<bool _BoolType>
83 template<typename _ForwardIterator1, typename _ForwardIterator2>
95 template<>
98 template<typename _ForwardIterator1, typename _ForwardIterator2>
117 template<typename _ForwardIterator1, typename _ForwardIterator2>
163 template<typename _ForwardIterator1, typename _ForwardIterator2>
191 template<typename _Tp>
214 template<typename _Tp>
237 template<typename _Tp, typename _Compare>
258 template<typename _Tp, typename _Compare
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
random.h 51 * @brief A function template for converting the output of a (integral)
55 template<typename _RealType, size_t __bits,
69 template<typename _UIntType, size_t __w,
75 template<typename _UIntType, size_t __w>
79 template<int __s,
91 template<int __s>
95 template<int __s>
99 template<int __s>
104 template<int __s>
110 template<typename _Tp, _Tp __m, _Tp __a, _Tp __c
    [all...]
stl_algobase.h 80 template<bool _BoolType>
83 template<typename _ForwardIterator1, typename _ForwardIterator2>
95 template<>
98 template<typename _ForwardIterator1, typename _ForwardIterator2>
117 template<typename _ForwardIterator1, typename _ForwardIterator2>
163 template<typename _ForwardIterator1, typename _ForwardIterator2>
191 template<typename _Tp>
214 template<typename _Tp>
237 template<typename _Tp, typename _Compare>
258 template<typename _Tp, typename _Compare
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
random.h 51 * @brief A function template for converting the output of a (integral)
55 template<typename _RealType, size_t __bits,
69 template<typename _UIntType, size_t __w,
75 template<typename _UIntType, size_t __w>
79 template<int __s,
91 template<int __s>
95 template<int __s>
99 template<int __s>
104 template<int __s>
110 template<typename _Tp, _Tp __m, _Tp __a, _Tp __c
    [all...]
stl_algobase.h 80 template<bool _BoolType>
83 template<typename _ForwardIterator1, typename _ForwardIterator2>
95 template<>
98 template<typename _ForwardIterator1, typename _ForwardIterator2>
117 template<typename _ForwardIterator1, typename _ForwardIterator2>
163 template<typename _ForwardIterator1, typename _ForwardIterator2>
191 template<typename _Tp>
214 template<typename _Tp>
237 template<typename _Tp, typename _Compare>
258 template<typename _Tp, typename _Compare
    [all...]
  /external/gmock/include/gmock/internal/
gmock-generated-internal-utils.h 38 // This file contains template meta-programming utility classes needed
48 template <typename T>
57 // This constructor template allows any value to be implicitly
62 template <typename T>
68 template <typename Tuple>
71 template <>
76 template <typename A1>
81 template <typename A1, typename A2>
86 template <typename A1, typename A2, typename A3>
91 template <typename A1, typename A2, typename A3, typename A4
    [all...]

Completed in 1065 milliseconds

<<111112113114115116117118119120>>