| /external/skia/src/core/ |
| SkMaskGamma.h | 55 template<U8CPU N> static inline U8CPU sk_t_scale255(U8CPU base) { 63 template<> /*static*/ inline U8CPU sk_t_scale255<1>(U8CPU base) { 66 template<> /*static*/ inline U8CPU sk_t_scale255<2>(U8CPU base) { 69 template<> /*static*/ inline U8CPU sk_t_scale255<4>(U8CPU base) { 72 template<> /*static*/ inline U8CPU sk_t_scale255<8>(U8CPU base) { 77 template <int R_LUM_BITS, int G_LUM_BITS, int B_LUM_BITS> class SkTMaskPreBlend; 94 template <int R_LUM_BITS, int G_LUM_BITS, int B_LUM_BITS> class SkTMaskGamma : public SkRefCnt { 175 template <int R_LUM_BITS, int G_LUM_BITS, int B_LUM_BITS> class SkTMaskPreBlend { 204 template <int R_LUM_BITS, int G_LUM_BITS, int B_LUM_BITS> 222 template<bool APPLY_LUT> static inline U8CPU sk_apply_lut_if(U8CPU component, const uint8_t*) [all...] |
| SkXfermodeU64.cpp | 28 template <DstType D> Sk4f unit_to_bias(const Sk4f& x4) { 32 template <DstType D> Sk4f bias_to_unit(const Sk4f& x4) { 50 template <DstType D> Sk4f load_from_dst(uint64_t dst) { 55 template <DstType D> uint64_t store_to_dst(const Sk4f& x4) { 70 template <DstType D> void xfer_u64_1(const SkXfermode* xfer, uint64_t dst[], 90 template <DstType D> void xfer_u64_n(const SkXfermode* xfer, uint64_t dst[], 119 template <DstType D> void clear(const SkXfermode*, uint64_t dst[], 142 template <DstType D> void src_1(const SkXfermode*, uint64_t dst[], 155 template <DstType D> void src_n(const SkXfermode*, uint64_t dst[], 188 template <DstType D> void srcover_1(const SkXfermode*, uint64_t dst[] [all...] |
| /external/vulkan-validation-layers/libs/glm/detail/ |
| func_geometric.hpp | 52 template <typename genType> 62 template <typename genType> 73 template <typename T, precision P, template <typename, precision> class vecType> 84 template <typename genType> 95 template <typename T, precision P> 104 template <typename genType> 114 template <typename genType> 127 template <typename genType> 140 template <typename T, precision P, template <typename, precision> class vecType [all...] |
| /external/vulkan-validation-layers/libs/glm/gtx/ |
| rotate_vector.inl | 12 template <typename T, precision P> 33 template <typename T, precision P> 44 template <typename T, precision P> 55 template <typename T, precision P> 66 template <typename T, precision P> 89 template <typename T, precision P> 112 template <typename T, precision P> 135 template <typename T, precision P> 158 template <typename T, precision P> 181 template <typename T, precision P [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
| gtest-linked_ptr.h | 83 // a non-template class because different types of linked_ptr<> can refer to 135 template <typename T> 146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } 153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) { 178 template <typename U> 182 template <typename U> 188 template <typename U> 203 template <typename U> void copy(linked_ptr<U> const* ptr) { 212 template<typename T> inline 217 template<typename T> inlin [all...] |
| /external/webrtc/webrtc/base/ |
| buffer.h | 30 // template <typename T, typename ByteType<T>::t = 0> 34 template <typename T> 61 template <typename T, typename internal::ByteType<T>::t = 0> 64 template <typename T, typename internal::ByteType<T>::t = 0> 71 template <typename T, size_t N, typename internal::ByteType<T>::t = 0> 79 template <typename T = uint8_t, typename internal::ByteType<T>::t = 0> 84 template <typename T = uint8_t, typename internal::ByteType<T>::t = 0> 123 template <typename T, typename internal::ByteType<T>::t = 0> 129 template <typename T, size_t N, typename internal::ByteType<T>::t = 0> 136 template <typename T, typename internal::ByteType<T>::t = 0 [all...] |
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.range/ |
| begin-end.pass.cpp | 11 // template <class C> auto begin(C& c) -> decltype(c.begin()); 12 // template <class C> auto begin(const C& c) -> decltype(c.begin()); 13 // template <class C> auto end(C& c) -> decltype(c.end()); 14 // template <class C> auto end(const C& c) -> decltype(c.end()); 15 // template <class E> reverse_iterator<const E*> rbegin(initializer_list<E> il); 16 // template <class E> reverse_iterator<const E*> rend(initializer_list<E> il); 28 template<typename C> 47 template<typename T> 68 template<typename C> 87 template<typename T [all...] |
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _vector.c | 39 template <class _Tp, class _Alloc> 43 template <class _Tp, class _Alloc> 61 template <class _Tp, class _Alloc> 80 template <class _Tp, class _Alloc> 107 template <class _Tp, class _Alloc> 121 template <class _Tp, class _Alloc> 139 template <class _Tp, class _Alloc> 165 template <class _Tp, class _Alloc> 181 template <class _Tp, class _Alloc> 209 template <class _Tp, class _Alloc [all...] |
| /ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
| gtest-linked_ptr.h | 83 // a non-template class because different types of linked_ptr<> can refer to 135 template <typename T> 146 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); } 153 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) { 178 template <typename U> 182 template <typename U> 188 template <typename U> 203 template <typename U> void copy(linked_ptr<U> const* ptr) { 212 template<typename T> inline 217 template<typename T> inlin [all...] |
| /packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
| encoding.md | 41 template<typename CharType = char> 44 template<typename CharType = wchar_t> 47 template<typename CharType = wchar_t> 50 template<typename CharType = wchar_t> 53 template<typename CharType = unsigned> 56 template<typename CharType = unsigned> 59 template<typename CharType = unsigned> 67 When using the DOM-style API, the `Encoding` template parameter in `GenericValue<Encoding>` and `GenericDocument<Encoding>` indicates the encoding to be used to represent JSON string in memory. So normally we will use `UTF8`, `UTF16` or `UTF32` for this template parameter. The choice depends on operating systems and other libraries that the application is using. For example, Windows API represents Unicode characters in UTF-16, while most Linux distributions and applications prefer UTF-8. 80 As shown in the declaration, each encoding has a `CharType` template parameter. Actually, it may be a little bit confusing, but each `CharType` stores a code unit, not (…) [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/ |
| hashtable.h | 83 template<class _Val> 90 template<class _Val, class _Key, class _HashFcn, class _ExtractKey, 94 template<class _Val, class _Key, class _HashFcn, 98 template<class _Val, class _Key, class _HashFcn, 102 template<class _Val, class _Key, class _HashFcn, 153 template<class _Val, class _Key, class _HashFcn, 211 template<typename _PrimeType> 220 template<typename _PrimeType> const _PrimeType 231 template<class _PrimeType> inline const _PrimeType* 247 template<class _Val, class _Key, class _HF, class _Ex [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
| stl_iterator_base_types.h | 116 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, 144 template<typename _Iterator, 148 template<typename _Iterator> 158 template<typename _Iterator> 162 template<typename _Iterator> 174 template<typename _Tp> 185 template<typename _Tp> 199 template<typename _Iter> 208 template<typename _Iterator, bool _HasBase> 216 template<typename _Iterator [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/ |
| lu_map_.hpp | 69 template<typename Key, typename Mapped, typename Eq_Fn, \ 81 typename _Alloc::template rebind<Key>::other::const_reference> 86 template<typename Key, 104 typename _Alloc::template rebind<entry>::other::pointer m_p_next; 107 typedef typename _Alloc::template rebind<entry>::other entry_allocator; 113 typedef typename _Alloc::template rebind<entry_pointer>::other entry_pointer_allocator; 189 template<typename It> 238 template<typename Pred> 269 template<typename It> 286 template<typename Metadata [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
| hashtable.h | 44 // Class template _Hashtable, class definition. 46 // Meaning of class template _Hashtable's template parameters 101 template<typename _Key, typename _Value, typename _Allocator, 158 template<typename _Key2, typename _Value2, typename _Ex2, bool __unique2, 164 typedef typename _Allocator::template rebind<_Node>::other 166 typedef typename _Allocator::template rebind<_Node*>::other 169 typedef typename _Allocator::template rebind<_Value>::other 200 template<typename _InputIterator> 386 template<typename _InputIterator [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/ |
| hashtable.h | 83 template<class _Val> 90 template<class _Val, class _Key, class _HashFcn, class _ExtractKey, 94 template<class _Val, class _Key, class _HashFcn, 98 template<class _Val, class _Key, class _HashFcn, 102 template<class _Val, class _Key, class _HashFcn, 153 template<class _Val, class _Key, class _HashFcn, 211 template<typename _PrimeType> 220 template<typename _PrimeType> const _PrimeType 231 template<class _PrimeType> inline const _PrimeType* 247 template<class _Val, class _Key, class _HF, class _Ex [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
| stl_iterator_base_types.h | 116 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, 144 template<typename _Iterator, 148 template<typename _Iterator> 158 template<typename _Iterator> 162 template<typename _Iterator> 174 template<typename _Tp> 185 template<typename _Tp> 199 template<typename _Iter> 208 template<typename _Iterator, bool _HasBase> 216 template<typename _Iterator [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/ |
| lu_map_.hpp | 69 template<typename Key, typename Mapped, typename Eq_Fn, \ 81 typename _Alloc::template rebind<Key>::other::const_reference> 86 template<typename Key, 104 typename _Alloc::template rebind<entry>::other::pointer m_p_next; 107 typedef typename _Alloc::template rebind<entry>::other entry_allocator; 113 typedef typename _Alloc::template rebind<entry_pointer>::other entry_pointer_allocator; 189 template<typename It> 238 template<typename Pred> 269 template<typename It> 286 template<typename Metadata [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
| hashtable.h | 44 // Class template _Hashtable, class definition. 46 // Meaning of class template _Hashtable's template parameters 101 template<typename _Key, typename _Value, typename _Allocator, 158 template<typename _Key2, typename _Value2, typename _Ex2, bool __unique2, 164 typedef typename _Allocator::template rebind<_Node>::other 166 typedef typename _Allocator::template rebind<_Node*>::other 169 typedef typename _Allocator::template rebind<_Value>::other 200 template<typename _InputIterator> 386 template<typename _InputIterator [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/ |
| hashtable.h | 83 template<class _Val> 90 template<class _Val, class _Key, class _HashFcn, class _ExtractKey, 94 template<class _Val, class _Key, class _HashFcn, 98 template<class _Val, class _Key, class _HashFcn, 102 template<class _Val, class _Key, class _HashFcn, 153 template<class _Val, class _Key, class _HashFcn, 211 template<typename _PrimeType> 220 template<typename _PrimeType> const _PrimeType 231 template<class _PrimeType> inline const _PrimeType* 247 template<class _Val, class _Key, class _HF, class _Ex [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| stl_iterator_base_types.h | 116 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, 144 template<typename _Iterator, 148 template<typename _Iterator> 158 template<typename _Iterator> 162 template<typename _Iterator> 174 template<typename _Tp> 185 template<typename _Tp> 199 template<typename _Iter> 208 template<typename _Iterator, bool _HasBase> 216 template<typename _Iterator [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/ |
| lu_map_.hpp | 69 template<typename Key, typename Mapped, typename Eq_Fn, \ 81 typename _Alloc::template rebind<Key>::other::const_reference> 86 template<typename Key, 104 typename _Alloc::template rebind<entry>::other::pointer m_p_next; 107 typedef typename _Alloc::template rebind<entry>::other entry_allocator; 113 typedef typename _Alloc::template rebind<entry_pointer>::other entry_pointer_allocator; 189 template<typename It> 238 template<typename Pred> 269 template<typename It> 286 template<typename Metadata [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
| hashtable.h | 44 // Class template _Hashtable, class definition. 46 // Meaning of class template _Hashtable's template parameters 101 template<typename _Key, typename _Value, typename _Allocator, 158 template<typename _Key2, typename _Value2, typename _Ex2, bool __unique2, 164 typedef typename _Allocator::template rebind<_Node>::other 166 typedef typename _Allocator::template rebind<_Node*>::other 169 typedef typename _Allocator::template rebind<_Value>::other 200 template<typename _InputIterator> 386 template<typename _InputIterator [all...] |
| /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
| hashtable.h | 83 template<class _Val> 90 template<class _Val, class _Key, class _HashFcn, class _ExtractKey, 94 template<class _Val, class _Key, class _HashFcn, 98 template<class _Val, class _Key, class _HashFcn, 102 template<class _Val, class _Key, class _HashFcn, 154 template<class _Val, class _Key, class _HashFcn, 212 template<typename _PrimeType> 221 template<typename _PrimeType> const _PrimeType 232 template<class _PrimeType> inline const _PrimeType* 248 template<class _Val, class _Key, class _HF, class _Ex [all...] |
| /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
| stl_iterator_base_types.h | 116 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t, 144 template<typename _Iterator, 148 template<typename _Iterator> 158 template<typename _Iterator> 162 template<typename _Iterator> 174 template<typename _Tp> 185 template<typename _Tp> 199 template<typename _Iter> 208 template<typename _Iterator, bool _HasBase> 216 template<typename _Iterator [all...] |
| /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/ |
| lu_map_.hpp | 69 template<typename Key, typename Mapped, typename Eq_Fn, \ 81 typename _Alloc::template rebind<Key>::other::const_reference> 86 template<typename Key, 104 typename _Alloc::template rebind<entry>::other::pointer m_p_next; 107 typedef typename _Alloc::template rebind<entry>::other entry_allocator; 113 typedef typename _Alloc::template rebind<entry_pointer>::other entry_pointer_allocator; 189 template<typename It> 238 template<typename Pred> 269 template<typename It> 286 template<typename Metadata [all...] |