| /external/autotest/client/cros/image_comparison/ |
| publisher.py | 13 from string import Template 57 # Append all of the things we push to the html template 92 @param tags the tags to write into the html template 93 @param html_filename the full path to the html template 97 html = Template(f.read())
|
| /external/ceres-solver/internal/ceres/ |
| integral_types.h | 31 // Portable typedefs for various fixed-size integers. Uses template 41 template<bool kCondition, typename kTrueType, typename kFalseType> 45 template<typename kTrueType, typename kFalseType> 53 template<int kBits> 65 template<int kBits>
|
| /external/chromium-trace/catapult/dashboard/dashboard/ |
| request_handler.py | 27 """Base class for requests. Does common template and error handling tasks.""" 30 """Renders HTML given template and values. 34 template_values: dict. Mapping of template variables to corresponding. 39 template = JINJA2_ENVIRONMENT.get_template(template_file) 41 self.response.out.write(template.render(template_values))
|
| /external/clang/lib/AST/ |
| ASTDiagnostic.cpp | 45 // ...or a substituted template type parameter ... 103 // Desugar template specializations if any template argument should be 357 // Attempting to do a template diff on non-templates. Set the variables 457 /// all the information about the templates and template arguments. Afterwards, 461 /// Context - The ASTContext which is used for comparing template arguments. 499 Template, 504 /// Template argument difference, uses TemplateDecl 513 /// stores template arguments of their parents. For templated types, the 514 /// template decl is also stored [all...] |
| SelectorLocationsKind.cpp | 47 template <typename T> 50 template <> 55 template <> 64 template <typename T> 69 template <typename T>
|
| /external/clang/test/CXX/class/class.mfct/class.mfct.non-static/ |
| p3.cpp | 62 template <class T> struct B; 63 template <class T> struct C; 65 template <class T> struct A { 85 template <class T> struct B : A<T> { 88 template <class T> struct C {
|
| /external/clang/test/CXX/special/class.dtor/ |
| p10-0x.cpp | 6 template<typename T> 17 template void b(const int*, const A*); // expected-note{{in instantiation of function template specialization 'b<int>' requested here}} 18 template void b(const A*,const A*); // expected-note{{in instantiation of function template specialization 'b<A>' requested here}}
|
| /external/clang/test/CodeGenCXX/ |
| debug-info-template-member.cpp | 4 template <int i> int add(int j) { 53 // Check that the member function template specialization and implicit special 63 template<typename T> 87 template <typename T> 96 elem e; // ensure 'elem' is required to be complete when it is emitted as a template argument for 'virt<elem>'
|
| /external/clang/test/SemaCXX/ |
| MicrosoftSuper.cpp | 75 template <void (Base1::*MP)(int)> 87 template <typename T> 106 template <typename T> 125 template <typename T> 153 template <class C>
|
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_atomic_clang.h | 46 template<typename T> 54 template<typename T> 62 template<typename T> 74 template<typename T> 88 template<typename T>
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| vktPipelineUniqueRandomIterator.hpp | 37 template <typename T> 55 template <typename T> 88 template <typename T> 94 template <typename T> 102 template <typename T>
|
| /external/deqp/framework/common/ |
| tcuFactoryRegistry.hpp | 81 template<class Factory> 107 template<class Factory> 113 template<class Factory> 119 template<class Factory> 125 template<class Factory>
|
| /external/drm_hwcomposer/ |
| separate_rects.h | 27 template <typename TFloat> 48 template <typename T> 54 template <typename T> 88 template <typename TUInt> 143 template <typename TId, typename TNum>
|
| /external/eigen/Eigen/src/Core/ |
| BandMatrix.h | 1 // This file is part of Eigen, a lightweight C++ template library 17 template<typename Derived> 91 template<int Index> struct DiagonalIntReturnType { 109 template<int N> inline typename DiagonalIntReturnType<N>::Type diagonal() 115 template<int N> inline const typename DiagonalIntReturnType<N>::Type diagonal() const 134 template<typename Dest> inline void evalTo(Dest& dst) const 177 template<typename _Scalar, int _Rows, int _Cols, int _Supers, int _Subs, int _Options> 198 template<typename _Scalar, int Rows, int Cols, int Supers, int Subs, int Options> 236 template<typename _CoefficientsType,int _Rows, int _Cols, int _Supers, int _Subs,int _Options> 239 template<typename _CoefficientsType,int _Rows, int _Cols, int _Supers, int _Subs,int _Options [all...] |
| /external/eigen/Eigen/src/Eigen2Support/ |
| Minor.h | 1 // This file is part of Eigen, a lightweight C++ template library 30 template<typename MatrixType> 53 template<typename MatrixType> class Minor 99 template<typename Derived> 108 template<typename Derived>
|
| /external/eigen/bench/ |
| benchGeometry.cpp | 22 template <class res, class arg1, class arg2, int opt> 25 template <class res, class arg1, class arg2> 35 template <class res, class arg1, class arg2> 45 template <class res, class arg1, class arg2> 55 template <class func, class arg1, class arg2>
|
| /external/eigen/blas/ |
| PackedTriangularSolverVector.h | 1 // This file is part of Eigen, a lightweight C++ template library 15 template<typename LhsScalar, typename RhsScalar, typename Index, int Side, int Mode, bool Conjugate, int StorageOrder> 19 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate> 47 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate> 74 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate, int StorageOrder>
|
| /external/eigen/test/ |
| schur_complex.cpp | 1 // This file is part of Eigen, a lightweight C++ template library 14 template<typename MatrixType> void schur(int size = MatrixType::ColsAtCompileTime) 31 VERIFY_IS_APPROX(A.template cast<ComplexScalar>(), U * T * U.adjoint()); 61 Atriangular.template triangularView<StrictlyLower>().setZero(); 64 VERIFY_IS_EQUAL(cs3.matrixT(), Atriangular.template cast<ComplexScalar>());
|
| /external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
| MatrixExponential.h | 1 // This file is part of Eigen, a lightweight C++ template library 21 * expected to be an instantiation of the Matrix class template. 23 template <typename MatrixType> 41 template <typename ResultType> 162 template <typename MatrixType> 176 template <typename MatrixType> 177 template <typename ResultType> 194 template <typename MatrixType> 204 template <typename MatrixType> 215 template <typename MatrixType [all...] |
| /external/eigen/unsupported/Eigen/src/NumericalDiff/ |
| NumericalDiff.h | 4 // This file is part of Eigen, a lightweight C++ template library 35 template<typename _Functor, NumericalDiffMode mode=Forward> 49 template<typename T0> 51 template<typename T0, typename T1> 53 template<typename T0, typename T1, typename T2>
|
| /external/eigen/unsupported/Eigen/src/Splines/ |
| SplineFwd.h | 1 // This file is part of Eigen, a lightweight C++ template library 17 template <typename Scalar, int Dim, int Degree = Dynamic> class Spline; 19 template < typename SplineType, int DerivativeOrder = Dynamic > struct SplineTraits {}; 25 template <typename _Scalar, int _Dim, int _Degree> 60 template < typename _Scalar, int _Dim, int _Degree, int _DerivativeOrder >
|
| /external/eigen/unsupported/test/ |
| forward_adolc.cpp | 1 // This file is part of Eigen, a lightweight C++ template library 18 template<typename Vector> 25 template<typename _Scalar, int NX=Dynamic, int NY=Dynamic> 45 template<typename T> 101 template<typename Func> void adolc_forward_jacobian(const Func& f)
|
| /external/google-breakpad/src/common/ |
| scoped_ptr.h | 82 template <class C> 154 template <class C2> bool operator==(scoped_ptr<C2> const& p2) const; 155 template <class C2> bool operator!=(scoped_ptr<C2> const& p2) const; 163 template <class C> 168 template <class C> 173 template <class C> 187 template <class C> 259 template <class C2> bool operator==(scoped_array<C2> const& p2) const; 260 template <class C2> bool operator!=(scoped_array<C2> const& p2) const; 268 template <class C [all...] |
| /external/libchrome/base/win/ |
| event_trace_consumer.h | 33 template <class ImplClass> 88 template <class ImplClass> inline 105 template <class ImplClass> inline 121 template <class ImplClass> inline 130 template <class ImplClass> inline
|
| /external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.overview/ |
| at.pass.cpp | 28 template <class T> 35 template <class T> 43 template <class T> 57 template <class T> 72 template <class T>
|