| /external/google-breakpad/src/testing/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...] |
| /external/opencv3/modules/core/include/opencv2/core/cuda/detail/ |
| transform_detail.hpp | 58 template <typename T, typename D, int shift> struct UnaryReadWriteTraits 64 template <typename T1, typename T2, typename D, int shift> struct BinaryReadWriteTraits 73 template <int shift> struct OpUnroller; 74 template <> struct OpUnroller<1> 76 template <typename T, typename D, typename UnOp, typename Mask> 83 template <typename T1, typename T2, typename D, typename BinOp, typename Mask> 90 template <> struct OpUnroller<2> 92 template <typename T, typename D, typename UnOp, typename Mask> 101 template <typename T1, typename T2, typename D, typename BinOp, typename Mask> 110 template <> struct OpUnroller<3 [all...] |
| /external/opencv3/modules/cudev/include/opencv2/cudev/functional/ |
| color_cvt.hpp | 60 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2RGB<SrcDepth, scn, dcn, bidx> \ 76 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2Gray<SrcDepth, scn, bidx> \ 90 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::Gray2RGB<SrcDepth, dcn> \ 102 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2YUV<SrcDepth, scn, dcn, bidx> \ 120 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::YUV2RGB<SrcDepth, scn, dcn, bidx> \ 138 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2YCrCb<SrcDepth, scn, dcn, bidx> \ 156 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::YCrCb2RGB<SrcDepth, scn, dcn, bidx> \ 174 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2XYZ<SrcDepth, scn, dcn, bidx> \ 192 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::XYZ2RGB<SrcDepth, scn, dcn, bidx> \ 210 template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2HSV<SrcDepth, scn, dcn (…) [all...] |
| /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
| mutex | 203 template<typename _Derived> 209 template<typename _Rep, typename _Period> 220 template<typename _Duration> 237 template<typename _Clock, typename _Duration> 276 template <class _Rep, class _Period> 281 template <class _Clock, class _Duration> 329 template <class _Rep, class _Period> 334 template <class _Clock, class _Duration> 370 template<typename _Mutex> 393 template<typename _Mutex [all...] |
| /external/gmock/include/gmock/ |
| gmock-matchers.h | 90 template <typename T> 142 template <typename T> 226 template <typename T> 293 template <typename T> 313 template <> 330 template <> 351 template <> 371 template <> 392 // The PolymorphicMatcher class template makes it easy to implement a 398 // method, and define a member function (or member function template) [all...] |
| /art/compiler/driver/ |
| compiled_method_storage.h | 70 template <typename T, typename DedupeSetType> 74 template <typename T> 78 template <typename ContentType> 81 template <typename T> 84 template <typename T>
|
| /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
| p3-1y.cpp | 37 template<typename T, typename U> struct same; 38 template<typename T> struct same<T, T> {}; 46 template<typename T, typename U> struct is_same_impl { 49 template<typename T> struct is_same_impl<T, T> { 52 template<typename T, typename U> constexpr bool is_same() {
|
| /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/ |
| p5.cpp | 12 template <class T> class RefMem { // expected-warning{{class 'RefMem<int &>' does not declare any constructor to initialize its non-modifiable members}} 37 refref3; // collapses expected-note{{in instantiation of template class 'RefMem<int &>' requested here}} 41 template <class T> class PtrMem { 76 template <class T> class ArrMem { 83 template <class T, unsigned N> class DepArrMem {
|
| /external/clang/test/SemaCXX/ |
| addr-of-overloaded-function-casting.cpp | 7 template <class T> 9 // expected-note 3{{candidate template ignored: could not match 'void' against 'int'}} 10 template <class T> 12 // expected-note 3{{candidate template ignored: could not match 'void' against 'int'}} 14 template<class T> void u(T);
|
| cxx98-compat-flags.cpp | 2 // RUN: %clang_cc1 -fsyntax-only -std=c++11 -Wc++98-compat-pedantic -Wno-bind-to-temporary-copy -Wno-unnamed-type-template-args -Wno-local-type-template-args -Werror %s 4 template<typename T> int TemplateFn(T) { return 0; } 7 TemplateFn(S()); // expected-warning {{local type 'S' as template argument is incompatible with C++98}} 10 int UnnamedTemplateArg = TemplateFn(obj_of_unnamed_type); // expected-warning {{unnamed type as template argument is incompatible with C++98}}
|
| pseudo-destructors.cpp | 17 template <typename T> 79 template<class T> 85 template void destroy(int*); // expected-note{{in instantiation of function template specialization}} 88 template<typename T> using Id = T;
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| vkRefUtilImpl.inl | 7 template<> 13 template<> 19 template<> 25 template<> 31 template<> 37 template<> 43 template<> 49 template<> 55 template<> 61 template<> [all...] |
| /external/deqp/framework/delibs/decpp/ |
| deMeta.hpp | 33 template <typename T, bool Cond> 36 template <typename T> 42 template <bool Cond> 51 template <typename A, typename B> 60 template <typename A>
|
| /external/eigen/Eigen/src/Householder/ |
| BlockHouseholder.h | 1 // This file is part of Eigen, a lightweight C++ template library 21 template<typename TriangularFactorType,typename VectorsType,typename CoeffsType> 38 triFactor.col(i).head(i) = triFactor.block(0,0,i,i).template triangularView<Upper>() 45 template<typename MatrixType,typename VectorsType,typename CoeffsType> 60 tmp = T.template triangularView<Upper>().adjoint() * tmp;
|
| /external/eigen/Eigen/src/SparseCore/ |
| SparseDenseProduct.h | 1 // This file is part of Eigen, a lightweight C++ template library 15 template<typename Lhs, typename Rhs, int InnerSize> struct SparseDenseProductReturnType 20 template<typename Lhs, typename Rhs> struct SparseDenseProductReturnType<Lhs,Rhs,1> 28 template<typename Lhs, typename Rhs, int InnerSize> struct DenseSparseProductReturnType 33 template<typename Lhs, typename Rhs> struct DenseSparseProductReturnType<Lhs,Rhs,1> 43 template<typename Lhs, typename Rhs, bool Tr> 72 template<typename Lhs, typename Rhs, bool Tr> 116 template<typename Lhs, typename Rhs, bool Transpose> 152 template<typename Lhs, typename Rhs> 160 template<typename SparseLhsType, typename DenseRhsType, typename DenseResType [all...] |
| SparseView.h | 1 // This file is part of Eigen, a lightweight C++ template library 18 template<typename MatrixType> 30 template<typename MatrixType> 56 template<typename MatrixType> 90 template<typename Derived>
|
| /external/eigen/Eigen/src/misc/ |
| Kernel.h | 1 // This file is part of Eigen, a lightweight C++ template library 20 template<typename DecompositionType> 31 MatrixType::MaxColsAtCompileTime, // see explanation for 2nd template parameter 37 template<typename _DecompositionType> struct kernel_retval_base 55 template<typename Dest> inline void evalTo(Dest& dst) const
|
| /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/ |
| Platform.java | 46 static String format(String template, Object... args) { 49 template.length() + 16 * args.length); 53 int placeholderStart = template.indexOf("%s", templateStart); 57 builder.append(template.substring(templateStart, placeholderStart)); 61 builder.append(template.substring(templateStart));
|
| /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
| Platform.java | 44 static String format(String template, Object... args) { 47 template.length() + 16 * args.length); 51 int placeholderStart = template.indexOf("%s", templateStart); 55 builder.append(template.substring(templateStart, placeholderStart)); 59 builder.append(template.substring(templateStart));
|
| /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/ |
| ClassResourceLoader.java | 32 * com/foo/my-template.cs 33 * com/foo/subdir/another-template.cs 39 * loader.open("my-template.cs"); 40 * loader.open("subdir/my-template.cs"); 45 * loader.open("my-template.cs");
|
| /external/libbrillo/brillo/ |
| map_utils.h | 16 template<typename T> 26 template<typename T> 36 template<typename T> 46 template<typename T> 58 template<typename T>
|
| /external/libchrome/base/numerics/ |
| safe_math.h | 45 template <typename T> 53 template <typename Src> 57 template <typename Src> 63 template <typename Src> 72 template <typename Src> 121 template <typename Src> CheckedNumeric& operator+=(Src rhs); 122 template <typename Src> CheckedNumeric& operator-=(Src rhs); 123 template <typename Src> CheckedNumeric& operator*=(Src rhs); 124 template <typename Src> CheckedNumeric& operator/=(Src rhs); 125 template <typename Src> CheckedNumeric& operator%=(Src rhs) [all...] |
| /external/libchrome/crypto/ |
| scoped_capi_types.h | 20 template <typename CAPIHandle, BOOL (WINAPI *Destroyer)(CAPIHandle)> 33 template <typename CAPIHandle, BOOL (WINAPI *Destroyer)(CAPIHandle, DWORD), 48 template <class CAPIHandle, typename FreeProc> 99 template<class CH, typename FP> inline 104 template<class CH, typename FP> inline
|
| /external/libcxx/include/experimental/ |
| tuple | 26 template <class T> constexpr size_t tuple_size_v 30 template <class F, class Tuple> 54 template <class _Tp> 58 template <class _Fn, class _Tuple, size_t ..._Id> 68 template <class _Fn, class _Tuple>
|
| /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/ |
| relational.pass.cpp | 12 // template <class T, class Allocator> 16 // template <class T, class Allocator> 20 // template <class T, class Allocator> 24 // template <class T, class Allocator> 36 template <class C>
|