| /external/clang/www/ |
| libstdc++4.7-clang11.patch | 7 template<typename _Tp, typename _Up> 12 template<typename _Tp, typename _Up, typename... _Vp>
|
| /external/e2fsprogs/tests/progs/ |
| random_exercise.c | 73 char template[16] = "EX.XXXXXX"; local 78 mktemp(template); 81 if (mkdir(template, 0700) < 0) 83 fd = open(template, O_RDONLY, 0600); 85 template, fd); 88 fd = open(template, O_CREAT|O_RDWR, 0600); 91 template, fd, size); 98 strcpy(state_array[fd].name, template);
|
| /external/eigen/Eigen/src/Cholesky/ |
| LLT.h | 1 // This file is part of Eigen, a lightweight C++ template library 16 template<typename MatrixType, int UpLo> struct LLT_Traits; 50 template<typename _MatrixType, int _UpLo> class LLT 120 template<typename Rhs> 131 template<typename OtherDerived, typename ResultType> 141 template<typename Derived> 173 template<typename VectorType> 194 template<typename Scalar, int UpLo> struct llt_inplace; 196 template<typename MatrixType, typename VectorType> 267 template<typename Scalar> struct llt_inplace<Scalar, Lower [all...] |
| /external/eigen/doc/examples/ |
| class_Block.cpp | 6 template<typename Derived> 13 template<typename Derived>
|
| class_VectorBlock.cpp | 6 template<typename Derived> 13 template<typename Derived>
|
| /external/eigen/test/ |
| bicgstab.cpp | 1 // This file is part of Eigen, a lightweight C++ template library 13 template<typename T> void test_bicgstab_T()
|
| conjugate_gradient.cpp | 1 // This file is part of Eigen, a lightweight C++ template library 13 template<typename T> void test_conjugate_gradient_T()
|
| umfpack_support.cpp | 1 // This file is part of Eigen, a lightweight C++ template library 14 template<typename T> void test_umfpack_support_T()
|
| /external/eigen/unsupported/test/ |
| dgmres.cpp | 1 // This file is part of Eigen, a lightweight C++ template library 14 template<typename T> void test_dgmres_T()
|
| gmres.cpp | 1 // This file is part of Eigen, a lightweight C++ template library 14 template<typename T> void test_gmres_T()
|
| matrix_square_root.cpp | 1 // This file is part of Eigen, a lightweight C++ template library 12 template<typename MatrixType>
|
| /external/libchrome/base/mac/ |
| scoped_aedesc.h | 20 // the generic AEDesc type by not providing a template parameter: 22 template <typename AEDescType = AEDesc>
|
| scoped_block.h | 17 template <typename B> 29 template <typename B>
|
| scoped_ioplugininterface.h | 17 template <typename T> 31 template <typename T>
|
| /external/libcxx/include/ext/ |
| hash_set | 21 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 45 template <class InputIterator> 66 template <class InputIterator> 93 template <class Value, class Hash, class Pred, class Alloc> 97 template <class Value, class Hash, class Pred, class Alloc> 102 template <class Value, class Hash, class Pred, class Alloc> 107 template <class Value, class Hash = hash<Value>, class Pred = equal_to<Value>, 131 template <class InputIterator> 152 template <class InputIterator> 179 template <class Value, class Hash, class Pred, class Alloc [all...] |
| /external/opencv3/modules/cudev/include/opencv2/cudev/block/detail/ |
| reduce_key_val.hpp | 60 template <typename T> struct GetType; 62 template <typename T> struct GetType<T*> 67 template <typename T> struct GetType<volatile T*> 72 template <typename T> struct GetType<T&> 79 template <int I, int N> struct For 81 template <class PointerTuple, class ReferenceTuple> 89 template <class PointerTuple, class ReferenceTuple> 97 template <class PointerTuple, class ReferenceTuple> 105 template <class KeyPointerTuple, class KeyReferenceTuple, class ValPointerTuple, class ValReferenceTuple, class CmpTuple> 123 template <int N> struct For<N, N [all...] |
| /external/parameter-framework/asio-1.10.6/include/asio/detail/ |
| base_from_completion_cond.hpp | 23 template <typename CompletionCondition> 44 template <>
|
| throw_exception.hpp | 23 template <typename Exception> 30 template <typename Exception>
|
| /external/pdfium/third_party/base/ |
| stl_util.h | 12 template <typename Collection, typename Key> 19 template <typename Collection, typename Value>
|
| /external/skia/src/core/ |
| SkMessageBus.h | 17 template <typename Message> 51 template <> \ 58 template<typename Message> 66 template<typename Message> 80 template<typename Message> 86 template<typename Message> 96 template <typename Message> 99 template <typename Message>
|
| /external/toybox/toys/example/ |
| hello.c | 1 /* hello.c - A hello world program. (Simple template for new commands.) 18 Mostly used as a simple template for adding new commands.
|
| /external/vulkan-validation-layers/libs/glm/gtx/ |
| handed_coordinate_space.inl | 12 template <typename T, precision P> 23 template <typename T, precision P>
|
| inertia.hpp | 57 template <typename T, precision P> 64 template <typename T, precision P> 71 template <typename T, precision P> 78 template <typename T, precision P> 85 template <typename T, precision P> 92 template <typename T, precision P> 99 template <typename T, precision P> 106 template <typename T, precision P>
|
| inertia.inl | 13 template <typename T> 27 template <typename T> 41 template <typename T> 54 template <typename T> 68 template <typename T> 79 template <typename T> 92 template <typename T> 103 template <typename T>
|
| /external/vulkan-validation-layers/libs/vkjson/ |
| vkjson.cc | 51 template <typename T> struct EnumTraits; 52 template <> struct EnumTraits<VkPhysicalDeviceType> { 57 template <> struct EnumTraits<VkFormat> { 65 template <typename Visitor> 73 template <typename Visitor> 83 template <typename Visitor> 194 template <typename Visitor> 205 template <typename Visitor> 220 template <typename Visitor> 280 template <typename Visitor [all...] |