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

<<171172173174175176177178179180>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
sstream.tcc 43 template <class _CharT, class _Traits, class _Alloc>
77 template <class _CharT, class _Traits, class _Alloc>
128 template <class _CharT, class _Traits, class _Alloc>
146 template <class _CharT, class _Traits, class _Alloc>
194 template <class _CharT, class _Traits, class _Alloc>
224 template <class _CharT, class _Traits, class _Alloc>
255 template <class _CharT, class _Traits, class _Alloc>
272 extern template class basic_stringbuf<char>;
273 extern template class basic_istringstream<char>;
274 extern template class basic_ostringstream<char>
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
multiset.h 39 template<typename _Key, typename _Compare = std::less<_Key>,
80 template<typename _InputIterator,
83 template<typename _InputIterator>
117 template<typename _InputIterator>
210 template<typename... _Args>
215 template<typename... _Args>
245 template<typename _InputIterator,
248 template<typename _InputIterator>
372 template<typename _Key, typename _Compare, typename _Allocator>
378 template<typename _Key, typename _Compare, typename _Allocator
    [all...]
set.h 39 template<typename _Key, typename _Compare = std::less<_Key>,
80 template<typename _InputIterator,
83 template<typename _InputIterator>
117 template<typename _InputIterator>
210 template<typename... _Args>
219 template<typename... _Args>
260 template<typename _InputIterator,
263 template<typename _InputIterator>
386 template<typename _Key, typename _Compare, typename _Allocator>
392 template<typename _Key, typename _Compare, typename _Allocator
    [all...]
  /system/media/camera/docs/
metadata_parser_xml.py 21 over a Mako template.
24 metadata_parser_xml.py <filename.xml> <template.mako> [<output_file>]
25 - outputs the resulting template to output_file (stdout if none specified)
34 Mako - a template engine for Python, available to download from
45 from mako.template import Template
58 Mako template.
290 def render(self, template, output_name=None):
292 Render the metadata model using a Mako template as the view.
294 The template gets the metadata as an argument, as well as al
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
random 57 template<typename _UIntType, size_t __m,
66 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
81 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
97 template<typename _Sseq, typename = typename
108 template<typename _Sseq>
132 template<typename _UIntType_2, size_t __m_2,
149 template<typename _UIntType_2, size_t __m_2,
165 template<typename _UIntType_2, size_t __m_2,
196 template<typename _UIntType, size_t __m,
397 template<typename _RealType = double
    [all...]
  /external/chromium-trace/catapult/third_party/uritemplate/uritemplate/
