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

<<161162163164165166167168169170>>

  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__sso_allocator 24 template <class _Tp, size_t _Np> class _LIBCPP_HIDDEN __sso_allocator;
26 template <size_t _Np>
34 template <class _Tp, size_t _Np>
46 template <class _Up> _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator<_Up, _Np>&) throw()
exception 57 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
72 template <class T> [[noreturn]] void throw_with_nested(T&& t);
73 template <class E> void rethrow_if_nested(const E& e);
153 template<class _Ep>
185 template <class _Tp>
193 template <class _Tp>
212 template <class _Tp>
231 template <class _Ep>
243 template <class _Ep>
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_iomanip.h 34 template <class _Arg>
70 template <class _CharT, class _Traits, class _Arg>
78 template <class _CharT, class _Traits, class _Arg>
86 template <class _CharT, class _Traits>
94 template <class _CharT, class _Traits>
135 template <class _CharT>
143 template <class _CharT, class _CharT2, class _Traits>
151 template <class _CharT, class _CharT2, class _Traits>
159 template <class _CharT>
_istreambuf_iterator.h 37 template <class _CharT, class _Traits>
44 template<class _CharT, class _Traits>
105 template<class _CharT, class _Traits>
109 template<class _CharT, class _Traits>
117 template<class _CharT, class _Traits>
133 template <class _CharT, class _Traits>
135 template <class _CharT, class _Traits>
138 template <class _CharT, class _Traits>
142 template <class _CharT, class _Traits>
boost_type_traits.h 48 template <class _Tp> struct _IsRef {
53 template <class _Tp> struct _IsPtr {
58 template <class _Tp> struct _IsIntegral {
63 template <class _Tp> struct _IsRational {
68 template <class _Tp>
86 template <class _Tp1, class _Tp2>
103 template <class _Tp1, class _Tp2>
120 template <class _Tp>
132 template <class _Tp>
_alloc.h 103 template <class _Alloc>
176 * not using MEMBER_TEMPLATE_CLASSES as it should work given template constructor */
178 /* if _STLP_NO_TEMPLATE_CONVERSIONS is set, the member template constructor is
196 template <class _Tp, class _Allocator>
243 // templates, the typename keyword, and the use of the template keyword
244 // to refer to a template member of a dependent type.
247 template <class _Tp>
258 template <class _Tp>
269 template <class _Tp>
285 template <class _Tp1> struct rebind
    [all...]
_sstream.c 43 template <class _CharT, class _Traits, class _Alloc>
49 template <class _CharT, class _Traits, class _Alloc>
57 template <class _CharT, class _Traits, class _Alloc>
62 template <class _CharT, class _Traits, class _Alloc>
70 template <class _CharT, class _Traits, class _Alloc>
94 template <class _CharT, class _Traits, class _Alloc>
103 template <class _CharT, class _Traits, class _Alloc>
115 template <class _CharT, class _Traits, class _Alloc>
141 template <class _CharT, class _Traits, class _Alloc>
168 template <class _CharT, class _Traits, class _Alloc
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h 77 // Uncomment this if your compiler has limited or no default template arguments for classes
84 // Uncomment this if your compiler do not support default parameters in template class methods
88 // default template parameters
98 // Uncomment if "using" keyword does not work with template types
130 // Uncomment if member template methods are not available
133 // Uncomment if member template classes are not available
137 // This is a special case of bad member template classes support, it is automatically
141 // Uncomment if no "template" keyword should be used with member template classes
150 // Define if class being partially specialized require full name (template parameters
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/system/include/
stl_pair.h 71 template <class _T1, class _T2>
81 template <class _U1, class _U2>
85 template <class _T1, class _T2>
91 template <class _T1, class _T2>
98 template <class _T1, class _T2>
103 template <class _T1, class _T2>
108 template <class _T1, class _T2>
113 template <class _T1, class _T2>
118 template <class _T1, class _T2>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
FmActivityToLayoutMethod.java 23 import freemarker.template.SimpleScalar;
24 import freemarker.template.TemplateMethodModel;
25 import freemarker.template.TemplateModel;
26 import freemarker.template.TemplateModelException;
FmClassNameToResourceMethod.java 22 import freemarker.template.SimpleScalar;
23 import freemarker.template.TemplateMethodModel;
24 import freemarker.template.TemplateModel;
25 import freemarker.template.TemplateModelException;
FmLayoutToActivityMethod.java 24 import freemarker.template.SimpleScalar;
25 import freemarker.template.TemplateMethodModel;
26 import freemarker.template.TemplateModel;
27 import freemarker.template.TemplateModelException;
TemplateTestPage.java 35 /** For template developers: Test local template directory */
47 setDescription("Test a new template");
59 label.setText("Template Location:");
76 mProjectToggle.setText("Full project template");
92 error = "Select a template directory";
104 error = String.format("Not a template: missing template.xml file in %1$s ",
111 error = String.format("Select a directory containing a template");
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkManager.java 63 // Launch our template to set up the project contents
64 TemplateCore template = TemplateEngine.getDefault().getTemplateById("AddNdkSupport"); //$NON-NLS-1$ local
65 Map<String, String> valueStore = template.getValueStore();
68 template.executeTemplateProcesses(monitor, false);
  /system/connectivity/shill/net/
shill_export.h 42 // Finally, template functions and template members of a class may not be
45 // Alternatively, exporting specific instantiation of the template could be
46 // used with "extern template" and combining this with SHILL_EXPORT.
  /toolchain/binutils/binutils-2.25/etc/
add-log.vi 11 you'll have a changelog template inserted.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
regreg.s 2 ; Template for testing register-to-register instructions.
  /external/deqp/framework/delibs/decpp/
deSharedPtr.hpp 67 template<typename Type, typename Deleter>
92 template<typename T>
95 template<typename T>
107 template<typename T>
115 template<typename Deleter>
118 template<typename Y>
121 template<typename Y>
126 template<typename Y>
130 template<typename Y>
143 template<typename Y
    [all...]
  /external/gemmlowp/internal/
output.h 50 // fragment types. The Fragment template struct here is how we generate
54 // here in this platform-generic file because this same template should
56 template <typename tDataType, int tRows, int tCols, MapOrder tOrder>
73 // OutputStageEvalImpl is the template that we specialize to provide
89 template <typename OutputStageType, typename InputType>
91 // This generic template body should never be hit.
102 template <>
124 template <>
148 template <>
173 template <>
    [all...]
  /external/llvm/include/llvm/IR/
PassManagerInternal.h 26 template <typename IRUnitT> class AnalysisManager;
32 /// \brief Template for the abstract base class used to dispatch
34 template <typename IRUnitT> struct PassConcept {
51 template <typename IRUnitT, typename PassT, typename ResultT>
58 template <typename T, ResultT (T::*)(IRUnitT &, AnalysisManager<IRUnitT> *)>
61 template <typename T> static SmallType f(Checker<T, &T::run> *);
62 template <typename T> static BigType f(...);
68 /// \brief A template wrapper used to implement the polymorphic API.
74 template <typename IRUnitT, typename PassT,
82 template <typename IRUnitT, typename PassT, typename PreservedAnalysesT
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h 103 template <class _Alloc>
176 * not using MEMBER_TEMPLATE_CLASSES as it should work given template constructor */
178 /* if _STLP_NO_TEMPLATE_CONVERSIONS is set, the member template constructor is
196 template <class _Tp, class _Allocator>
243 // templates, the typename keyword, and the use of the template keyword
244 // to refer to a template member of a dependent type.
247 template <class _Tp>
258 template <class _Tp>
269 template <class _Tp>
285 template <class _Tp1> struct rebind
    [all...]
_sstream.c 43 template <class _CharT, class _Traits, class _Alloc>
49 template <class _CharT, class _Traits, class _Alloc>
57 template <class _CharT, class _Traits, class _Alloc>
62 template <class _CharT, class _Traits, class _Alloc>
70 template <class _CharT, class _Traits, class _Alloc>
94 template <class _CharT, class _Traits, class _Alloc>
103 template <class _CharT, class _Traits, class _Alloc>
115 template <class _CharT, class _Traits, class _Alloc>
141 template <class _CharT, class _Traits, class _Alloc>
168 template <class _CharT, class _Traits, class _Alloc
    [all...]
_string_sum.h 24 template <class _CharT>
43 template <class _CharT>
62 template <class _CharT, class _Traits, class _Alloc>
83 template <class _CharT, class _Traits, class _Alloc,
145 template <class _InputIter>
252 //Returns the underlying basic_string representation of the template expression
257 template <class _Lhs, class _Rhs, class _StorageDir>
262 template <class _Lhs, class _Rhs, class _StorageDir>
267 template <class _Lhs, class _Rhs, class _StorageDir>
275 template <class _Lhs, class _Rhs, class _StorageDir
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
sdist.py 47 ('template=', 't',
48 "name of manifest template file [default: MANIFEST.in]"),
103 # 'template' and 'manifest' are, respectively, the names of
104 # the manifest template and manifest file.
105 self.template = None
128 if self.template is None:
129 self.template = "MANIFEST.in"
158 # (process the manifest template, read an existing manifest,
181 reading the manifest template (and writing the manifest), or just
185 # new behavior when using a template
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
sdist.py 47 ('template=', 't',
48 "name of manifest template file [default: MANIFEST.in]"),
103 # 'template' and 'manifest' are, respectively, the names of
104 # the manifest template and manifest file.
105 self.template = None
128 if self.template is None:
129 self.template = "MANIFEST.in"
158 # (process the manifest template, read an existing manifest,
181 reading the manifest template (and writing the manifest), or just
185 # new behavior when using a template
    [all...]

Completed in 1450 milliseconds

<<161162163164165166167168169170>>