/external/clang/test/SemaTemplate/ |
ms-if-exists.cpp | 7 template<typename T> 39 template<typename T> 58 template void f(HasFoo); // expected-note{{in instantiation of function template specialization 'f<HasFoo>' requested here}} 59 template void f(HasBar); 61 template<typename T, typename ...Ts>
|
/external/eigen/Eigen/src/Eigen2Support/ |
Memory.h | 1 // This file is part of Eigen, a lightweight C++ template library 21 template<bool Align> inline void* ei_conditional_aligned_malloc(size_t size) 25 template<bool Align> inline void ei_conditional_aligned_free(void *ptr) 29 template<bool Align> inline void* ei_conditional_aligned_realloc(void* ptr, size_t new_size, size_t old_size) 34 template<typename T> inline T* ei_aligned_new(size_t size) 38 template<typename T> inline void ei_aligned_delete(T *ptr, size_t size)
|
QR.h | 1 // This file is part of Eigen, a lightweight C++ template library 16 template<typename MatrixType> 26 template<typename T> 29 template<typename OtherDerived, typename ResultType> 50 return MatrixRBlockType(this->matrixQR(), 0, 0, cols, cols).template triangularView<UpperTriangular>(); 58 template<typename Derived>
|
/external/libcxx/include/ |
condition_variable | 35 template <class Predicate> 38 template <class Clock, class Duration> 43 template <class Clock, class Duration, class Predicate> 49 template <class Rep, class Period> 54 template <class Rep, class Period, class Predicate> 78 template <class Lock> 80 template <class Lock, class Predicate> 83 template <class Lock, class Clock, class Duration> 88 template <class Lock, class Clock, class Duration, class Predicate> 94 template <class Lock, class Rep, class Period [all...] |
/external/libcxx/test/support/ |
allocators.h | 20 template <class T> 39 template <class U> 41 template <class U> 58 template <class T> bool A1<T>::copy_called = false; 59 template <class T> bool A1<T>::move_called = false; 60 template <class T> bool A1<T>::allocate_called = false; 61 template <class T> std::pair<T*, std::size_t> A1<T>::deallocate_called; 63 template <class T, class U> 70 template <class T, class U> 77 template <class T [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
socket_option.hpp | 27 // Helper template for implementing boolean-based options. 28 template <int Level, int Name> 70 template <typename Protocol> 77 template <typename Protocol> 84 template <typename Protocol> 91 template <typename Protocol> 98 template <typename Protocol> 105 template <typename Protocol> 130 // Helper template for implementing integer options. 131 template <int Level, int Name [all...] |
wrapped_handler.hpp | 27 template <typename Dispatcher, typename Handler> 36 template <typename Dispatcher, typename Handler> 43 template <typename Dispatcher, typename Handler, 78 template <typename Arg1> 84 template <typename Arg1> 90 template <typename Arg1, typename Arg2> 96 template <typename Arg1, typename Arg2> 102 template <typename Arg1, typename Arg2, typename Arg3> 108 template <typename Arg1, typename Arg2, typename Arg3> 114 template <typename Arg1, typename Arg2, typename Arg3, typename Arg4 [all...] |
/external/skia/include/device/xps/ |
SkConstexprMath.h | 14 template <uintmax_t N, uintmax_t B> 19 template <uintmax_t B> 23 template <uintmax_t B> 28 template<uintmax_t N> 33 template<> 50 template <uintmax_t a, uintmax_t b> struct SkTUMax {
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
optimum_pow.inl | 12 template <typename genType> 18 template <typename genType> 24 template <typename genType> 35 template <precision P> 43 template <precision P> 52 template <precision P>
|
scalar_relational.inl | 12 template <typename T> 22 template <typename T> 32 template <typename T> 42 template <typename T> 52 template <typename T> 62 template <typename T>
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
moving_average.h | 19 template <class T> 33 template <class T> 37 template <class T> 43 template <class T> 58 template <class T> 64 template <class T>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
condition_variable | 35 template <class Predicate> 38 template <class Clock, class Duration> 43 template <class Clock, class Duration, class Predicate> 49 template <class Rep, class Period> 54 template <class Rep, class Period, class Predicate> 78 template <class Lock> 80 template <class Lock, class Predicate> 83 template <class Lock, class Clock, class Duration> 88 template <class Lock, class Clock, class Duration, class Predicate> 94 template <class Lock, class Rep, class Period [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
allocators.h | 18 template <class T> 37 template <class U> 39 template <class U> 56 template <class T> bool A1<T>::copy_called = false; 57 template <class T> bool A1<T>::move_called = false; 58 template <class T> bool A1<T>::allocate_called = false; 59 template <class T> std::pair<T*, std::size_t> A1<T>::deallocate_called; 61 template <class T, class U> 68 template <class T, class U> 75 template <class T [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
istream.cpp | 28 template class _STLP_CLASS_DECLSPEC _Isentry<char, char_traits<char> >; 31 template class _STLP_CLASS_DECLSPEC basic_iostream<char, char_traits<char> >; 32 template class _STLP_CLASS_DECLSPEC basic_istream<char, char_traits<char> >; 36 template class _STLP_CLASS_DECLSPEC _Isentry<wchar_t, char_traits<wchar_t> >; 38 template class _STLP_CLASS_DECLSPEC basic_istream<wchar_t, char_traits<wchar_t> >; 39 template class _STLP_CLASS_DECLSPEC basic_iostream<wchar_t, char_traits<wchar_t> >;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
enable_if.hpp | 29 template<bool> 32 template<typename T> 44 template<> 47 template<typename T> 66 template <class Cond, 70 : enabled<(Cond::value)>::template base<Return>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/ |
promotion.hpp | 32 // Boost Template meta programming: 68 template <class T> 75 template <> struct promote_arg<float> { typedef float type; }; 76 template <> struct promote_arg<double>{ typedef double type; }; 77 template <> struct promote_arg<long double> { typedef long double type; }; 78 template <> struct promote_arg<int> { typedef double type; }; 80 template <class T1, class T2> 101 template <> struct promote_args_2<float, float> { typedef float type; }; 102 template <> struct promote_args_2<double, double>{ typedef double type; }; 103 template <> struct promote_args_2<long double, long double> { typedef long double type; } [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
empty.hpp | 28 template<> 31 template< typename Vector > struct apply 42 template<> 45 template< typename Vector > struct apply 53 template< long N > 56 template< typename Vector > struct apply
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
add_pointer.hpp | 27 template <typename T> 32 template <typename T> 37 template <typename T> 42 template <typename T> 47 template <typename T> 55 template <typename T>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
type_trait_def.hpp | 18 template< typename T > struct trait \ 29 template<> struct trait<spec> \ 38 template<> struct trait##_impl<spec> \ 46 template< param > struct trait<spec> \ 54 template< param1, param2 > struct trait<spec> \ 62 template< param > struct trait##_impl<spec> \
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
condition_variable | 35 template <class Predicate> 38 template <class Clock, class Duration> 43 template <class Clock, class Duration, class Predicate> 49 template <class Rep, class Period> 54 template <class Rep, class Period, class Predicate> 78 template <class Lock> 80 template <class Lock, class Predicate> 83 template <class Lock, class Clock, class Duration> 88 template <class Lock, class Clock, class Duration, class Predicate> 94 template <class Lock, class Rep, class Period [all...] |
/system/core/libmemunreachable/ |
Allocator.h | 34 template<typename T> 62 template<class T> 77 template<class T> 80 template<class T, class... Args> 92 template<class T> 95 template<class T, class... Args> 104 template<typename T> 117 template<typename U> 133 template<typename U> 137 template<typename U [all...] |
/external/eigen/Eigen/src/Core/arch/SSE/ |
Complex.h | 1 // This file is part of Eigen, a lightweight C++ template library 25 template<> struct packet_traits<std::complex<float> > : default_packet_traits 46 template<> struct unpacket_traits<Packet2cf> { typedef std::complex<float> type; enum {size=2}; }; 48 template<> EIGEN_STRONG_INLINE Packet2cf padd<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_add_ps(a.v,b.v)); } 49 template<> EIGEN_STRONG_INLINE Packet2cf psub<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_sub_ps(a.v,b.v)); } 50 template<> EIGEN_STRONG_INLINE Packet2cf pnegate(const Packet2cf& a) 55 template<> EIGEN_STRONG_INLINE Packet2cf pconj(const Packet2cf& a) 61 template<> EIGEN_STRONG_INLINE Packet2cf pmul<Packet2cf>(const Packet2cf& a, const Packet2cf& b) 79 template<> EIGEN_STRONG_INLINE Packet2cf pand <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_and_ps(a.v,b.v)); } 80 template<> EIGEN_STRONG_INLINE Packet2cf por <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { retur (…) [all...] |
/external/opencv3/3rdparty/jinja2/ |
loaders.py | 22 def split_template_path(template): 27 for piece in template.split('/'): 31 raise TemplateNotFound(template) 41 :class:`Template` object. 54 def get_source(self, environment, template): 55 path = join(self.path, template) 57 raise TemplateNotFound(template) 70 def get_source(self, environment, template): 71 """Get the template source, filename and reload helper for a template [all...] |
/external/clang/test/CXX/drs/ |
dr2xx.cpp | 16 template <class T> T f(int); 17 template <class T, class U> T f(U) = delete; // expected-error 0-1{{extension}} 27 template<typename T> T f(); 28 template<int (*g)()> struct X { 31 template struct X<f>; 38 template<typename T> struct Q { S s; }; // expected-error {{incomplete}} 39 template<typename T> void f() { S s; } // expected-error {{incomplete}} 81 template <class T> struct A : T { 93 template void A<B>::h(B); // expected-note {{instantiation}} 97 template<typename T, typename U> T checked_cast(U from) { U::error; [all...] |
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p4.cpp | 3 template<typename... Types> struct tuple; 4 template<int I> struct int_c; 6 template<typename T> 11 template<typename T, typename U> 16 template<typename T> 26 template<typename ...T> struct S { 34 template<typename ...As> struct A { 35 template<typename ...Bs> struct B { 36 template<typename ...Cs> struct C { 50 template<typename ...A> struct U [all...] |