HomeSort by relevance Sort by last modified time
    Searched full:template (Results 3151 - 3175 of 20596) sorted by null

<<121122123124125126127128129130>>

  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_tempbuf.h 47 template <class _Tp>
53 template <class _Tp>
62 // function template arguments) that is required for the standard
64 template <class _Tp>
72 template <class _Tp>
78 template <class _ForwardIterator, class _Tp>
142 template <class _ForwardIterator,
_complex.h 21 // This header declares the template class complex, as described in
26 // Note that the template class complex is declared within namespace
35 template <class _Tp>
56 template <class _Tp2>
60 template <class _Tp2>
110 template <class _Tp2> _Self& operator+= (const complex<_Tp2>& __z) {
116 template <class _Tp2> _Self& operator-= (const complex<_Tp2>& __z) {
122 template <class _Tp2> _Self& operator*= (const complex<_Tp2>& __z) {
130 template <class _Tp2> _Self& operator/= (const complex<_Tp2>& __z) {
235 template <class _Tp2
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 30 # Template file (searched on sys.path)
31 TEMPLATE = "PythonInterpreter"
51 def findtemplate(template=None):
52 """Locate the applet template along sys.path"""
55 if not template:
56 template=TEMPLATE
58 file = os.path.join(p, template)
65 raise BuildError, "Template %r not found on sys.path" % (template,)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 21 // This header declares the template class complex, as described in
26 // Note that the template class complex is declared within namespace
35 template <class _Tp>
56 template <class _Tp2>
60 template <class _Tp2>
110 template <class _Tp2> _Self& operator+= (const complex<_Tp2>& __z) {
116 template <class _Tp2> _Self& operator-= (const complex<_Tp2>& __z) {
122 template <class _Tp2> _Self& operator*= (const complex<_Tp2>& __z) {
130 template <class _Tp2> _Self& operator/= (const complex<_Tp2>& __z) {
235 template <class _Tp2
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
random.tcc 41 template<typename _UIntType, size_t __m,
80 template<typename _UIntType, size_t __m,
87 template<typename _Sseq>
147 template<typename _UIntType, size_t __m,
180 template<typename _UIntType, size_t __m,
209 template<size_t __shift>
227 template<size_t __shift>
245 template<size_t __sl1, size_t __sl2, size_t __sr1, size_t __sr2,
269 template<typename _UIntType, size_t __m,
314 template<typename _UIntType, size_t __m
    [all...]
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffScalar.h 1 // This file is part of Eigen, a lightweight C++ template library
17 template<typename A, typename B>
23 template<typename A, typename B>
29 template<typename _DerType, bool Enable> struct auto_diff_special_op;
46 * template mechanism.
54 * in that case, the expression template mechanism only occurs at the top Matrix level,
59 template<typename _DerType>
101 template<typename OtherDerType>
115 template<typename OtherDerType>
153 template<typename OtherDerType> inline bool operator< (const AutoDiffScalar<OtherDerType>& b) const { retu (…)
    [all...]
  /external/v8/src/arm64/
simulator-arm64.h 129 template<typename T>
135 template<typename T>
212 template<typename T>
292 template <typename T>
333 template<typename T>
342 // Common specialized accessors for the reg() template.
353 template<typename T>
360 // Common specialized accessors for the set_reg() template.
372 template <typename T>
392 template<typename T
    [all...]
  /external/vixl/src/vixl/
invalset.h 39 // We define a custom data structure template and its iterator as `std`
85 template<class S> class InvalSetIterator; // Forward declaration.
87 template<TEMPLATE_INVALSET_P_DECL> class InvalSet {
224 template<class S> class InvalSetIterator {
262 template<TEMPLATE_INVALSET_P_DECL>
272 template<TEMPLATE_INVALSET_P_DECL>
279 template<TEMPLATE_INVALSET_P_DECL>
311 template<TEMPLATE_INVALSET_P_DECL>
322 template<TEMPLATE_INVALSET_P_DECL>
342 template<TEMPLATE_INVALSET_P_DECL
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
doc.go 6 Package template implements data-driven templates for generating textual output.
8 To generate HTML output, see package html/template, which has the same interface
12 template refer to elements of the data structure (typically a field of a struct
14 Execution of the template walks the structure and sets the cursor, represented
18 The input text for a template is UTF-8-encoded text in any format.
23 Once parsed, a template may be executed safely in parallel.
32 tmpl, err := template.New("test").Parse("{{.Count}} items are made of {{.Material}}")
86 {{template "name"}}
87 The template with the specified name is executed with nil data.
89 {{template "name" pipeline}
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
doc.go 6 Package template implements data-driven templates for generating textual output.
8 To generate HTML output, see package html/template, which has the same interface
12 template refer to elements of the data structure (typically a field of a struct
14 Execution of the template walks the structure and sets the cursor, represented
18 The input text for a template is UTF-8-encoded text in any format.
23 Once parsed, a template may be executed safely in parallel.
32 tmpl, err := template.New("test").Parse("{{.Count}} items are made of {{.Material}}")
86 {{template "name"}}
87 The template with the specified name is executed with nil data.
89 {{template "name" pipeline}
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
chart-tooltip.html 23 <template>
57 <template bind repeat="{{alerts}}">
64 </template>
79 <template bind if="{{bugId}}">
92 </template>
95 <template repeat={{revisions}}>
96 {{name}}<template bind if="{{start}}"> range</template>:
99 <template bind if="{{start}}">{{displayStart}} - </template>
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_asm_test.cc 26 template<typename T> void asm_write(T *ptr, T val);
27 template<typename T> T asm_read(T *ptr);
28 template<typename T> void asm_rep_movs(T *dst, T *src, size_t n);
39 template<> void asm_write<Type>(Type *ptr, Type val) { \
49 template<> Type asm_read<Type>(Type *ptr) { \
61 template <> void asm_rep_movs<Type>(Type * dst, Type * src, size_t size) { \
81 template<> void asm_write<Type>(Type *ptr, Type val) { \
91 template<> Type asm_read<Type>(Type *ptr) { \
103 template <> void asm_rep_movs<Type>(Type * dst, Type * src, size_t size) { \
133 template<typename T> void TestAsmWrite(const char *DeathPattern)
    [all...]
  /external/deqp/framework/delibs/decpp/
deBlockBuffer.hpp 46 template <typename T>
98 template <typename T>
134 template <typename T>
144 template <typename T>
164 template <typename T>
174 template <typename T>
217 template <typename T>
266 template <typename T>
294 template <typename T>
311 template <typename T
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
AngleAxis.h 1 // This file is part of Eigen, a lightweight C++ template library
40 template<typename _Scalar> struct ei_traits<AngleAxis<_Scalar> >
45 template<typename _Scalar>
72 template<typename Derived>
77 template<typename Derived>
115 template<typename Derived>
118 template<typename Derived>
127 template<typename NewScalarType>
132 template<typename OtherScalarType>
135 m_axis = other.axis().template cast<Scalar>()
    [all...]
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 1 // This file is part of Eigen, a lightweight C++ template library
22 template<typename Other,
34 template<class Derived>
78 inline const VectorBlock<const Coefficients,3> vec() const { return coeffs().template head<3>(); }
81 inline VectorBlock<Coefficients,3> vec() { return coeffs().template head<3>(); }
90 template<class OtherDerived> EIGEN_STRONG_INLINE Derived& operator=(const QuaternionBase<OtherDerived>& other);
100 template<class OtherDerived> Derived& operator=(const MatrixBase<OtherDerived>& m);
133 template<class OtherDerived> inline Scalar dot(const QuaternionBase<OtherDerived>& other) const { return coeffs().dot(other.coeffs()); }
135 template<class OtherDerived> Scalar angularDistance(const QuaternionBase<OtherDerived>& other) const;
141 template<typename Derived1, typename Derived2
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MarketIO.h 1 // This file is part of Eigen, a lightweight C++ template library
20 template <typename Scalar>
33 template <typename Scalar>
49 template <typename RealScalar>
56 template <typename RealScalar>
65 template<typename Scalar>
84 template<typename Scalar>
89 template<typename Scalar>
96 template<typename Scalar>
101 template<typename Scalar
    [all...]
  /external/gtest/include/gtest/
gtest-printers.h 131 template <typename T, TypeKind kTypeKind>
146 template <typename T>
158 template <typename T>
198 template <typename Char, typename CharTraits, typename T>
217 template <typename T>
257 // We define UniversalPrinter as a class template (as opposed to a
258 // function template), as we need to partially specialize it for
260 template <typename T>
263 template <typename T>
268 template <typename C
    [all...]
  /external/libxml2/doc/
site.xsl 12 <xsl:template name="tocfilename">
109 </xsl:template>
110 <xsl:template name="docfilename">
207 </xsl:template>
208 <xsl:template name="filename">
305 </xsl:template>
325 <xsl:call-template name="tocfilename">
327 </xsl:call-template>
365 <xsl:call-template name="docfilename">
367 </xsl:call-template>
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathInterval.h 57 template <class T>
124 template <class T>
130 template <class T>
137 template <class T>
144 template <class T>
151 template <class T>
159 template <class T>
170 template <class T>
181 template <class T>
188 template <class T
    [all...]
  /external/opencv3/modules/cudaarithm/src/cuda/
math.cu 61 template <typename ScalarDepth> struct TransformPolicy : DefaultTransformPolicy
64 template <> struct TransformPolicy<double> : DefaultTransformPolicy
77 template <typename T>
114 template <typename T> struct SqrOp : unary_function<T, T>
122 template <typename T>
159 template <typename T>
196 template <typename T> struct ExpOp : unary_function<T, T>
205 template <typename T>
242 template <typename T>
279 template<typename T, bool Signed = numeric_limits<T>::is_signed> struct PowOp : unary_function<T, T
    [all...]
  /external/skia/src/core/
SkRecord.h 46 // template <typename T>
49 template <typename R, typename F>
56 // template <typename T>
59 template <typename R, typename F>
69 template <typename T>
76 template <typename T>
87 template <typename T>
100 template <typename T, typename Existing>
136 template <typename T>
140 template <typename T
    [all...]
  /external/v8/src/compiler/
operator.h 140 template <typename T>
145 template <typename T>
151 template <typename T, typename Pred = OpEqualTo<T>, typename Hash = OpHash<T>>
193 template <typename T>
203 template <>
205 template <>
208 template <>
210 template <>
213 template <>
215 template <>
    [all...]
  /external/v8/src/
list.h 16 template<typename T> class Vector;
19 // The list is a template for very light-weight lists. We are not
29 // template <typename T,
31 template <typename T, class AllocationPolicy>
153 template<class Visitor>
157 template <typename CompareFunction>
159 template <typename CompareFunction>
162 template <typename CompareFunction>
164 template <typename CompareFunction>
203 template<typename T, class P
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-printers.h 131 template <typename T, TypeKind kTypeKind>
146 template <typename T>
158 template <typename T>
198 template <typename Char, typename CharTraits, typename T>
217 template <typename T>
257 // We define UniversalPrinter as a class template (as opposed to a
258 // function template), as we need to partially specialize it for
260 template <typename T>
263 template <typename T>
268 template <typename C
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 131 template <typename T, TypeKind kTypeKind>
146 template <typename T>
158 template <typename T>
198 template <typename Char, typename CharTraits, typename T>
217 template <typename T>
257 // We define UniversalPrinter as a class template (as opposed to a
258 // function template), as we need to partially specialize it for
260 template <typename T>
263 template <typename T>
268 template <typename C
    [all...]

Completed in 1577 milliseconds

<<121122123124125126127128129130>>