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

<<131132133134135136137138139140>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
type_utils.hpp 76 template<typename T>
85 template<typename T>
94 template<typename T>
105 template<typename T>
109 template<typename U>
118 template<typename U, typename V>
138 template<bool>
141 template<>
145 template<int>
159 template<typename Type
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/
forward_list 43 template<typename _Tp, typename _Alloc = std::allocator<_Tp> >
49 typedef typename __gnu_cxx::__alloc_traits<_Alloc>::template
80 template<typename _InputIterator,
131 template<typename _Tp, typename _Alloc>
137 template<typename _Tp, typename _Alloc>
143 template<typename _Tp, typename _Alloc>
150 template<typename _Tp, typename _Alloc>
157 template<typename _Tp, typename _Alloc>
164 template<typename _Tp, typename _Alloc>
171 template<typename _Tp, typename _Alloc
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewActivityWizard.java 47 * Wizard and a New Template Wizard: it has the "Activity selector" page from
49 * second page, but beyond that it runs the normal template wizard when it comes
50 * time to create the template.
112 TemplateMetadata template = mActivityValues.getTemplateHandler().getTemplate(); local
113 if (template != null) {
114 if (InstallDependencyPage.isInstalled(template.getDependencies())) {
117 return getDependencyPage(template, true);
121 TemplateMetadata template = mActivityValues.getTemplateHandler().getTemplate(); local
122 if (template != null && page == getDependencyPage(template, false))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
random.tcc 42 template<typename _UIntType, size_t __m,
81 template<typename _UIntType, size_t __m,
88 template<typename _Sseq>
148 template<typename _UIntType, size_t __m,
181 template<typename _UIntType, size_t __m,
210 template<size_t __shift>
228 template<size_t __shift>
246 template<size_t __sl1, size_t __sl2, size_t __sr1, size_t __sr2,
270 template<typename _UIntType, size_t __m,
315 template<typename _UIntType, size_t __m
    [all...]
stdio_sync_filebuf.h 55 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
192 template<>
197 template<>
202 template<>
207 template<>
219 template<>
225 template<>
230 template<>
235 template<>
240 template<>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
random.tcc 42 template<typename _UIntType, size_t __m,
81 template<typename _UIntType, size_t __m,
88 template<typename _Sseq>
148 template<typename _UIntType, size_t __m,
181 template<typename _UIntType, size_t __m,
210 template<size_t __shift>
228 template<size_t __shift>
246 template<size_t __sl1, size_t __sl2, size_t __sr1, size_t __sr2,
270 template<typename _UIntType, size_t __m,
315 template<typename _UIntType, size_t __m
    [all...]
stdio_sync_filebuf.h 55 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
192 template<>
197 template<>
202 template<>
207 template<>
219 template<>
225 template<>
230 template<>
235 template<>
240 template<>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
random.tcc 42 template<typename _UIntType, size_t __m,
81 template<typename _UIntType, size_t __m,
88 template<typename _Sseq>
148 template<typename _UIntType, size_t __m,
181 template<typename _UIntType, size_t __m,
210 template<size_t __shift>
228 template<size_t __shift>
246 template<size_t __sl1, size_t __sl2, size_t __sr1, size_t __sr2,
270 template<typename _UIntType, size_t __m,
315 template<typename _UIntType, size_t __m
    [all...]
  /build/blueprint/bootstrap/
doc.go 80 // 2. The bootstrap Ninja file template
89 // The bootstrap Ninja file template describes the build actions necessary to
90 // build the primary builder for the source tree. This template contains a set
95 // create a bootstrap Ninja file template named 'build.ninja.in'.
99 // is responsible for filling in the bootstrap Ninja file template with some
102 // the template file to produce a usable build.ninja file.
147 // Updating the Bootstrap Ninja File Template
151 // Ninja file template at .bootstrap/bootstrap.ninja.in. When generating this
157 // This is done so that in the main state if the bootstrap Ninja file template
160 // file template contents itself, because it may be using an older minibp
    [all...]
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenProperties.groovy 31 * of convenience methods for setting up template-generation tasks.
82 * @return The path that contains template files -- can be cleaned without harming
86 return "${targetSamplePath()}/src/template"
104 * The path to the template parameters file
107 return "${targetProjectPath}/template-params.xml"
144 * Returns the path to the template include directory
155 * @param relativeInputPath Input file as a relative path from the template directory
175 * Returns the tree(s) where the templates to be processed live. The template
185 xml.template.each { template -
    [all...]
  /external/ceres-solver/include/ceres/
numeric_diff_functor.h 55 // template<typename T>
73 // template <typename T>
111 template<typename Functor,
238 template <typename T>
243 template <typename T>
250 template <typename T>
258 template <typename T>
267 template <typename T>
277 template <typename T>
288 template <typename T
    [all...]
  /external/deqp/framework/delibs/decpp/
deDefs.hpp 36 template<typename T> inline T abs (T x) { return x < T(0) ? -x : x; }
39 template<typename T> inline T min (T x, T y) { return x <= y ? x : y; }
42 template<typename T> inline T max (T x, T y) { return x >= y ? x : y; }
45 template<typename T> inline T clamp (T x, T a, T b) { DE_ASSERT(a <= b); return x < a ? a : (x > b ? b : x); }
48 template<typename T> inline bool inBounds (T x, T a, T b) { return a <= x && x < b; }
51 template<typename T> inline bool inRange (T x, T a, T b) { return a <= x && x <= b; }
57 template<typename T> struct DefaultDeleter
60 template<typename U> inline DefaultDeleter (const DefaultDeleter<U>&) {}
61 template<typename U> inline DefaultDeleter<T>& operator= (const DefaultDeleter<U>&) { return *this; }
66 template<typename T> struct ArrayDelete
    [all...]
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 1 // This file is part of Eigen, a lightweight C++ template library
29 template<int MaxSizeAtCompileTime> struct check_rows_cols_for_overflow {
30 template<typename Index>
36 template<> struct check_rows_cols_for_overflow<Dynamic> {
37 template<typename Index>
50 template <typename Derived,
55 template<typename MatrixTypeA, typename MatrixTypeB, bool SwapPointers> struct matrix_swap_impl;
72 template<typename Derived> struct dense_xpr_base_dispatcher_for_doxygen;// : public MatrixBase<Derived> {};
74 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
78 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols
    [all...]
  /external/eigen/Eigen/src/plugins/
BlockMethods.h 1 // This file is part of Eigen, a lightweight C++ template library
27 template<int N> struct NColsBlockXpr { typedef Block<Derived, internal::traits<Derived>::RowsAtCompileTime, N, !IsRowMajor> Type; };
28 template<int N> struct ConstNColsBlockXpr { typedef const Block<const Derived, internal::traits<Derived>::RowsAtCompileTime, N, !IsRowMajor> Type; };
30 template<int N> struct NRowsBlockXpr { typedef Block<Derived, N, internal::traits<Derived>::ColsAtCompileTime, IsRowMajor> Type; };
31 template<int N> struct ConstNRowsBlockXpr { typedef const Block<const Derived, N, internal::traits<Derived>::ColsAtCompileTime, IsRowMajor> Type; };
35 template<int Size> struct FixedSegmentReturnType { typedef VectorBlock<Derived, Size> Type; };
36 template<int Size> struct ConstFixedSegmentReturnType { typedef const VectorBlock<const Derived, Size> Type; };
101 template<int CRows, int CCols>
108 template<int CRows, int CCols>
131 template<int CRows, int CCols
    [all...]
  /external/eigen/unsupported/test/
FFTW.cpp 1 // This file is part of Eigen, a lightweight C++ template library
13 template <typename T>
20 template < typename T>
28 template <typename VT1,typename VT2>
50 template <typename VT1,typename VT2>
65 template<int Container, typename Scalar> struct VectorType;
67 template<typename Scalar> struct VectorType<StdVectorContainer,Scalar>
72 template<typename Scalar> struct VectorType<EigenVectorContainer,Scalar>
77 template <int Container, typename T>
132 template <typename T
    [all...]
  /external/gemmlowp/internal/
output_neon.h 42 template <typename OutputStageType>
65 template <>
91 template <>
121 template <>
150 template <>
171 template <>
191 template <typename VectorType>
214 template <>
232 template <>
243 template <typename DstType
    [all...]
  /external/libcxx/include/
sstream 17 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
55 template <class charT, class traits, class Allocator>
62 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
90 template <class charT, class traits, class Allocator>
97 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
126 template <class charT, class traits, class Allocator>
133 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
162 template <class charT, class traits, class Allocator>
188 template <class _CharT, class _Traits, class _Allocator>
238 template <class _CharT, class _Traits, class _Allocator
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathFun.h 51 template <class T>
59 template <class T>
67 template <class T, class Q>
75 template <class T, class Q>
83 template <class T>
107 template <class T>
115 template <class T>
123 template <class T>
131 template <class T>
139 template <class T1, class T2, class T3
    [all...]
  /external/opencv3/modules/superres/src/cuda/
btv_l1_gpu.cu 62 template <int cn>
68 template <int cn> void calcBtvRegularization(PtrStepSzb src, PtrStepSzb dst, int ksize);
114 template <typename T>
126 template <int cn>
141 template void upscale<1>(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
142 template void upscale<3>(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
143 template void upscale<4>(const PtrStepSzb src, PtrStepSzb dst, int scale, cudaStream_t stream);
178 template <> struct TransformFunctorTraits<btv_l1_cudev::DiffSign> : DefaultTransformFunctorTraits<btv_l1_cudev::DiffSign>
194 template <typename T>
221 template <int cn
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DataUsageController.java 112 NetworkTemplate template = NetworkTemplate.buildTemplateMobileAll(subscriberId); local
113 template = NetworkTemplate.normalize(template, mTelephonyManager.getMergedSubscriberIds());
115 return getDataUsageInfo(template);
119 NetworkTemplate template = NetworkTemplate.buildTemplateWifiWildcard(); local
120 return getDataUsageInfo(template);
123 public DataUsageInfo getDataUsageInfo(NetworkTemplate template) {
128 final NetworkPolicy policy = findNetworkPolicy(template);
130 final NetworkStatsHistory history = session.getHistoryForNetwork(template, FIELDS);
183 private NetworkPolicy findNetworkPolicy(NetworkTemplate template) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
sstream 17 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
55 template <class charT, class traits, class Allocator>
62 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
90 template <class charT, class traits, class Allocator>
97 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
126 template <class charT, class traits, class Allocator>
133 template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
162 template <class charT, class traits, class Allocator>
188 template <class _CharT, class _Traits, class _Allocator>
238 template <class _CharT, class _Traits, class _Allocator
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
concepts.hpp 112 template<class Iterator>
134 template<class Iterator>
168 template<class Iterator>
201 template<class Iterator>
222 template<class Iterator>
252 template<class T>
295 template<class T>
304 template<class Range>
321 template<class T>
329 template<class T
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 56 template<typename Value_Type, typename Metadata_Type, typename _Alloc>
62 typename _Alloc::template rebind<
67 typename _Alloc::template rebind<
72 typename _Alloc::template rebind<
80 template<typename Ptr>
95 typename _Alloc::template rebind<
100 typename _Alloc::template rebind<
106 typename _Alloc::template rebind<
114 typename _Alloc::template rebind<
203 template<typename Value_Type, typename Metadata_Type, typename _Alloc
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 56 template<typename Value_Type, typename Metadata_Type, typename _Alloc>
62 typename _Alloc::template rebind<
67 typename _Alloc::template rebind<
72 typename _Alloc::template rebind<
80 template<typename Ptr>
95 typename _Alloc::template rebind<
100 typename _Alloc::template rebind<
106 typename _Alloc::template rebind<
114 typename _Alloc::template rebind<
203 template<typename Value_Type, typename Metadata_Type, typename _Alloc
    [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/ov_tree_map_/
node_iterators.hpp 56 template<typename Value_Type, typename Metadata_Type, typename _Alloc>
62 typename _Alloc::template rebind<
67 typename _Alloc::template rebind<
72 typename _Alloc::template rebind<
80 template<typename Ptr>
95 typename _Alloc::template rebind<
100 typename _Alloc::template rebind<
106 typename _Alloc::template rebind<
114 typename _Alloc::template rebind<
203 template<typename Value_Type, typename Metadata_Type, typename _Alloc
    [all...]

Completed in 1335 milliseconds

<<131132133134135136137138139140>>