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

<<51525354555657585960>>

  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 73 // A utility function for logging that doesn't need any template types.
82 template <typename Element>
87 template <typename Iter>
188 template <typename It> class RepeatedPtrIterator;
189 template <typename It, typename VoidPtr> class RepeatedPtrOverPtrsIterator;
194 // This is a helper template to copy an array of elements effeciently when they
198 template <typename Element,
212 // but may have a template argument called TypeHandler. Its signature is:
245 template <typename TypeHandler>
250 template <typename TypeHandler
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
repeated_field.h 73 // A utility function for logging that doesn't need any template types.
82 template <typename Element>
87 template <typename Iter>
188 template <typename It> class RepeatedPtrIterator;
189 template <typename It, typename VoidPtr> class RepeatedPtrOverPtrsIterator;
194 // This is a helper template to copy an array of elements effeciently when they
198 template <typename Element,
212 // but may have a template argument called TypeHandler. Its signature is:
245 template <typename TypeHandler>
250 template <typename TypeHandler
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
repeated_field.h 73 // A utility function for logging that doesn't need any template types.
82 template <typename Element>
87 template <typename Iter>
188 template <typename It> class RepeatedPtrIterator;
189 template <typename It, typename VoidPtr> class RepeatedPtrOverPtrsIterator;
194 // This is a helper template to copy an array of elements effeciently when they
198 template <typename Element,
212 // but may have a template argument called TypeHandler. Its signature is:
245 template <typename TypeHandler>
250 template <typename TypeHandler
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
repeated_field.h 73 // A utility function for logging that doesn't need any template types.
82 template <typename Element>
87 template <typename Iter>
188 template <typename It> class RepeatedPtrIterator;
189 template <typename It, typename VoidPtr> class RepeatedPtrOverPtrsIterator;
194 // This is a helper template to copy an array of elements effeciently when they
198 template <typename Element,
212 // but may have a template argument called TypeHandler. Its signature is:
245 template <typename TypeHandler>
250 template <typename TypeHandler
    [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_swap.h 32 // This header file defines basic template classes to efficiently swap
97 // Used for template specializations.
107 // Valtype_base is a template based on size (8, 16, 32, 64) which
111 template<int size>
114 template<>
121 template<>
128 template<>
135 template<>
142 // Convert_endian is a template based on size and on whether the host
148 template<int size, bool same_endian
    [all...]
  /external/libcxx/include/
algorithm 22 template <class InputIterator, class Predicate>
26 template <class InputIterator, class Predicate>
30 template <class InputIterator, class Predicate>
34 template <class InputIterator, class Function>
38 template <class InputIterator, class T>
42 template <class InputIterator, class Predicate>
46 template<class InputIterator, class Predicate>
50 template <class ForwardIterator1, class ForwardIterator2>
55 template <class ForwardIterator1, class ForwardIterator2, class BinaryPredicate>
60 template <class ForwardIterator1, class ForwardIterator2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
63 template<typename _Tp> class complex;
64 template<> class complex<float>;
65 template<> class complex<double>;
66 template<> class complex<long double>;
69 template<typename _Tp> _Tp abs(const complex<_Tp>&);
71 template<typename _Tp> _Tp arg(const complex<_Tp>&);
73 template<typename _Tp> _Tp norm(const complex<_Tp>&);
76 template<typename _Tp> complex<_Tp> conj(const complex<_Tp>&);
78 template<typename _Tp> complex<_Tp> polar(const _Tp&, const _Tp& = 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
63 template<typename _Tp> class complex;
64 template<> class complex<float>;
65 template<> class complex<double>;
66 template<> class complex<long double>;
69 template<typename _Tp> _Tp abs(const complex<_Tp>&);
71 template<typename _Tp> _Tp arg(const complex<_Tp>&);
73 template<typename _Tp> _Tp norm(const complex<_Tp>&);
76 template<typename _Tp> complex<_Tp> conj(const complex<_Tp>&);
78 template<typename _Tp> complex<_Tp> polar(const _Tp&, const _Tp& = 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
63 template<typename _Tp> class complex;
64 template<> class complex<float>;
65 template<> class complex<double>;
66 template<> class complex<long double>;
69 template<typename _Tp> _Tp abs(const complex<_Tp>&);
71 template<typename _Tp> _Tp arg(const complex<_Tp>&);
73 template<typename _Tp> _Tp norm(const complex<_Tp>&);
76 template<typename _Tp> complex<_Tp> conj(const complex<_Tp>&);
78 template<typename _Tp> complex<_Tp> polar(const _Tp&, const _Tp& = 0)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
complex 1 // The template and inlines for the -*- C++ -*- complex number classes.
63 template<typename _Tp> class complex;
64 template<> class complex<float>;
65 template<> class complex<double>;
66 template<> class complex<long double>;
69 template<typename _Tp> _Tp abs(const complex<_Tp>&);
71 template<typename _Tp> _Tp arg(const complex<_Tp>&);
73 template<typename _Tp> _Tp norm(const complex<_Tp>&);
76 template<typename _Tp> complex<_Tp> conj(const complex<_Tp>&);
78 template<typename _Tp> complex<_Tp> polar(const _Tp&, const _Tp& = 0)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ST.stg 32 /** Template subgroup to add template rewrite output
54 Template<if(TREE_PARSER)>Tree<else>Parser<endif>RuleReturnScope\<StringTemplate, <labelType>>
57 /** x+=rule when output=template */
60 <listLabelElem(elem={<label>.Template},elemType="StringTemplate",...)>
65 // TEMPLATE REWRITE
83 retval.Template);
88 retval.Template);
97 retval.Template = <it.alt>;
101 retval.Template = <it.alt>
    [all...]
  /external/clang/test/CXX/class.derived/class.virtual/
p3-0x.cpp 21 template<typename T>
27 template<typename T>
40 template<typename... Args>
45 template struct B<int, char, int>;
46 template struct B<int>; // expected-note {{in instantiation of template class 'Test3::B<int>' requested here}}
66 template<typename T> struct A : X {
70 template<typename T> struct B : X {
75 template<typename T> struct C : T {
79 template<typename T> struct D : X
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p12.cpp 9 template <unsigned n> struct Opaque {};
10 template <unsigned n> void expect(Opaque<n> _) {}
15 template<typename> struct RefPtr { };
16 template<typename> struct PtrHash {
19 template<typename T> struct PtrHash<RefPtr<T> > : PtrHash<T*> {
77 template <typename T> struct Derived1 : Base {
91 template <typename T> struct Derived2 : Base {
108 template <class T> Opaque<0> foo() { return Opaque<0>(); }
109 template <int n> Opaque<1> foo() { return Opaque<1>(); }
114 template <int n> Opaque<2> foo() { return Opaque<2>(); } // expected-note {{invalid explicitly-specified ar (…)
    [all...]
  /external/clang/test/SemaCXX/
c99-variable-length-array.cpp 24 template<typename T>
37 template<typename T>
42 template void vla_in_template<HasConstantValue>(HasConstantValue);
43 template void vla_in_template<HasNonConstantValue>(HasNonConstantValue); // expected-note{{instantiation of}}
45 template<typename T> struct X0 { };
47 // Cannot use any variably-modified type with a template parameter or
51 X0<__typeof__(array)> x0a; // expected-error{{variably modified type 'typeof (array)' (aka 'int [N]') cannot be used as a template argument}}
54 template<typename T>
56 template<int (&Array)[T::value]> // expected-error{{non-type template parameter of variably modified type 'int (&)[HasNonConstantValue::value]'}}
    [all...]
  /external/clang/test/SemaTemplate/
virtual-member-functions.cpp 5 template <class T> struct A {
9 template<class T> A<T>::A() {}
11 template<class T> int A<T>::a(T x) {
19 template<typename T>
24 template<>
30 template <class T> struct A {
35 template<class T> A<T>::~A() {}
37 template<class T> int A<T>::a(T x) {
46 template<typename T>
54 template<typename T
    [all...]
  /external/eigen/test/
eigensolver_selfadjoint.cpp 1 // This file is part of Eigen, a lightweight C++ template library
15 template<typename MatrixType> void selfadjointeigensolver(const MatrixType& m)
45 symmA.template triangularView<StrictlyUpper>().setZero();
46 symmC.template triangularView<StrictlyUpper>().setZero();
51 symmB.template triangularView<StrictlyUpper>().setZero();
60 VERIFY((symmA.template selfadjointView<Lower>() * eiSymm.eigenvectors()).isApprox(
62 VERIFY_IS_APPROX(symmA.template selfadjointView<Lower>().eigenvalues(), eiSymm.eigenvalues());
65 VERIFY((symmA.template selfadjointView<Lower>() * eiDirect.eigenvectors()).isApprox(
67 VERIFY_IS_APPROX(symmA.template selfadjointView<Lower>().eigenvalues(), eiDirect.eigenvalues());
76 VERIFY((symmC.template selfadjointView<Lower>() * eiSymmGen.eigenvectors()).isApprox
    [all...]
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
  /external/opencv3/modules/core/include/opencv2/core/cuda/
functional.hpp 61 template<typename Argument, typename Result> struct unary_function : public std::unary_function<Argument, Result> {};
62 template<typename Argument1, typename Argument2, typename Result> struct binary_function : public std::binary_function<Argument1, Argument2, Result> {};
65 template <typename T> struct plus : binary_function<T, T, T>
76 template <typename T> struct minus : binary_function<T, T, T>
87 template <typename T> struct multiplies : binary_function<T, T, T>
98 template <typename T> struct divides : binary_function<T, T, T>
109 template <typename T> struct modulus : binary_function<T, T, T>
120 template <typename T> struct negate : unary_function<T, T>
131 template <typename T> struct equal_to : binary_function<T, T, bool>
142 template <typename T> struct not_equal_to : binary_function<T, T, bool
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/
color-interpolation.html 13 <template id="target-template">T</template>
letter-spacing-interpolation.html 14 <template id="target-template">TT</template>
text-decoration-color-interpolation.html 13 <template id="target-template">
15 </template>
text-indent-interpolation.html 12 <template id="target-template">The helipad</template>
word-spacing-interpolation.html 12 <template id="target-template">The helipad</template>
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
display_item_list_item.html 12 <template>
54 <template if="{{richDetails && richDetails.skp64}}">
58 </template>
61 <template if="{{rawDetails}}">
63 </template>
64 <template if="{{richDetails}}" bind="{{richDetails}}">
66 <template if="{{cullRect}}" bind="{{cullRect}}">
69 </template>
70 <template if="{{visualRect}}" bind="{{visualRect}}">
73 </template>
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
p2.cpp 18 template <class> class A; // expected-note {{declared here}}
21 struct A a; // expected-error {{elaborated type refers to a template}}
45 template <class T> void A();

Completed in 1342 milliseconds

<<51525354555657585960>>