__init__.py 4 URI Template (RFC6570) Processor
36 TEMPLATE = re.compile("{([^\}]+)}")
39 def variables(template):
40 '''Returns the set of keywords in a uri template'''
42 for varlist in TEMPLATE.findall(template):
192 def expand(template, variables):
194 Expand template as a URI Template using variables.
265 return TEMPLATE.sub(_sub, template
    [all...]
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
jinja2.py 6 Jinja2 template support for webapp2.
77 # Renders a template and writes the result to the response.
148 """Renders a template and returns a response object.
151 The template filename, related to the templates directory.
153 Keyword arguments used as variables in the rendered template.
156 A rendered template.
161 """Loads a macro (or variable) a template exports. This can be used to
163 template named `_foo.html` with the following contents:
177 The template filename.
181 template = self.environment.get_template(filename
    [all...]
  /external/clang/test/SemaCXX/
member-expr.cpp 65 template<typename T> void f(T);
80 template <class T> void foo();
109 template<typename T> struct X1;
116 template<typename T> struct Z { int n; };
121 y->template Z<int>::n; // expected-error{{'rdar8231724::Z<int>::n' is not a member of class 'rdar8231724::Y'}}
123 // expected-warning@-2{{'template' keyword outside of a template}}
148 template <typename T> S fun4(); // expected-note{{possible target for call}}
199 template <class T> void call_func(T t) {
216 call_func(e); // expected-note {{in instantiation of function template specialization 'PR15045::call_func<PR15045::bar>' requested here}
    [all...]
  /external/eigen/Eigen/src/SparseCore/
ConservativeSparseSparseProduct.h 1 // This file is part of Eigen, a lightweight C++ template library
17 template<typename Lhs, typename Rhs, typename ResultType>
123 template<typename Lhs, typename Rhs, typename ResultType,
129 template<typename Lhs, typename Rhs, typename ResultType>
147 template<typename Lhs, typename Rhs, typename ResultType>
160 template<typename Lhs, typename Rhs, typename ResultType>
173 template<typename Lhs, typename Rhs, typename ResultType>
186 template<typename Lhs, typename Rhs, typename ResultType>
200 template<typename Lhs, typename Rhs, typename ResultType>
213 template<typename Lhs, typename Rhs, typename ResultType
    [all...]
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffVector.h 1 // This file is part of Eigen, a lightweight C++ template library
28 * in that case, the expression template mechanism only occurs at the top Matrix level,
32 template<typename ValueType, typename JacobianType>
71 template<typename OtherValueType, typename OtherJacobianType>
80 template<typename OtherValueType, typename OtherJacobianType>
101 template<typename OtherValueType,typename OtherJacobianType>
114 template<typename OtherValueType, typename OtherJacobianType>
123 template<typename OtherValueType,typename OtherJacobianType>
136 template<typename OtherValueType, typename OtherJacobianType>
181 // template<typename OtherValueType,typename OtherJacobianType
    [all...]
  /external/gemmlowp/test/
test_fixedpoint.cc 9 template <int tIntegerBits>
16 template <int tIntegerBits_a, int tIntegerBits_b>
24 template <int tIntegerBits_a, int tIntegerBits_b>
33 template <int tIntegerBits_a, int tIntegerBits_b>
48 template <int tIntegerBits_a, int tIntegerBits_b>
61 template <int tExponent, int tIntegerBits_a>
68 template <int tExponent, int tIntegerBits_a>
97 template <int tIntegerBits>
106 template <int tIntegerBits>
137 template <int tIntegerBits
    [all...]
  /external/google-breakpad/src/processor/
linked_ptr.h 59 // a non-template class because different types of linked_ptr<> can refer to
94 template <typename T>
105 template <typename U> linked_ptr(linked_ptr<U> const& ptr) { copy(&ptr); }
109 template <typename U> linked_ptr& operator=(linked_ptr<U> const& ptr) {
139 template <typename U>
143 template <typename U>
149 template <typename U>
164 template <typename U> void copy(linked_ptr<U> const* ptr) {
173 template<typename T> inline
178 template<typename T> inlin
    [all...]
  /external/google-breakpad/src/testing/gtest/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/gtest/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/libbrillo/brillo/dbus/
dbus_param_reader.h 12 // const refs. Each iteration has one fewer template specialization arguments,
32 // This struct in itself is not used. But its concrete template specializations
36 template<bool allow_out_params, typename...>
45 template<bool allow_out_params, typename CurrentParam, typename... RestOfParams>
54 template<typename CallbackType, typename... Args>
73 template<typename ParamType, typename CallbackType, typename... Args>
103 // (ParamType) from DBusParamReader<> template parameter list and forward
115 template<typename ParamType, typename CallbackType, typename... Args>
131 // (ParamType) from DBusParamReader<> template parameter list and forward
144 template<bool allow_out_params
    [all...]
  /external/libchrome/base/strings/
string_split.cc 23 template<typename Str, typename OutputType>
27 template<> // Convert StringPiece to std::string
31 template<> // Convert StringPiece16 to string16.
37 template<typename Str> BasicStringPiece<Str> WhitespaceForType();
38 template<> StringPiece16 WhitespaceForType<string16>() {
41 template<> StringPiece WhitespaceForType<std::string>() {
47 // done with template specialization too, but would have been less clear.
64 // General string splitter template. Can take 8- or 16-bit input, can produce
71 // common and can be implemented faster, which is why this is a template.
72 template<typename Str, typename OutputStringType, typename DelimiterType
    [all...]
  /external/libcxx/test/std/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);
26 template<typename C>
45 template<typename T>
66 template<typename C>
85 template<typename T
    [all...]
  /external/llvm/include/llvm/Support/
Registry.h 10 // Defines a registry template for discovering pluggable modules.
25 template <typename T>
42 template <typename T>
58 template <typename T, typename U = RegistryTraits<T> >
179 /// A static registration template. Use like such:
184 /// Use of this template requires that:
195 template <typename V>
213 template <typename T, typename U>
216 template <typename T, typename U>
219 template <typename T, typename U
    [all...]
  /external/llvm/tools/llvm-readobj/
StreamWriter.h 26 template<typename T>
77 template<typename T>
82 template<typename T, typename TEnum>
102 template <typename T, typename TFlag>
137 template<typename T>
187 template <typename T>
200 template <typename T>
213 template<typename T>
218 template<typename T>
231 template<typename T
    [all...]
  /external/llvm/utils/unittest/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...]
  /external/mesa3d/src/gtest/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/opencv3/3rdparty/openexr/Imath/
ImathLine.h 42 // A 3D line class template
53 template <class T>
104 template <class T>
110 template <class T>
117 template <class T>
123 template <class T>
129 template <class T>
135 template <class T>
142 template <class T>
169 template<class T
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
cvstd.inl.hpp 58 template<typename _Tp> class DataType< std::complex<_Tp> >
151 template<> inline
159 template<> inline
186 template<typename _Tp> static inline
193 template<typename _Tp> static inline
200 template<typename _Tp, int m, int n> static inline
206 template<typename _Tp> static inline
213 template<typename _Tp> static inline
220 template<typename _Tp, int n> static inline
249 template<typename _Tp> static inlin
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
stream_socket_service.hpp 29 template <typename Protocol>
86 template <typename Protocol1>
93 service_impl_.template converting_move_construct<Protocol1>(
183 template <typename ConnectHandler>
200 template <typename SettableSocketOption>
208 template <typename GettableSocketOption>
216 template <typename IoControlCommand>
271 template <typename ConstBufferSequence>
280 template <typename ConstBufferSequence, typename WriteHandler>
298 template <typename MutableBufferSequence
    [all...]
  /external/protobuf/gtest/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) {
187 template <typename U>
191 template <typename U>
197 template <typename U>
212 template <typename U> void copy(linked_ptr<U> const* ptr) {
221 template<typename T> inline
226 template<typename T> inlin
    [all...]

Completed in 2080 milliseconds

<<171172173174175176177178179180>>